diff --git a/media-video/ffmpeg/ffmpeg-3.1.recipe b/media-video/ffmpeg/ffmpeg-3.1.recipe index f174c14ed..f6385b563 100644 --- a/media-video/ffmpeg/ffmpeg-3.1.recipe +++ b/media-video/ffmpeg/ffmpeg-3.1.recipe @@ -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=" diff --git a/media-video/ffmpeg/patches/ffmpeg-3.1.patchset b/media-video/ffmpeg/patches/ffmpeg-3.1.patchset index c5a00684e..ebcef0f76 100644 --- a/media-video/ffmpeg/patches/ffmpeg-3.1.patchset +++ b/media-video/ffmpeg/patches/ffmpeg-3.1.patchset @@ -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