ffmpeg-3.1: fix micro version of libavfilter and libswresample.

This commit is contained in:
fbrosson
2016-06-28 16:20:07 +00:00
parent 3ea442f3e7
commit 37024e88c7
2 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ COPYRIGHT="2000-2003 Fabrice Bellard
2003-2016 the FFmpeg developers"
LICENSE="GNU LGPL v2.1
GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.xz"
CHECKSUM_SHA256="919022430e2dad782fabccffdd6c4cae4e7029f84f0701aa662f036a9ca65423"
PATCHES="ffmpeg-$portVersion.patchset"
@@ -24,10 +24,10 @@ PROVIDES="
lib:libavcodec$secondaryArchSuffix = 57.48.101 compat >= 57
lib:libavformat$secondaryArchSuffix = 57.40.101 compat >= 57
lib:libavdevice$secondaryArchSuffix = 57.0.101 compat >= 57
lib:libavfilter$secondaryArchSuffix = 6.46.100 compat >= 6
lib:libavfilter$secondaryArchSuffix = 6.46.102 compat >= 6
lib:libavresample$secondaryArchSuffix = 3.0.0 compat >= 3
lib:libswscale$secondaryArchSuffix = 4.1.100 compat >= 4
lib:libswresample$secondaryArchSuffix = 2.1.101 compat >= 2
lib:libswresample$secondaryArchSuffix = 2.1.100 compat >= 2
lib:libpostproc$secondaryArchSuffix = 54.0.100 compat >= 54
"
@@ -55,10 +55,10 @@ PROVIDES_devel="
devel:libavcodec$secondaryArchSuffix = 57.48.101 compat >= 57
devel:libavformat$secondaryArchSuffix = 57.40.101 compat >= 57
devel:libavdevice$secondaryArchSuffix = 57.0.101 compat >= 57
devel:libavfilter$secondaryArchSuffix = 6.46.100 compat >= 6
devel:libavfilter$secondaryArchSuffix = 6.46.102 compat >= 6
devel:libavresample$secondaryArchSuffix = 3.0.0 compat >= 3
devel:libswscale$secondaryArchSuffix = 4.1.100 compat >= 4
devel:libswresample$secondaryArchSuffix = 2.1.101 compat >= 2
devel:libswresample$secondaryArchSuffix = 2.1.100 compat >= 2
devel:libpostproc$secondaryArchSuffix = 54.0.100 compat >= 54
"
REQUIRES_devel="

View File

@@ -5,10 +5,10 @@ Subject: disable ebx on x86.
diff --git a/configure b/configure
index 475c087..5a95b97 100755
index 3760641..5b7b0bb 100755
--- a/configure
+++ b/configure
@@ -6040,6 +6040,7 @@ enabled threads && ! enabled pthreads && ! enabled atomics_native && die "non pt
@@ -6242,6 +6242,7 @@ enabled threads && ! enabled pthreads && ! enabled atomics_native && die "non pt
if test $target_os = "haiku"; then
disable memalign
disable posix_memalign