[oe-commits] org.oe.dev add alsa controller and PCM plugins

mickeyl commit openembedded-commits at lists.openembedded.org
Sun Aug 19 18:24:58 UTC 2007


add alsa controller and PCM plugins

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 33d36c3f90d3f3338d861f53c982c88ecc127201
ViewMTN: http://monotone.openembedded.org/revision.psp?id=33d36c3f90d3f3338d861f53c982c88ecc127201
Files:
1
packages/alsa/alsa-plugins_1.0.14.bb
packages/alsa/alsa-lib_1.0.13.bb
Diffs:

#
# mt diff -r1f413a8fc168cbef64fe984af210e9d998cc3382 -r33d36c3f90d3f3338d861f53c982c88ecc127201
#
# 
# 
# add_file "packages/alsa/alsa-plugins_1.0.14.bb"
#  content [8f085bb2de8e8094c4500114a767eee8ce9b5612]
# 
# patch "packages/alsa/alsa-lib_1.0.13.bb"
#  from [1cc7fb5837d3675969799d8e715b42605d72758c]
#    to [a683702c03094e9186bfd192d9bbac123c925bee]
# 
============================================================
--- packages/alsa/alsa-plugins_1.0.14.bb	8f085bb2de8e8094c4500114a767eee8ce9b5612
+++ packages/alsa/alsa-plugins_1.0.14.bb	8f085bb2de8e8094c4500114a767eee8ce9b5612
@@ -0,0 +1,20 @@
+DESCRIPTION = "ALSA Plugins"
+HOMEPAGE = "http://www.alsa-project.org"
+SECTION = "multimedia/alsa/plugins"
+LICENSE = "GPL"
+DEPENDS = "alsa-lib pulseaudio"
+PR = "r0"
+
+SRC_URI = "ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-${PV}.tar.bz2"
+
+inherit autotools
+
+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"
============================================================
--- packages/alsa/alsa-lib_1.0.13.bb	1cc7fb5837d3675969799d8e715b42605d72758c
+++ packages/alsa/alsa-lib_1.0.13.bb	a683702c03094e9186bfd192d9bbac123c925bee
@@ -1,8 +1,8 @@ LICENSE = "GPL"
 DESCRIPTION = "Alsa sound library"
 HOMEPAGE = "http://www.alsa-project.org"
 SECTION = "libs/multimedia"
 LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
 
 # configure.in sets -D__arm__ on the command line for any arm system
 # (not just those with the ARM instruction set), this should be removed,






More information about the Openembedded-commits mailing list