diff options
Diffstat (limited to 'packages/gstreamer/gst-plugins.inc')
-rw-r--r-- | packages/gstreamer/gst-plugins.inc | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/packages/gstreamer/gst-plugins.inc b/packages/gstreamer/gst-plugins.inc index b600eafcfe..2acf1997c8 100644 --- a/packages/gstreamer/gst-plugins.inc +++ b/packages/gstreamer/gst-plugins.inc @@ -1,16 +1,9 @@ +require gst-common.inc DESCRIPTION = "Plugins for GStreamer" -SECTION = "multimedia" -PRIORITY = "optional" DEPENDS = "gstreamer libmikmod libmad liboil libogg tremor libvorbis libid3tag esound" PACKAGES_DYNAMIC = "gst-plugin-*" -# until we have decided for a final naming scheme, -# keep using version 0.8 -DEFAULT_PREFERENCE = "-1" - -inherit autotools pkgconfig - SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2" EXTRA_OECONF = "--disable-aalib --disable-shout2 --disable-sdl" @@ -27,8 +20,4 @@ python populate_packages_prepend () { do_split_packages(d, gst_libdir, '^libgst(.*)\.l?a$', 'gst-plugin-%s-dev', 'GStreamer plugin for %s (development files)') } -#do_stage() { -# autotools_stage_all -#} - ALLOW_EMPTY = "1" |