]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
gstreamer1.0-plugins-ugly: upgrade to version 1.8.1
authorCarlos Rafael Giani <dv@pseudoterminal.org>
Thu, 28 Apr 2016 19:06:31 +0000 (21:06 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 May 2016 09:30:55 +0000 (10:30 +0100)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.8.1.bb [moved from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.6.3.bb with 72% similarity]
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb

index aff223072db05c383ddb0abed0b9c6844bd96767..4582e5b7e8047538b8039d4dd2ad493a48c14b5e 100644 (file)
@@ -20,6 +20,7 @@ PACKAGECONFIG[dvdread]  = "--enable-dvdread,--disable-dvdread,libdvdread"
 PACKAGECONFIG[lame]     = "--enable-lame,--disable-lame,lame"
 PACKAGECONFIG[mad]      = "--enable-mad,--disable-mad,libmad"
 PACKAGECONFIG[mpeg2dec] = "--enable-mpeg2dec,--disable-mpeg2dec,mpeg2dec"
+PACKAGECONFIG[mpg123]   = "--enable-mpg123,--disable-mpg123,mpg123"
 PACKAGECONFIG[x264]     = "--enable-x264,--disable-x264,x264"
 
 EXTRA_OECONF += " \
similarity index 72%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.6.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.8.1.bb
index 7edfb81d2404a6b6e235bfdf047d7768429c91a8..7c0d20666b14913967f7c102f325144e4bfd3f5a 100644 (file)
@@ -7,7 +7,7 @@ SRC_URI = " \
     http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \
 "
 
-SRC_URI[md5sum] = "dbd92afb3816cbfa90ab1f197144a2e2"
-SRC_URI[sha256sum] = "2fecf7b7c7882f8f62f1900048f4013f98c214fb3d3303d8d812245bb41fd064"
+SRC_URI[md5sum] = "b6f47bcb3d924f7ef8a8b33ac4d037ab"
+SRC_URI[sha256sum] = "8e656a9a3be60d7e7ed3fb8e2a22d070b1f54f95d0b22accd876360e659446ce"
 
 S = "${WORKDIR}/gst-plugins-ugly-${PV}"
index 69afe4cfb36cfe20f0b50d9bd3e91c49aee5ecc6..0c9bc23541807352be64aa0ee719d3e934d8c1cf 100644 (file)
@@ -20,10 +20,6 @@ SRCREV_FORMAT = "base"
 
 S = "${WORKDIR}/git"
 
-# The mpg123 plugin was added prior to the 1.7.2 release
-# https://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/commit/?id=43bd45ba991ef3247957ca37cdcb52f4b8c0acb1
-PACKAGECONFIG[mpg123] = "--enable-mpg123,--disable-mpg123,mpg123"
-
 do_configure_prepend() {
        ${S}/autogen.sh --noconfigure
 }