diff options
author | erich@mine.nu <erich@mine.nu> | 2004-04-10 22:01:08 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-04-10 22:01:08 +0000 |
commit | 27ba00346232c819aa5fb42861775b57fa9282c0 (patch) | |
tree | 824a45264e857791aa8eb697cb6482cc35fe0c31 /gstreamer | |
parent | 469eae2a93a7e8d0a2e7e226dff5c9a96c2cf6f1 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into erichl.mine.nu:/home/erich/src/packages
2004/04/10 17:59:59-04:00 mine.nu!erich
add staging to gstreamer (includes a libtool patch) - patch from pb_.
BKrev: 40786ea4YgCxwlTkwKUlRRfmi1vY3g
Diffstat (limited to 'gstreamer')
-rw-r--r-- | gstreamer/gstreamer_0.8.0.oe | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gstreamer/gstreamer_0.8.0.oe b/gstreamer/gstreamer_0.8.0.oe index e69de29bb2..86bafee9a4 100644 --- a/gstreamer/gstreamer_0.8.0.oe +++ b/gstreamer/gstreamer_0.8.0.oe @@ -0,0 +1,20 @@ +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 libxml2 popt" +SECTION = "base" +PRIORITY = "optional" + +SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.8.0.tar.bz2" + +EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking" + +inherit autotools libtool 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 +} |