[oe-commits] ghost : update to latest gstreamer core and gst-plugins-base

git version control git at git.openembedded.org
Tue Aug 11 21:54:35 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: 90282f172802e7fcdf429f32701e126da08fb39a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=90282f172802e7fcdf429f32701e126da08fb39a

Author: ghost <andreas.monzner at multimedia-labs.de>
Date:   Thu Aug  6 08:33:49 2009 +0200

update to latest gstreamer core and gst-plugins-base

---

 packages/gstreamer/gst-plugins-base_0.10.24.bb |    7 +++++
 packages/gstreamer/gst-plugins.inc             |    2 +-
 packages/gstreamer/gstreamer_0.10.24.bb        |   35 ++++++++++++++++++++++++
 3 files changed, 43 insertions(+), 1 deletions(-)

diff --git a/packages/gstreamer/gst-plugins-base_0.10.24.bb b/packages/gstreamer/gst-plugins-base_0.10.24.bb
new file mode 100644
index 0000000..f00c224
--- /dev/null
+++ b/packages/gstreamer/gst-plugins-base_0.10.24.bb
@@ -0,0 +1,7 @@
+include gst-plugins.inc
+PROVIDES_${PN} += "gst-plugins"
+RCONFLICTS_gst-plugins-base = "libgstapp-0.10-0"
+RREPLACES_gst-plugins-base = "libgstapp-0.10-0"
+EXTRA_OECONF += "--with-audioresample-format=int"
+PR = "r0"
+SRC_URI += "file://gst-plugins_configure_skip_shave.patch;patch=1;pnum=0"
diff --git a/packages/gstreamer/gst-plugins.inc b/packages/gstreamer/gst-plugins.inc
index 372e442..b65df05 100644
--- a/packages/gstreamer/gst-plugins.inc
+++ b/packages/gstreamer/gst-plugins.inc
@@ -3,7 +3,7 @@ SECTION = "multimedia"
 PRIORITY = "optional"
 MAINTAINER = "Felix Domke <tmbinc at openembedded.org>"
 DEPENDS = "gstreamer libcdio libmikmod libmad libogg tremor libvorbis libid3tag liboil alsa-lib neon flac"
-PR = "r3"
+PR = "r4"
 
 inherit autotools pkgconfig
 
diff --git a/packages/gstreamer/gstreamer_0.10.24.bb b/packages/gstreamer/gstreamer_0.10.24.bb
new file mode 100644
index 0000000..0b4e7aa
--- /dev/null
+++ b/packages/gstreamer/gstreamer_0.10.24.bb
@@ -0,0 +1,35 @@
+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 \
+file://gst-configure_skip_shave.patch;patch=1;pnum=0"
+
+EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=no"
+
+do_configure_prepend() {
+	for i in libtool ltoptions ltsugar ltversion lt~obsolete shave; do
+		rm ${S}/common/m4/$i.m4 || /bin/true;
+	done
+}
+
+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