gst_plugins_ugly: bump version.

This commit is contained in:
Jerome Duval
2017-10-09 22:39:40 +02:00
parent e0dd8a1551
commit 2c9d38b887

View File

@@ -6,9 +6,9 @@ code might be widely known to present patent problems."
HOMEPAGE="https://gstreamer.freedesktop.org/"
COPYRIGHT="Erik Walthinsen"
LICENSE="GNU LGPL v2"
REVISION="3"
REVISION="1"
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$portVersion.tar.xz"
CHECKSUM_SHA256="1cc3942bbf3ea87da3e35437d4e014e991b103db22a6174f62a98c89c3f5f466"
CHECKSUM_SHA256="e88ca584c94ea78eeecbf3af00ef7f134b66bdee7408aa4aa6c547235e060052"
SOURCE_DIR="gst-plugins-ugly-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -41,6 +41,7 @@ REQUIRES="
SUPPLEMENTS="
gstreamer$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:liba52$secondaryArchSuffix
@@ -70,7 +71,6 @@ BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:grep
cmd:ld$secondaryArchSuffix
cmd:libtool
cmd:libtoolize$secondaryArchSuffix
cmd:make
cmd:orcc$secondaryArchSuffix
@@ -81,8 +81,8 @@ BUILD_PREREQUIRES="
BUILD()
{
cd $sourceDir
runConfigure ./configure --disable-debug --disable-examples --disable-nls --enable-orc
runConfigure ./configure --disable-debug --disable-examples \
--disable-nls --enable-orc
make $jobArgs
}