summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-19 17:34:04 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-19 17:34:04 +0000
commit8e321d4b806425c3e05552b771b9e21a5ee4fbe2 (patch)
treece29e516a20764d5fb745071b92b3f54e9fe2c4c
parentc33ca1308e0a11836d58037ccfbff839b662c235 (diff)
add gst-plugin-pulse, GStreamer plugins to use pulseaudio as source and sink
-rw-r--r--packages/gstreamer/gst-plugin-pulse_0.9.4.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/gstreamer/gst-plugin-pulse_0.9.4.bb b/packages/gstreamer/gst-plugin-pulse_0.9.4.bb
new file mode 100644
index 0000000000..f4dd894636
--- /dev/null
+++ b/packages/gstreamer/gst-plugin-pulse_0.9.4.bb
@@ -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"