[oe-commits] org.oe.dreambox gstreamer: update

tmbinc commit oe at amethyst.openembedded.net
Thu Jul 10 08:46:09 UTC 2008


gstreamer: update

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: a70e7d0f44b4a21e71c676a164bb5c4b9c48f452
ViewMTN: http://monotone.openembedded.org/revision/info/a70e7d0f44b4a21e71c676a164bb5c4b9c48f452
Files:
1
packages/gstreamer/gst-plugins-base_0.10.20.bb
packages/gstreamer/gst-plugins-good_0.10.8.bb
packages/gstreamer/gst-plugins-ugly_0.10.8.bb
packages/gstreamer/gstreamer_0.10.20.bb
Diffs:

#
# mt diff -r0198e80a088b8995c8250867dbb243f9acf58d19 -ra70e7d0f44b4a21e71c676a164bb5c4b9c48f452
#
#
#
# add_file "packages/gstreamer/gst-plugins-base_0.10.20.bb"
#  content [ab5e2d70e602ef1dcd504c2f280455584b0dc803]
# 
# add_file "packages/gstreamer/gst-plugins-good_0.10.8.bb"
#  content [0ffc477177e9321195572ef9ff053e46b93af8c0]
# 
# add_file "packages/gstreamer/gst-plugins-ugly_0.10.8.bb"
#  content [a4a33866686050de005f5aec45d5788ddea4f0fd]
# 
# add_file "packages/gstreamer/gstreamer_0.10.20.bb"
#  content [39f13ca9dcaef919a98ef20f655bd514b5eb4713]
#
============================================================
--- packages/gstreamer/gst-plugins-base_0.10.20.bb	ab5e2d70e602ef1dcd504c2f280455584b0dc803
+++ packages/gstreamer/gst-plugins-base_0.10.20.bb	ab5e2d70e602ef1dcd504c2f280455584b0dc803
@@ -0,0 +1,2 @@
+include gst-plugins.inc
+PROVIDES_${PN} += "gst-plugins"
============================================================
--- packages/gstreamer/gst-plugins-good_0.10.8.bb	0ffc477177e9321195572ef9ff053e46b93af8c0
+++ packages/gstreamer/gst-plugins-good_0.10.8.bb	0ffc477177e9321195572ef9ff053e46b93af8c0
@@ -0,0 +1 @@
+include gst-plugins.inc
============================================================
--- packages/gstreamer/gst-plugins-ugly_0.10.8.bb	a4a33866686050de005f5aec45d5788ddea4f0fd
+++ packages/gstreamer/gst-plugins-ugly_0.10.8.bb	a4a33866686050de005f5aec45d5788ddea4f0fd
@@ -0,0 +1,2 @@
+require gst-plugins.inc
+DEPENDS += "gst-plugins-base"
============================================================
--- packages/gstreamer/gstreamer_0.10.20.bb	39f13ca9dcaef919a98ef20f655bd514b5eb4713
+++ packages/gstreamer/gstreamer_0.10.20.bb	39f13ca9dcaef919a98ef20f655bd514b5eb4713
@@ -0,0 +1,28 @@
+DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
+It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
+SECTION = "multimedia"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+HOMEPAGE = "http://www.gstreamer.net/"
+MAINTAINER = "Andreas Frisch <andreas.frisch at multimedia-labs.de>"
+DEPENDS = "libmatroska libxml2 glib-2.0 gettext-native popt"
+
+PR = "r0"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2"
+
+EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=no"
+
+do_stage() {
+	oe_runmake install prefix=${STAGING_DIR} \
+	       bindir=${STAGING_BINDIR} \
+	       includedir=${STAGING_INCDIR} \
+	       libdir=${STAGING_LIBDIR} \
+	       datadir=${STAGING_DATADIR} \
+	       mandir=${STAGING_DIR}/share/man
+}
+
+FILES_${PN} += " ${libdir}/gstreamer-0.10/*.so"
+FILES_${PN}-dev += " ${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a"






More information about the Openembedded-commits mailing list