ffmpeg: bump to 3.1.1, switch source archive to tar.bz2.

This commit is contained in:
fbrosson
2016-07-01 18:25:36 +00:00
parent 822d9c46e4
commit 8bb0e5c171
2 changed files with 8 additions and 8 deletions

View File

@@ -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