mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
ffmpeg-3.1: fix micro version of libavfilter and libswresample.
This commit is contained in:
@@ -7,7 +7,7 @@ COPYRIGHT="2000-2003 Fabrice Bellard
|
|||||||
2003-2016 the FFmpeg developers"
|
2003-2016 the FFmpeg developers"
|
||||||
LICENSE="GNU LGPL v2.1
|
LICENSE="GNU LGPL v2.1
|
||||||
GNU GPL v2"
|
GNU GPL v2"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.xz"
|
SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.xz"
|
||||||
CHECKSUM_SHA256="919022430e2dad782fabccffdd6c4cae4e7029f84f0701aa662f036a9ca65423"
|
CHECKSUM_SHA256="919022430e2dad782fabccffdd6c4cae4e7029f84f0701aa662f036a9ca65423"
|
||||||
PATCHES="ffmpeg-$portVersion.patchset"
|
PATCHES="ffmpeg-$portVersion.patchset"
|
||||||
@@ -24,10 +24,10 @@ PROVIDES="
|
|||||||
lib:libavcodec$secondaryArchSuffix = 57.48.101 compat >= 57
|
lib:libavcodec$secondaryArchSuffix = 57.48.101 compat >= 57
|
||||||
lib:libavformat$secondaryArchSuffix = 57.40.101 compat >= 57
|
lib:libavformat$secondaryArchSuffix = 57.40.101 compat >= 57
|
||||||
lib:libavdevice$secondaryArchSuffix = 57.0.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:libavresample$secondaryArchSuffix = 3.0.0 compat >= 3
|
||||||
lib:libswscale$secondaryArchSuffix = 4.1.100 compat >= 4
|
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
|
lib:libpostproc$secondaryArchSuffix = 54.0.100 compat >= 54
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -55,10 +55,10 @@ PROVIDES_devel="
|
|||||||
devel:libavcodec$secondaryArchSuffix = 57.48.101 compat >= 57
|
devel:libavcodec$secondaryArchSuffix = 57.48.101 compat >= 57
|
||||||
devel:libavformat$secondaryArchSuffix = 57.40.101 compat >= 57
|
devel:libavformat$secondaryArchSuffix = 57.40.101 compat >= 57
|
||||||
devel:libavdevice$secondaryArchSuffix = 57.0.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:libavresample$secondaryArchSuffix = 3.0.0 compat >= 3
|
||||||
devel:libswscale$secondaryArchSuffix = 4.1.100 compat >= 4
|
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
|
devel:libpostproc$secondaryArchSuffix = 54.0.100 compat >= 54
|
||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
|
|||||||
@@ -5,10 +5,10 @@ Subject: disable ebx on x86.
|
|||||||
|
|
||||||
|
|
||||||
diff --git a/configure b/configure
|
diff --git a/configure b/configure
|
||||||
index 475c087..5a95b97 100755
|
index 3760641..5b7b0bb 100755
|
||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/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
|
if test $target_os = "haiku"; then
|
||||||
disable memalign
|
disable memalign
|
||||||
disable posix_memalign
|
disable posix_memalign
|
||||||
|
|||||||
Reference in New Issue
Block a user