From c5a817f5969b19ebbc05768ec508f85592b369d6 Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Mon, 22 Apr 2019 20:06:17 +0200 Subject: [PATCH] ffmpeg: bump, switch to openmpt (#3785) --- .../{ffmpeg-4.1.1.recipe => ffmpeg-4.1.3.recipe} | 10 +++++----- .../{ffmpeg-4.1.1.patchset => ffmpeg-4.1.3.patchset} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename media-video/ffmpeg/{ffmpeg-4.1.1.recipe => ffmpeg-4.1.3.recipe} (97%) rename media-video/ffmpeg/patches/{ffmpeg-4.1.1.patchset => ffmpeg-4.1.3.patchset} (100%) diff --git a/media-video/ffmpeg/ffmpeg-4.1.1.recipe b/media-video/ffmpeg/ffmpeg-4.1.3.recipe similarity index 97% rename from media-video/ffmpeg/ffmpeg-4.1.1.recipe rename to media-video/ffmpeg/ffmpeg-4.1.3.recipe index c403d653a..6277722ce 100644 --- a/media-video/ffmpeg/ffmpeg-4.1.1.recipe +++ b/media-video/ffmpeg/ffmpeg-4.1.3.recipe @@ -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 diff --git a/media-video/ffmpeg/patches/ffmpeg-4.1.1.patchset b/media-video/ffmpeg/patches/ffmpeg-4.1.3.patchset similarity index 100% rename from media-video/ffmpeg/patches/ffmpeg-4.1.1.patchset rename to media-video/ffmpeg/patches/ffmpeg-4.1.3.patchset