From bee0c0fde996c8662f448f80fcca557f17e62725 Mon Sep 17 00:00:00 2001 From: kenmays Date: Tue, 17 Sep 2024 10:12:49 -0700 Subject: [PATCH] FFmpeg: 6.1.2 bump (#10832) --- .../ffmpeg/{ffmpeg6-6.1.1.recipe => ffmpeg6-6.1.2.recipe} | 8 ++++---- .../{ffmpeg-6.1.1.patchset => ffmpeg-6.1.2.patchset} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename media-video/ffmpeg/{ffmpeg6-6.1.1.recipe => ffmpeg6-6.1.2.recipe} (98%) rename media-video/ffmpeg/patches/{ffmpeg-6.1.1.patchset => ffmpeg-6.1.2.patchset} (100%) diff --git a/media-video/ffmpeg/ffmpeg6-6.1.1.recipe b/media-video/ffmpeg/ffmpeg6-6.1.2.recipe similarity index 98% rename from media-video/ffmpeg/ffmpeg6-6.1.1.recipe rename to media-video/ffmpeg/ffmpeg6-6.1.2.recipe index a0234e4e7..af2590bce 100644 --- a/media-video/ffmpeg/ffmpeg6-6.1.1.recipe +++ b/media-video/ffmpeg/ffmpeg6-6.1.2.recipe @@ -6,9 +6,9 @@ HOMEPAGE="https://ffmpeg.org/" COPYRIGHT="2000-2003 Fabrice Bellard 2003-2024 the FFmpeg developers" LICENSE="GNU LGPL v3" -REVISION="3" +REVISION="1" SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.xz" -CHECKSUM_SHA256="8684f4b00f94b85461884c3719382f1261f0d9eb3d59640a1f4ac0873616f968" +CHECKSUM_SHA256="3b624649725ecdc565c903ca6643d41f33bd49239922e45c9b1442c63dca4e38" PATCHES="ffmpeg-$portVersion.patchset" SOURCE_DIR="ffmpeg-$portVersion" ADDITIONAL_FILES="gcc_runtime.c" @@ -163,9 +163,9 @@ BUILD_REQUIRES=" devel:libmp3lame$secondaryArchSuffix devel:libogg$secondaryArchSuffix devel:libopus$secondaryArchSuffix - devel:libsdl2$secondaryArchSuffix + devel:libSDL2_2.0$secondaryArchSuffix devel:libspeex$secondaryArchSuffix - devel:libssl$secondaryArchSuffix + devel:libssl$secondaryArchSuffix >= 3 devel:libtheora$secondaryArchSuffix devel:libvorbis$secondaryArchSuffix devel:libz$secondaryArchSuffix diff --git a/media-video/ffmpeg/patches/ffmpeg-6.1.1.patchset b/media-video/ffmpeg/patches/ffmpeg-6.1.2.patchset similarity index 100% rename from media-video/ffmpeg/patches/ffmpeg-6.1.1.patchset rename to media-video/ffmpeg/patches/ffmpeg-6.1.2.patchset