gst_plugins_ugly: bump version

This commit is contained in:
Gerasim Troeglazov
2019-10-26 21:59:51 +10:00
parent cad9a03e3a
commit 5c65f2313d

View File

@@ -8,7 +8,7 @@ COPYRIGHT="Erik Walthinsen"
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$portVersion.tar.xz"
CHECKSUM_SHA256="e30964c5f031c32289e0b25e176c3c95a5737f2052dfc81d0f7427ef0233a4c2"
CHECKSUM_SHA256="4bf913b2ca5195ac3b53b5e3ade2dc7c45d2258507552ddc850c5fa425968a1d"
SOURCE_DIR="gst-plugins-ugly-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -76,13 +76,17 @@ BUILD_PREREQUIRES="
cmd:orcc$secondaryArchSuffix
cmd:pkg_config$secondaryArchSuffix
cmd:python
cmd:python3
cmd:which
"
BUILD()
{
runConfigure ./configure --disable-debug --disable-examples \
--disable-nls --enable-orc
runConfigure ./configure \
--disable-debug \
--disable-examples \
--disable-nls \
--enable-orc
make $jobArgs
}