From 92504522e63c81410344374464f5a02975d4a055 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Mon, 31 Oct 2016 11:54:22 +0300 Subject: [PATCH] ffmpeg: bump version to 3.2 --- ...{ffmpeg-3.1.4.recipe => ffmpeg-3.2.recipe} | 48 +++++++++---------- ...peg-3.1.4.patchset => ffmpeg-3.2.patchset} | 0 2 files changed, 24 insertions(+), 24 deletions(-) rename media-video/ffmpeg/{ffmpeg-3.1.4.recipe => ffmpeg-3.2.recipe} (72%) rename media-video/ffmpeg/patches/{ffmpeg-3.1.4.patchset => ffmpeg-3.2.patchset} (100%) diff --git a/media-video/ffmpeg/ffmpeg-3.1.4.recipe b/media-video/ffmpeg/ffmpeg-3.2.recipe similarity index 72% rename from media-video/ffmpeg/ffmpeg-3.1.4.recipe rename to media-video/ffmpeg/ffmpeg-3.2.recipe index ecef378b5..4d1c3b978 100644 --- a/media-video/ffmpeg/ffmpeg-3.1.4.recipe +++ b/media-video/ffmpeg/ffmpeg-3.2.recipe @@ -9,26 +9,26 @@ LICENSE="GNU LGPL v2.1 GNU GPL v2" REVISION="1" SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.bz2" -CHECKSUM_SHA256="7c99df75a4dc12d22c0f1ed11d0acf98cac1f8b5fe7a7434344b167f810bcbfa" +CHECKSUM_SHA256="76d6cd9f5e64463a5b9940736da8a515c990bcbbe506a722e2040916cb366d74" PATCHES="ffmpeg-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="!x86_gcc2 x86" PROVIDES=" - ffmpeg$secondaryArchSuffix = $portVersion compat >= 3.1 - cmd:ffmpeg = $portVersion compat >= 3.1 - cmd:ffprobe = $portVersion compat >= 3.1 - cmd:ffserver = $portVersion compat >= 3.1 - lib:libavutil$secondaryArchSuffix = 55.28.100 compat >= 55 - lib:libavcodec$secondaryArchSuffix = 57.48.101 compat >= 57 - lib:libavformat$secondaryArchSuffix = 57.41.100 compat >= 57 - lib:libavdevice$secondaryArchSuffix = 57.0.101 compat >= 57 - lib:libavfilter$secondaryArchSuffix = 6.47.100 compat >= 6 - lib:libavresample$secondaryArchSuffix = 3.0.0 compat >= 3 - lib:libswscale$secondaryArchSuffix = 4.1.100 compat >= 4 - lib:libswresample$secondaryArchSuffix = 2.1.100 compat >= 2 - lib:libpostproc$secondaryArchSuffix = 54.0.100 compat >= 54 + ffmpeg$secondaryArchSuffix = $portVersion compat >= 3.2 + 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:libavcodec$secondaryArchSuffix = 57.64.100 compat >= 57 + lib:libavformat$secondaryArchSuffix = 57.56.100 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 + lib:libswscale$secondaryArchSuffix = 4.2.100 compat >= 4 + lib:libswresample$secondaryArchSuffix = 2.3.100 compat >= 2 + lib:libpostproc$secondaryArchSuffix = 54.1.100 compat >= 54 " REQUIRES=" @@ -50,16 +50,16 @@ CONFLICTS=" " PROVIDES_devel=" - ffmpeg${secondaryArchSuffix}_devel = $portVersion compat >= 3.1 - devel:libavutil$secondaryArchSuffix = 55.28.100 compat >= 55 - devel:libavcodec$secondaryArchSuffix = 57.48.101 compat >= 57 - devel:libavformat$secondaryArchSuffix = 57.41.100 compat >= 57 - devel:libavdevice$secondaryArchSuffix = 57.0.101 compat >= 57 - devel:libavfilter$secondaryArchSuffix = 6.47.100 compat >= 6 - devel:libavresample$secondaryArchSuffix = 3.0.0 compat >= 3 - devel:libswscale$secondaryArchSuffix = 4.1.100 compat >= 4 - devel:libswresample$secondaryArchSuffix = 2.1.100 compat >= 2 - devel:libpostproc$secondaryArchSuffix = 54.0.100 compat >= 54 + ffmpeg${secondaryArchSuffix}_devel = $portVersion compat >= 3.2 + devel:libavutil$secondaryArchSuffix = 55.34.100 compat >= 55 + devel:libavcodec$secondaryArchSuffix = 57.64.100 compat >= 57 + devel:libavformat$secondaryArchSuffix = 57.56.100 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 + devel:libswscale$secondaryArchSuffix = 4.2.100 compat >= 4 + devel:libswresample$secondaryArchSuffix = 2.3.100 compat >= 2 + devel:libpostproc$secondaryArchSuffix = 54.1.100 compat >= 54 " REQUIRES_devel=" ffmpeg$secondaryArchSuffix == $portVersion base diff --git a/media-video/ffmpeg/patches/ffmpeg-3.1.4.patchset b/media-video/ffmpeg/patches/ffmpeg-3.2.patchset similarity index 100% rename from media-video/ffmpeg/patches/ffmpeg-3.1.4.patchset rename to media-video/ffmpeg/patches/ffmpeg-3.2.patchset