From 6f3489a996420ac31358b5cbc326c3c217636417 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Sat, 20 Nov 2010 13:16:24 -0800 Subject: alsa-plugins : Add version 1.0.23. --- recipes/alsa/alsa-plugins_1.0.23.bb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes/alsa/alsa-plugins_1.0.23.bb (limited to 'recipes/alsa') diff --git a/recipes/alsa/alsa-plugins_1.0.23.bb b/recipes/alsa/alsa-plugins_1.0.23.bb new file mode 100644 index 0000000000..8eedf57d8c --- /dev/null +++ b/recipes/alsa/alsa-plugins_1.0.23.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "ALSA Plugins" +HOMEPAGE = "http://www.alsa-project.org" +SECTION = "multimedia/alsa/plugins" +LICENSE = "GPL" +DEPENDS = "alsa-lib pulseaudio ffmpeg" +PR = "r1" + +SRC_URI = "ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-${PV}.tar.bz2" +SRC_URI[md5sum] = "a671f8102366c5b388133e948e1c85cb" +SRC_URI[sha256sum] = "5c1b2791ad33ef01f0f4f040004c931310da05e45aaa8d4146024c586f2b3183" + +inherit autotools + +CFLAGS += "-lavutil" + +PACKAGES_DYNAMIC = "libasound-module*" + +python populate_packages_prepend() { + plugindir = bb.data.expand('${libdir}/alsa-lib/', d) + do_split_packages(d, plugindir, '^libasound_module_(.*)\.so$', 'libasound-module-%s', 'Alsa plugin for %s', extra_depends='' ) +} + +FILES_${PN}-dev += "${libdir}/alsa-lib/libasound*.a ${libdir}/alsa-lib/libasound*.la" +FILES_${PN}-dbg += "${libdir}/alsa-lib/.debug" + -- cgit 1.2.3-korg