From 3ea442f3e732ec04f98c188f38be151d1a4793f4 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Tue, 28 Jun 2016 11:47:09 +0300 Subject: [PATCH] ffmpeg: bump version to 3.1 --- ...{ffmpeg-3.0.2.recipe => ffmpeg-3.1.recipe} | 36 +++++++++---------- ...peg-3.0.2.patchset => ffmpeg-3.1.patchset} | 0 2 files changed, 18 insertions(+), 18 deletions(-) rename media-video/ffmpeg/{ffmpeg-3.0.2.recipe => ffmpeg-3.1.recipe} (79%) rename media-video/ffmpeg/patches/{ffmpeg-3.0.2.patchset => ffmpeg-3.1.patchset} (100%) diff --git a/media-video/ffmpeg/ffmpeg-3.0.2.recipe b/media-video/ffmpeg/ffmpeg-3.1.recipe similarity index 79% rename from media-video/ffmpeg/ffmpeg-3.0.2.recipe rename to media-video/ffmpeg/ffmpeg-3.1.recipe index 14eb1c438..f174c14ed 100644 --- a/media-video/ffmpeg/ffmpeg-3.0.2.recipe +++ b/media-video/ffmpeg/ffmpeg-3.1.recipe @@ -9,25 +9,25 @@ LICENSE="GNU LGPL v2.1 GNU GPL v2" REVISION="1" SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.xz" -CHECKSUM_SHA256="82943cc7b0c4d14b612404de0dd7b24cd8ca3511d51e4fd3ae36b2d71bb95223" +CHECKSUM_SHA256="919022430e2dad782fabccffdd6c4cae4e7029f84f0701aa662f036a9ca65423" PATCHES="ffmpeg-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="!x86_gcc2 x86" PROVIDES=" - ffmpeg$secondaryArchSuffix = $portVersion compat >= 3.0 - cmd:ffmpeg = $portVersion compat >= 3.0 - cmd:ffprobe = $portVersion compat >= 3.0 - cmd:ffserver = $portVersion compat >= 3.0 - lib:libavutil$secondaryArchSuffix = 55.17.103 compat >= 55 - lib:libavcodec$secondaryArchSuffix = 57.24.102 compat >= 57 - lib:libavformat$secondaryArchSuffix = 57.25.100 compat >= 57 + 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.27.100 compat >= 55 + 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.31.100 compat >= 6 + lib:libavfilter$secondaryArchSuffix = 6.46.100 compat >= 6 lib:libavresample$secondaryArchSuffix = 3.0.0 compat >= 3 - lib:libswscale$secondaryArchSuffix = 4.0.100 compat >= 4 - lib:libswresample$secondaryArchSuffix = 2.0.101 compat >= 2 + lib:libswscale$secondaryArchSuffix = 4.1.100 compat >= 4 + lib:libswresample$secondaryArchSuffix = 2.1.101 compat >= 2 lib:libpostproc$secondaryArchSuffix = 54.0.100 compat >= 54 " @@ -50,15 +50,15 @@ CONFLICTS=" " PROVIDES_devel=" - ffmpeg${secondaryArchSuffix}_devel = $portVersion compat >= 3.0 - devel:libavutil$secondaryArchSuffix = 55.17.103 compat >= 55 - devel:libavcodec$secondaryArchSuffix = 57.24.102 compat >= 57 - devel:libavformat$secondaryArchSuffix = 57.25.100 compat >= 57 + ffmpeg${secondaryArchSuffix}_devel = $portVersion compat >= 3.1 + devel:libavutil$secondaryArchSuffix = 55.27.100 compat >= 55 + 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.31.100 compat >= 6 + devel:libavfilter$secondaryArchSuffix = 6.46.100 compat >= 6 devel:libavresample$secondaryArchSuffix = 3.0.0 compat >= 3 - devel:libswscale$secondaryArchSuffix = 4.0.100 compat >= 4 - devel:libswresample$secondaryArchSuffix = 2.0.101 compat >= 2 + devel:libswscale$secondaryArchSuffix = 4.1.100 compat >= 4 + devel:libswresample$secondaryArchSuffix = 2.1.101 compat >= 2 devel:libpostproc$secondaryArchSuffix = 54.0.100 compat >= 54 " REQUIRES_devel=" diff --git a/media-video/ffmpeg/patches/ffmpeg-3.0.2.patchset b/media-video/ffmpeg/patches/ffmpeg-3.1.patchset similarity index 100% rename from media-video/ffmpeg/patches/ffmpeg-3.0.2.patchset rename to media-video/ffmpeg/patches/ffmpeg-3.1.patchset