From 8bb0e5c171bc74776efa58d5d457e9218c5ebde2 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Fri, 1 Jul 2016 18:25:36 +0000 Subject: [PATCH] ffmpeg: bump to 3.1.1, switch source archive to tar.bz2. --- .../{ffmpeg-3.1.recipe => ffmpeg-3.1.1.recipe} | 16 ++++++++-------- ...ffmpeg-3.1.patchset => ffmpeg-3.1.1.patchset} | 0 2 files changed, 8 insertions(+), 8 deletions(-) rename media-video/ffmpeg/{ffmpeg-3.1.recipe => ffmpeg-3.1.1.recipe} (91%) rename media-video/ffmpeg/patches/{ffmpeg-3.1.patchset => ffmpeg-3.1.1.patchset} (100%) diff --git a/media-video/ffmpeg/ffmpeg-3.1.recipe b/media-video/ffmpeg/ffmpeg-3.1.1.recipe similarity index 91% rename from media-video/ffmpeg/ffmpeg-3.1.recipe rename to media-video/ffmpeg/ffmpeg-3.1.1.recipe index f6385b563..0a4166520 100644 --- a/media-video/ffmpeg/ffmpeg-3.1.recipe +++ b/media-video/ffmpeg/ffmpeg-3.1.1.recipe @@ -8,8 +8,8 @@ COPYRIGHT="2000-2003 Fabrice Bellard LICENSE="GNU LGPL v2.1 GNU GPL v2" REVISION="2" -SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.xz" -CHECKSUM_SHA256="919022430e2dad782fabccffdd6c4cae4e7029f84f0701aa662f036a9ca65423" +SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.bz2" +CHECKSUM_SHA256="a5bca50a90a37b983eaa17c483a387189175f37ca678ae7e51d43e7610b4b3b4" PATCHES="ffmpeg-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 x86 x86_64" @@ -20,11 +20,11 @@ PROVIDES=" 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:libavutil$secondaryArchSuffix = 55.28.100 compat >= 55 lib:libavcodec$secondaryArchSuffix = 57.48.101 compat >= 57 - lib:libavformat$secondaryArchSuffix = 57.40.101 compat >= 57 + lib:libavformat$secondaryArchSuffix = 57.41.100 compat >= 57 lib:libavdevice$secondaryArchSuffix = 57.0.101 compat >= 57 - lib:libavfilter$secondaryArchSuffix = 6.46.102 compat >= 6 + 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 @@ -51,11 +51,11 @@ CONFLICTS=" PROVIDES_devel=" ffmpeg${secondaryArchSuffix}_devel = $portVersion compat >= 3.1 - devel:libavutil$secondaryArchSuffix = 55.27.100 compat >= 55 + devel:libavutil$secondaryArchSuffix = 55.28.100 compat >= 55 devel:libavcodec$secondaryArchSuffix = 57.48.101 compat >= 57 - devel:libavformat$secondaryArchSuffix = 57.40.101 compat >= 57 + devel:libavformat$secondaryArchSuffix = 57.41.100 compat >= 57 devel:libavdevice$secondaryArchSuffix = 57.0.101 compat >= 57 - devel:libavfilter$secondaryArchSuffix = 6.46.102 compat >= 6 + 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 diff --git a/media-video/ffmpeg/patches/ffmpeg-3.1.patchset b/media-video/ffmpeg/patches/ffmpeg-3.1.1.patchset similarity index 100% rename from media-video/ffmpeg/patches/ffmpeg-3.1.patchset rename to media-video/ffmpeg/patches/ffmpeg-3.1.1.patchset