[oe-commits] org.oe.dev gstreamer: add the latest 0.10 versions of gstreamer and gst-plugins-*.

mreimer commit openembedded-commits at lists.openembedded.org
Fri Dec 15 01:44:36 UTC 2006


gstreamer: add the latest 0.10 versions of gstreamer and gst-plugins-*.

Author: mreimer at openembedded.org
Branch: org.openembedded.dev
Revision: c50c1fd918a553b59bdd3a9a626161f6b7660928
ViewMTN: http://monotone.openembedded.org/revision.psp?id=c50c1fd918a553b59bdd3a9a626161f6b7660928
Files:
1
packages/gstreamer/gst-plugins-bad_0.10.3.bb
packages/gstreamer/gst-plugins-base_0.10.11.bb
packages/gstreamer/gst-plugins-good_0.10.4.bb
packages/gstreamer/gstreamer_0.10.11.bb
Diffs:

#
# mt diff -r4a6c98f50cab8200c2b5bf961610a0006fd13ee9 -rc50c1fd918a553b59bdd3a9a626161f6b7660928
#
# 
# 
# add_file "packages/gstreamer/gst-plugins-bad_0.10.3.bb"
#  content [a4a33866686050de005f5aec45d5788ddea4f0fd]
# 
# add_file "packages/gstreamer/gst-plugins-base_0.10.11.bb"
#  content [08117a930c1a06bb838c24217895a1c670e51dc9]
# 
# add_file "packages/gstreamer/gst-plugins-good_0.10.4.bb"
#  content [a4a33866686050de005f5aec45d5788ddea4f0fd]
# 
# add_file "packages/gstreamer/gstreamer_0.10.11.bb"
#  content [7308c4a0e545f4a0162407aa03fedece46cc0843]
# 
============================================================
--- packages/gstreamer/gst-plugins-bad_0.10.3.bb	a4a33866686050de005f5aec45d5788ddea4f0fd
+++ packages/gstreamer/gst-plugins-bad_0.10.3.bb	a4a33866686050de005f5aec45d5788ddea4f0fd
@@ -0,0 +1,2 @@
+require gst-plugins.inc
+DEPENDS += "gst-plugins-base"
============================================================
--- packages/gstreamer/gst-plugins-base_0.10.11.bb	08117a930c1a06bb838c24217895a1c670e51dc9
+++ packages/gstreamer/gst-plugins-base_0.10.11.bb	08117a930c1a06bb838c24217895a1c670e51dc9
@@ -0,0 +1,7 @@
+require gst-plugins.inc
+PROVIDES += "gst-plugins"
+
+do_stage() {
+       autotools_stage_all
+}
+
============================================================
--- packages/gstreamer/gst-plugins-good_0.10.4.bb	a4a33866686050de005f5aec45d5788ddea4f0fd
+++ packages/gstreamer/gst-plugins-good_0.10.4.bb	a4a33866686050de005f5aec45d5788ddea4f0fd
@@ -0,0 +1,2 @@
+require gst-plugins.inc
+DEPENDS += "gst-plugins-base"
============================================================
--- packages/gstreamer/gstreamer_0.10.11.bb	7308c4a0e545f4a0162407aa03fedece46cc0843
+++ packages/gstreamer/gstreamer_0.10.11.bb	7308c4a0e545f4a0162407aa03fedece46cc0843
@@ -0,0 +1,30 @@
+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/"
+DEPENDS = "libxml2 glib-2.0 gettext-native popt"
+
+PR = "r0"
+# until we have decided a final naming scheme, 
+# don't use this package as a replacement for
+# version 0.8
+DEFAULT_PREFERENCE = "-1"
+
+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