mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
ffmpeg: bump to 3.1.2. (#759)
This commit is contained in:
@@ -7,9 +7,9 @@ COPYRIGHT="2000-2003 Fabrice Bellard
|
||||
2003-2016 the FFmpeg developers"
|
||||
LICENSE="GNU LGPL v2.1
|
||||
GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="a5bca50a90a37b983eaa17c483a387189175f37ca678ae7e51d43e7610b4b3b4"
|
||||
CHECKSUM_SHA256="62eb8d810b93c1ffc23739c0824a91eabfe5e7be81fab34ce740736a110b70f7"
|
||||
PATCHES="ffmpeg-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -71,6 +71,7 @@ CONFLICTS_devel="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libbz2$secondaryArchSuffix
|
||||
devel:libmodplug$secondaryArchSuffix
|
||||
devel:libogg$secondaryArchSuffix
|
||||
@@ -81,7 +82,6 @@ BUILD_REQUIRES="
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix >= 5
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:awk
|
||||
@@ -5,10 +5,10 @@ Subject: disable ebx on x86.
|
||||
|
||||
|
||||
diff --git a/configure b/configure
|
||||
index 3760641..5b7b0bb 100755
|
||||
index adb4c27..bb5619d 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -6242,6 +6242,7 @@ enabled threads && ! enabled pthreads && ! enabled atomics_native && die "non pt
|
||||
@@ -6238,6 +6238,7 @@ enabled threads && ! enabled pthreads && ! enabled atomics_native && die "non pt
|
||||
if test $target_os = "haiku"; then
|
||||
disable memalign
|
||||
disable posix_memalign
|
||||
Reference in New Issue
Block a user