mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
ffmpeg: bump version to 3.2
This commit is contained in:
@@ -9,26 +9,26 @@ LICENSE="GNU LGPL v2.1
|
|||||||
GNU GPL v2"
|
GNU GPL v2"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.bz2"
|
SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="7c99df75a4dc12d22c0f1ed11d0acf98cac1f8b5fe7a7434344b167f810bcbfa"
|
CHECKSUM_SHA256="76d6cd9f5e64463a5b9940736da8a515c990bcbbe506a722e2040916cb366d74"
|
||||||
PATCHES="ffmpeg-$portVersion.patchset"
|
PATCHES="ffmpeg-$portVersion.patchset"
|
||||||
|
|
||||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
ffmpeg$secondaryArchSuffix = $portVersion compat >= 3.1
|
ffmpeg$secondaryArchSuffix = $portVersion compat >= 3.2
|
||||||
cmd:ffmpeg = $portVersion compat >= 3.1
|
cmd:ffmpeg = $portVersion compat >= 3.2
|
||||||
cmd:ffprobe = $portVersion compat >= 3.1
|
cmd:ffprobe = $portVersion compat >= 3.2
|
||||||
cmd:ffserver = $portVersion compat >= 3.1
|
cmd:ffserver = $portVersion compat >= 3.2
|
||||||
lib:libavutil$secondaryArchSuffix = 55.28.100 compat >= 55
|
lib:libavutil$secondaryArchSuffix = 55.34.100 compat >= 55
|
||||||
lib:libavcodec$secondaryArchSuffix = 57.48.101 compat >= 57
|
lib:libavcodec$secondaryArchSuffix = 57.64.100 compat >= 57
|
||||||
lib:libavformat$secondaryArchSuffix = 57.41.100 compat >= 57
|
lib:libavformat$secondaryArchSuffix = 57.56.100 compat >= 57
|
||||||
lib:libavdevice$secondaryArchSuffix = 57.0.101 compat >= 57
|
lib:libavdevice$secondaryArchSuffix = 57.1.100 compat >= 57
|
||||||
lib:libavfilter$secondaryArchSuffix = 6.47.100 compat >= 6
|
lib:libavfilter$secondaryArchSuffix = 6.65.100 compat >= 6
|
||||||
lib:libavresample$secondaryArchSuffix = 3.0.0 compat >= 3
|
lib:libavresample$secondaryArchSuffix = 3.1.0 compat >= 3
|
||||||
lib:libswscale$secondaryArchSuffix = 4.1.100 compat >= 4
|
lib:libswscale$secondaryArchSuffix = 4.2.100 compat >= 4
|
||||||
lib:libswresample$secondaryArchSuffix = 2.1.100 compat >= 2
|
lib:libswresample$secondaryArchSuffix = 2.3.100 compat >= 2
|
||||||
lib:libpostproc$secondaryArchSuffix = 54.0.100 compat >= 54
|
lib:libpostproc$secondaryArchSuffix = 54.1.100 compat >= 54
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
@@ -50,16 +50,16 @@ CONFLICTS="
|
|||||||
"
|
"
|
||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
ffmpeg${secondaryArchSuffix}_devel = $portVersion compat >= 3.1
|
ffmpeg${secondaryArchSuffix}_devel = $portVersion compat >= 3.2
|
||||||
devel:libavutil$secondaryArchSuffix = 55.28.100 compat >= 55
|
devel:libavutil$secondaryArchSuffix = 55.34.100 compat >= 55
|
||||||
devel:libavcodec$secondaryArchSuffix = 57.48.101 compat >= 57
|
devel:libavcodec$secondaryArchSuffix = 57.64.100 compat >= 57
|
||||||
devel:libavformat$secondaryArchSuffix = 57.41.100 compat >= 57
|
devel:libavformat$secondaryArchSuffix = 57.56.100 compat >= 57
|
||||||
devel:libavdevice$secondaryArchSuffix = 57.0.101 compat >= 57
|
devel:libavdevice$secondaryArchSuffix = 57.1.100 compat >= 57
|
||||||
devel:libavfilter$secondaryArchSuffix = 6.47.100 compat >= 6
|
devel:libavfilter$secondaryArchSuffix = 6.65.100 compat >= 6
|
||||||
devel:libavresample$secondaryArchSuffix = 3.0.0 compat >= 3
|
devel:libavresample$secondaryArchSuffix = 3.1.0 compat >= 3
|
||||||
devel:libswscale$secondaryArchSuffix = 4.1.100 compat >= 4
|
devel:libswscale$secondaryArchSuffix = 4.2.100 compat >= 4
|
||||||
devel:libswresample$secondaryArchSuffix = 2.1.100 compat >= 2
|
devel:libswresample$secondaryArchSuffix = 2.3.100 compat >= 2
|
||||||
devel:libpostproc$secondaryArchSuffix = 54.0.100 compat >= 54
|
devel:libpostproc$secondaryArchSuffix = 54.1.100 compat >= 54
|
||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
ffmpeg$secondaryArchSuffix == $portVersion base
|
ffmpeg$secondaryArchSuffix == $portVersion base
|
||||||
Reference in New Issue
Block a user