mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
gst_libav: bump version
This commit is contained in:
@@ -6,9 +6,9 @@ HOMEPAGE="https://gstreamer.freedesktop.org/"
|
||||
COPYRIGHT="Erik Walthinsen"
|
||||
LICENSE="GNU LGPL v2
|
||||
GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="dfac119043a9cfdcacd7acde77f674ab172cf2537b5812be52f49e9cddc53d9a"
|
||||
CHECKSUM_SHA256="e8a5748ae9a4a7be9696512182ea9ffa6efe0be9b7976916548e9d4381ca61c4"
|
||||
SOURCE_DIR="gst-libav-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -63,6 +63,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:orcc$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:python
|
||||
cmd:python3
|
||||
cmd:yasm
|
||||
cmd:which
|
||||
"
|
||||
@@ -70,7 +71,9 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
cd $sourceDir
|
||||
./configure --enable-orc --enable-gpl \
|
||||
./configure \
|
||||
--enable-orc \
|
||||
--enable-gpl \
|
||||
--with-libav-extra-configure="--disable-mmx --disable-asm"
|
||||
make $jobArgs
|
||||
}
|
||||
Reference in New Issue
Block a user