mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 23:02:25 +02:00
Update GStreamer packages, add missing gst-meta-debug package, add
Tremor vorbis stream decoder patch (GNOME bug #357055) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@738 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DEPENDS = "gst-meta-base gst-plugins-bad"
|
||||
RDEPENDS = "gst-meta-base gst-plugin-ivorbis gst-plugin-ogg"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
5
meta/packages/gstreamer/gst-meta-debug_0.10.bb
Normal file
5
meta/packages/gstreamer/gst-meta-debug_0.10.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
DEPENDS = "gst-meta-base gst-plugins-good"
|
||||
RDEPENDS = "gst-meta-base gst-plugin-debug gst-plugin-audiotestsrc \
|
||||
gst-plugin-videotestsrc"
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
@@ -1,9 +1,6 @@
|
||||
DEPENDS = "gst-meta-base gst-plugins-good gst-fluendo-mpegdemux \
|
||||
gst-plugins-ugly"
|
||||
RDEPENDS = "gst-meta-base gst-plugin-avi \
|
||||
gst-plugin-matroska gst-plugin-ogg \
|
||||
gst-fluendo-mpegdemux gst-plugin-mpeg2dec"
|
||||
DEPENDS = "gst-meta-base gst-plugins-good gst-plugins-ugly"
|
||||
RDEPENDS = "gst-meta-base gst-plugin-matroska gst-plugin-mpeg2dec"
|
||||
RRECOMMENDS = "gst-meta-audio"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
24857
meta/packages/gstreamer/gst-plugins-bad-0.10.3/configure.patch
vendored
Normal file
24857
meta/packages/gstreamer/gst-plugins-bad-0.10.3/configure.patch
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1365
meta/packages/gstreamer/gst-plugins-bad-0.10.3/ivorbisdec.patch
vendored
Normal file
1365
meta/packages/gstreamer/gst-plugins-bad-0.10.3/ivorbisdec.patch
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,9 @@
|
||||
require gst-plugins.inc
|
||||
DEPENDS += "gst-plugins-base libmusicbrainz tremor"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl \
|
||||
--with-plugins=musicbrainz,wavpack,ivorbis"
|
||||
|
||||
SRC_URI += " file://ivorbisdec.patch;patch=1;pnum=0 \
|
||||
file://configure.patch;patch=1"
|
||||
|
||||
@@ -7,7 +7,3 @@ PR = "r3"
|
||||
|
||||
EXTRA_OECONF += "--disable-freetypetest --disable-pango --disable-theora"
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require gst-plugins.inc
|
||||
DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \
|
||||
speex"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
EXTRA_OECONF += " --with-plugins=ximagesrc,cairo,flac,gconfelements,gdkpixbuf,jpeg,png,speex,taglib,avi,matroska,videofilter,autodetect,debug --disable-aalib --disable-esd --disable-shout2"
|
||||
EXTRA_OECONF += " --with-plugins=ximagesrc,cairo,flac,gconfelements,gdkpixbuf,jpeg,png,speex,id3demux,avi,matroska,videofilter,autodetect,debug --disable-aalib --disable-esd --disable-shout2"
|
||||
|
||||
|
||||
@@ -28,8 +28,8 @@ python populate_packages_prepend () {
|
||||
do_split_packages(d, gst_libdir, 'libgst(.*)\.l?a$', 'gst-plugin-%s-dev', 'GStreamer plugin for %s (development files)', extra_depends=bb.data.expand('${PN}-dev',d))
|
||||
}
|
||||
|
||||
#do_stage() {
|
||||
# autotools_stage_all
|
||||
#}
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
Reference in New Issue
Block a user