gstreamer1.0-plugins-ugly: upgrade to version 1.8.1

(From OE-Core rev: 60b7a50665b31b2b5a8884a1a08f84d9a04a1a7b)

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Carlos Rafael Giani 2016-04-28 21:06:31 +02:00 committed by Richard Purdie
parent 9f9e48cc9d
commit b8dbd21848
3 changed files with 3 additions and 6 deletions

View 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 += " \

View 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}"

View 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
}