mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
ffmpeg: bump to 3.2.3.
This commit is contained in:
@@ -4,12 +4,12 @@ and stream audio and video. It includes libavcodec - the leading audio/video \
|
||||
codec library."
|
||||
HOMEPAGE="https://ffmpeg.org/"
|
||||
COPYRIGHT="2000-2003 Fabrice Bellard
|
||||
2003-2016 the FFmpeg developers"
|
||||
2003-2017 the FFmpeg developers"
|
||||
LICENSE="GNU LGPL v2.1
|
||||
GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="0b129a56d1b8d06101b1fcbfaa9f4f5eee3182d1ad6e44f511a84c12113a366b"
|
||||
CHECKSUM_SHA256="e9a41be04e8a7f62f83d0ff5ecaa9c82a857f9200f61b02ef5f304a16fb9b072"
|
||||
PATCHES="ffmpeg-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -20,9 +20,9 @@ PROVIDES="
|
||||
cmd:ffmpeg = $portVersion compat >= 3.2
|
||||
cmd:ffprobe = $portVersion compat >= 3.2
|
||||
cmd:ffserver = $portVersion compat >= 3.2
|
||||
lib:libavutil$secondaryArchSuffix = 55.34.100 compat >= 55
|
||||
lib:libavutil$secondaryArchSuffix = 55.34.101 compat >= 55
|
||||
lib:libavcodec$secondaryArchSuffix = 57.64.101 compat >= 57
|
||||
lib:libavformat$secondaryArchSuffix = 57.56.100 compat >= 57
|
||||
lib:libavformat$secondaryArchSuffix = 57.56.101 compat >= 57
|
||||
lib:libavdevice$secondaryArchSuffix = 57.1.100 compat >= 57
|
||||
lib:libavfilter$secondaryArchSuffix = 6.65.100 compat >= 6
|
||||
lib:libavresample$secondaryArchSuffix = 3.1.0 compat >= 3
|
||||
@@ -51,9 +51,9 @@ CONFLICTS="
|
||||
|
||||
PROVIDES_devel="
|
||||
ffmpeg${secondaryArchSuffix}_devel = $portVersion compat >= 3.2
|
||||
devel:libavutil$secondaryArchSuffix = 55.34.100 compat >= 55
|
||||
devel:libavutil$secondaryArchSuffix = 55.34.101 compat >= 55
|
||||
devel:libavcodec$secondaryArchSuffix = 57.64.101 compat >= 57
|
||||
devel:libavformat$secondaryArchSuffix = 57.56.100 compat >= 57
|
||||
devel:libavformat$secondaryArchSuffix = 57.56.101 compat >= 57
|
||||
devel:libavdevice$secondaryArchSuffix = 57.1.100 compat >= 57
|
||||
devel:libavfilter$secondaryArchSuffix = 6.65.100 compat >= 6
|
||||
devel:libavresample$secondaryArchSuffix = 3.1.0 compat >= 3
|
||||
@@ -5,10 +5,10 @@ Subject: disable ebx on x86.
|
||||
|
||||
|
||||
diff --git a/configure b/configure
|
||||
index adb4c27..bb5619d 100755
|
||||
index a1818dc..26af622 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -6238,6 +6238,7 @@ enabled threads && ! enabled pthreads && ! enabled atomics_native && die "non pt
|
||||
@@ -6324,6 +6324,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