mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
ffmpeg: bump version to 3.1
This commit is contained in:
@@ -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="
|
||||
Reference in New Issue
Block a user