[oe-commits] org.oe.dev gstreamer: add 0.10.8

koen commit openembedded-commits at lists.openembedded.org
Sun Aug 27 12:04:01 UTC 2006


gstreamer: add 0.10.8

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 93cd953c1ba86439cf79d090b2072936b31f4d87
ViewMTN: http://monotone.openembedded.org/revision.psp?id=93cd953c1ba86439cf79d090b2072936b31f4d87
Files:
1
packages/gstreamer/gstreamer_0.10.8.bb
Diffs:

#
# mt diff -rc2ec93861c0fdb4bf2076b696915c911d2a0708a -r93cd953c1ba86439cf79d090b2072936b31f4d87
#
# 
# 
# add_file "packages/gstreamer/gstreamer_0.10.8.bb"
#  content [69aa41c113c74c10a66dcee4986f45492541891c]
# 
============================================================
--- packages/gstreamer/gstreamer_0.10.8.bb	69aa41c113c74c10a66dcee4986f45492541891c
+++ packages/gstreamer/gstreamer_0.10.8.bb	69aa41c113c74c10a66dcee4986f45492541891c
@@ -0,0 +1,31 @@
+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 = "Felix Domke <tmbinc at elitedvb.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