[oe-commits] org.oe.dreambox gst-plugin-fluendo-mpegdemux: add fluendo mpegdemux plugin as alternative to mpegdemux

tmbinc commit openembedded-commits at lists.openembedded.org
Wed Nov 29 23:19:14 UTC 2006


gst-plugin-fluendo-mpegdemux: add fluendo mpegdemux plugin as alternative to mpegdemux

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: 94dd3dc36e74423728f19e5476a8f32f32e7df49
ViewMTN: http://monotone.openembedded.org/revision.psp?id=94dd3dc36e74423728f19e5476a8f32f32e7df49
Files:
1
packages/gstreamer/gst-plugin-fluendo-mpegdemux_0.10.8.bb
Diffs:

#
# mt diff -r512810e136401632e93dd69634fe4dabfe384486 -r94dd3dc36e74423728f19e5476a8f32f32e7df49
#
# 
# 
# add_file "packages/gstreamer/gst-plugin-fluendo-mpegdemux_0.10.8.bb"
#  content [1a7c6d544d2dda87db910b1a2c8c4f2389f383fa]
# 
============================================================
--- packages/gstreamer/gst-plugin-fluendo-mpegdemux_0.10.8.bb	1a7c6d544d2dda87db910b1a2c8c4f2389f383fa
+++ packages/gstreamer/gst-plugin-fluendo-mpegdemux_0.10.8.bb	1a7c6d544d2dda87db910b1a2c8c4f2389f383fa
@@ -0,0 +1,17 @@
+DESCRIPTION = "Plugin for gstreamer: fluendo-mpegdemux"
+SECTION = "multimedia"
+PRIORITY = "optional"
+MAINTAINER = "Felix Domke <tmbinc at openembedded.org>"
+DEPENDS = "gstreamer"
+PR = "r0"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://core.fluendo.com/gstreamer/src/gst-fluendo-mpegdemux/gst-fluendo-mpegdemux-${PV}.tar.gz"
+S = "${WORKDIR}/gst-fluendo-mpegdemux-${PV}"
+
+FILES_${PN} = "${libdir}/gstreamer-0.10/*.so*"
+
+do_stage() {
+	autotools_stage_all
+}






More information about the Openembedded-commits mailing list