ffmpeg: bump, switch to openmpt (#3785)

This commit is contained in:
miqlas
2019-04-22 20:06:17 +02:00
committed by Sergei Reznikov
parent c9ec9e8ac7
commit c5a817f596
2 changed files with 5 additions and 5 deletions

View File

@@ -4,12 +4,12 @@ and stream audio and video. It includes libavcodec - the leading audio/video \
codec library."
HOMEPAGE="https://ffmpeg.org/"
COPYRIGHT="2000-2003 Fabrice Bellard
2003-2018 the FFmpeg developers"
2003-2019 the FFmpeg developers"
LICENSE="GNU LGPL v3
GNU GPL v3"
REVISION="1"
SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.xz"
CHECKSUM_SHA256="373749824dfd334d84e55dff406729edfd1606575ee44dd485d97d45ea4d2d86"
CHECKSUM_SHA256="0c3020452880581a8face91595b239198078645e7d7184273b8bcc7758beb63d"
PATCHES="ffmpeg-$portVersion.patchset"
ADDITIONAL_FILES="gcc_runtime.c"
@@ -56,8 +56,8 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
lib:libbz2$secondaryArchSuffix
lib:libmodplug$secondaryArchSuffix
lib:libogg$secondaryArchSuffix
lib:libopenmpt$secondaryArchSuffix
lib:libspeex$secondaryArchSuffix
lib:libtheoradec$secondaryArchSuffix
lib:libtheoraenc$secondaryArchSuffix
@@ -150,8 +150,8 @@ fi
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libbz2$secondaryArchSuffix
devel:libmodplug$secondaryArchSuffix
devel:libogg$secondaryArchSuffix
devel:libopenmpt$secondaryArchSuffix
devel:libsdl2$secondaryArchSuffix
devel:libspeex$secondaryArchSuffix
devel:libtheora$secondaryArchSuffix
@@ -253,11 +253,11 @@ BUILD()
--enable-version3 \
--enable-shared \
--disable-static \
--enable-libmodplug \
--enable-libvorbis \
--enable-libspeex \
--enable-libtheora \
--enable-avresample \
--enable-libopenmpt \
$extraArgs
make $jobArgs