[oe-commits] org.oe.dev add gst-plugin-pulse 0.9.7 (to go w/ PA 0.9.8 and later), DP = -1

mickeyl commit openembedded-commits at lists.openembedded.org
Tue Feb 5 18:26:16 UTC 2008


add gst-plugin-pulse 0.9.7 (to go w/ PA 0.9.8 and later), DP = -1

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: bbd1c5e5e326b89d4cec6873eace6419f6d5130c
ViewMTN: http://monotone.openembedded.org/revision/info/bbd1c5e5e326b89d4cec6873eace6419f6d5130c
Files:
1
packages/gstreamer/gst-plugin-pulse_0.9.7.bb
Diffs:

#
# mt diff -r58cd98da4adf334b3a3a9aa2ca78999544c51106 -rbbd1c5e5e326b89d4cec6873eace6419f6d5130c
#
# 
# 
# add_file "packages/gstreamer/gst-plugin-pulse_0.9.7.bb"
#  content [c5556734ddb08e6598f9977cfab0a4291ccd955b]
# 
============================================================
--- packages/gstreamer/gst-plugin-pulse_0.9.7.bb	c5556734ddb08e6598f9977cfab0a4291ccd955b
+++ packages/gstreamer/gst-plugin-pulse_0.9.7.bb	c5556734ddb08e6598f9977cfab0a4291ccd955b
@@ -0,0 +1,30 @@
+DESCRIPTION = "GStreamer plugin for using pulse audio as sink and source"
+HOMEPAGE = "http://0pointer.de/lennart/projects/gst-pulse/"
+LICENSE = "GPL"
+DEPENDS = "gstreamer pulseaudio"
+PR = "r0"
+
+DEFAULT_PREFERENCE = "-1"
+
+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"
+GST_LIBV = 0.10
+
+do_install() {
+	install -d ${D}${libdir}/gstreamer-${GST_LIBV}/
+	install -m 0755 src/.libs/libgstpulse.so ${D}${libdir}/gstreamer-${GST_LIBV}
+}
+
+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