[oe-commits] org.oe.dev add gst-plugin-pulse, GStreamer plugins to use pulseaudio as source and sink

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


add gst-plugin-pulse, GStreamer plugins to use pulseaudio as source and sink

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 7a0041cade7f1700296dcd66c1a48d3f70ee43be
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7a0041cade7f1700296dcd66c1a48d3f70ee43be
Files:
1
packages/gstreamer/gst-plugin-pulse_0.9.4.bb
Diffs:

#
# mt diff -r53bc2277c7bdc2b3d0cedfcecf2922feaefd20df -r7a0041cade7f1700296dcd66c1a48d3f70ee43be
#
# 
# 
# add_file "packages/gstreamer/gst-plugin-pulse_0.9.4.bb"
#  content [35af9040792f988ff48e32b2c2852c2009043d92]
# 
============================================================
--- packages/gstreamer/gst-plugin-pulse_0.9.4.bb	35af9040792f988ff48e32b2c2852c2009043d92
+++ packages/gstreamer/gst-plugin-pulse_0.9.4.bb	35af9040792f988ff48e32b2c2852c2009043d92
@@ -0,0 +1,21 @@
+DESCRIPTION = "GStreamer plugin for using pulse audio as sink and source"
+HOMEPAGE = "http://0pointer.de/lennart/projects/gst-pulse/"
+LICENSE = "GPL"
+DEPENDS = "gstreamer pulseaudio"
+
+SRC_URI = "http://0pointer.de/lennart/projects/gst-pulse/gst-pulse-${PV}.tar.gz"
+S = "${WORKDIR}/gst-pulse-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-lynx"
+EXTRA_OEMAKE = "-e"
+
+export GST_MODDIR=${libdir}/gstreamer-0.10
+
+FILES_${PN} = "${libdir}/gstreamer-0.10/libgstpulse.so.*"
+FILES_${PN}-dev = "\
+  ${libdir}/gstreamer-0.10/libgstpulse.a \
+  ${libdir}/gstreamer-0.10/libgstpulse.la \
+  ${libdir}/gstreamer-0.10/libgstpulse.so"
+FILES_${PN}-dbg = "${libdir}/gstreamer-0.10/.debug"






More information about the Openembedded-commits mailing list