add some FILES
authorPhil Blundell <philb@gnu.org>
Wed, 2 Jun 2004 16:37:55 +0000 (16:37 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 2 Jun 2004 16:37:55 +0000 (16:37 +0000)
BKrev: 40be0263O810F1vMsnHPQvR6B2FxrQ

gstreamer/gstreamer_0.8.1.oe

index e69de29..ce948bb 100644 (file)
@@ -0,0 +1,25 @@
+PR = "r1"
+
+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 = "base"
+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"
+
+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
+}