X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=meta-openvuplus%2Frecipes-multimedia%2Fgstreamer%2Fgst-plugins-bad_0.10.23.1.bb;h=61b163d29a35a123d05b984fe44f0adb405374e6;hp=bc99eae9ea3c354626f8fd071a929a29dd5e3882;hb=36bda3a5383a328d24f2a44883e5f497f45291f5;hpb=2fad8b728b133bb32bba22fbe01ff1973ab76631 diff --git a/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.1.bb b/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.1.bb index bc99eae..61b163d 100644 --- a/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.1.bb +++ b/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.1.bb @@ -6,26 +6,30 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ file://gst/tta/crc32.h;beginline=12;endline=29;md5=71a904d99ce7ae0c1cf129891b98145c" -DEPENDS += "libmusicbrainz tremor curl libmms librtmp" +DEPENDS += "libmusicbrainz tremor curl libmms librtmp libmms faad2" DEPENDS += "gst-plugins-base" CONFLICTS = "librsvg" -PR = "r1" +PR = "r6" GIT_PV = "" -SRCREV = "852d247947a21d472d7766f51148b5ea7b12ef12" +SRCREV = "cef47d85294a0dca38631f938b81a3f0dd6891bd" -EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio --disable-directfb \ +EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio --disable-directfb --enable-faad \ --disable-vdpau --disable-apexsink --enable-orc --disable-mpeg2enc --disable-mplex --disable-rsvg --disable-uvch264" ARM_INSTRUCTION_SET = "arm" -SRC_URI = "git://anongit.freedesktop.org/gstreamer/${PN}" +SRC_URI = "git://anongit.freedesktop.org/gstreamer/${PN};branch=0.10" SRC_URI += " \ file://0003-mpegpsdemux_speedup.diff.patch \ file://0004-mpegdemux-compile-fixes.patch \ + file://0005-hlsdemux-locking-fixes.patch \ + file://0006-hlsdemux-backport.patch \ + file://0007-revert-rtmp-change.patch \ file://orc.m4-fix-location-of-orcc-when-cross-compiling.patch \ + file://Lower-rank-of-faad-to-prevent-using-it-if-not-necess.patch \ " inherit autotools pkgconfig gettext git-project