diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-19 17:34:04 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-19 17:34:04 +0000 |
commit | 8e321d4b806425c3e05552b771b9e21a5ee4fbe2 (patch) | |
tree | ce29e516a20764d5fb745071b92b3f54e9fe2c4c /packages/gstreamer/gst-plugin-pulse_0.9.4.bb | |
parent | c33ca1308e0a11836d58037ccfbff839b662c235 (diff) |
add gst-plugin-pulse, GStreamer plugins to use pulseaudio as source and sink
Diffstat (limited to 'packages/gstreamer/gst-plugin-pulse_0.9.4.bb')
-rw-r--r-- | packages/gstreamer/gst-plugin-pulse_0.9.4.bb | 21 |
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" |