summaryrefslogtreecommitdiff
path: root/gstreamer/gstreamer_0.8.2.oe
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2004-10-12 14:04:40 +0000
committerMatthias Hentges <oe@hentges.net>2004-10-12 14:04:40 +0000
commitad67cc461bf2d612f427df24a9b0078fd23293ca (patch)
tree212572ac516b7dfc8e8b08c9c16e72a4492851b3 /gstreamer/gstreamer_0.8.2.oe
parentd1c3b5ac5b67787dd8591d75c37b450367900831 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/mhentges/OpenEmbedded/packages 2004/10/12 16:03:13+02:00 handhelds.org!CoreDump More section fixes BKrev: 416be478U3wZ_yiCDqd0QreoBYPNrg
Diffstat (limited to 'gstreamer/gstreamer_0.8.2.oe')
-rw-r--r--gstreamer/gstreamer_0.8.2.oe26
1 files changed, 26 insertions, 0 deletions
diff --git a/gstreamer/gstreamer_0.8.2.oe b/gstreamer/gstreamer_0.8.2.oe
index e69de29bb2..6e03cceca2 100644
--- a/gstreamer/gstreamer_0.8.2.oe
+++ b/gstreamer/gstreamer_0.8.2.oe
@@ -0,0 +1,26 @@
+PR = "r0"
+
+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."
+DEPENDS = "glib-2.0 gettext-native libxml2 popt"
+SECTION = "x11/network"
+PRIORITY = "optional"
+
+FILES_${PN} += " ${libdir}/gstreamer-0.8/*.so"
+FILES_${PN}-dev += " ${libdir}/gstreamer-0.8/*.la ${libdir}/gstreamer-0.8/*.a"
+
+SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \
+ file://configure-largefile.patch;patch=1;pnum=0"
+
+EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking"
+
+inherit autotools pkgconfig
+
+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
+}