[oe-commits] org.oe.dev add pulseaudio-meta, a meta package that starts and configures the pulseaudio system

mickeyl commit oe at amethyst.openembedded.net
Wed Jun 11 00:44:14 UTC 2008


add pulseaudio-meta, a meta package that starts and configures the pulseaudio system
NOTE: you might want to override the session file for specific devices (e.g. non-alsa) or distribution needs

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 8f0d027442a76f3c67134070249f9bfad48c1490
ViewMTN: http://monotone.openembedded.org/revision/info/8f0d027442a76f3c67134070249f9bfad48c1490
Files:
1
packages/pulseaudio/pulseaudio-meta
packages/pulseaudio/pulseaudio-meta_0.9.10.bb
Diffs:

#
# mt diff -r102470984233f63ceb6e3ede0521644cdec267a6 -r8f0d027442a76f3c67134070249f9bfad48c1490
#
#
#
# add_dir "packages/pulseaudio/pulseaudio-meta"
# 
# add_file "packages/pulseaudio/pulseaudio-meta_0.9.10.bb"
#  content [e0de0589f433c300472cf79be76592bb68dc1ec6]
#
============================================================
--- packages/pulseaudio/pulseaudio-meta_0.9.10.bb	e0de0589f433c300472cf79be76592bb68dc1ec6
+++ packages/pulseaudio/pulseaudio-meta_0.9.10.bb	e0de0589f433c300472cf79be76592bb68dc1ec6
@@ -0,0 +1,33 @@
+DESCRIPTION = "Pulseaudio Meta package w/ initscript et. al."
+SECTION = "audio"
+RDEPENDS = "\
+  pulseaudio-server \
+  pulseaudio-module-alsa-sink \
+  pulseaudio-module-alsa-source \
+  pulseaudio-module-cli \
+  pulseaudio-module-esound-protocol-unix \
+  pulseaudio-module-simple-protocol-tcp \
+  pulseaudio-module-native-protocol-unix \
+  pulseaudio-module-cli-protocol-unix \
+  pulseaudio-module-suspend-on-idle \
+  gst-plugin-pulse \
+"
+PR = "r0"
+
+inherit update-rc.d
+
+INITSCRIPT_NAME = "pulseaudio"
+INITSCRIPT_PARAMS = "defaults 35"
+
+SRC_URI = "file://pulseaudio \
+           file://session"
+S = "${WORKDIR}"
+
+do_install() {
+    install -d ${D}/${sysconfdir}/init.d
+    install -m 0755 ${WORKDIR}/pulseaudio ${D}/${sysconfdir}/init.d/
+    install -d ${D}/${sysconfdir}/pulse
+	install -m 0755 ${WORKDIR}/session ${D}/${sysconfdir}/pulse/session
+}
+
+PACKAGE_ARCH = "all"






More information about the Openembedded-commits mailing list