From bc1ef7e96213f0e98dc2dc49f3d1d92c0f5cf56d Mon Sep 17 00:00:00 2001 From: kenmays Date: Mon, 7 Apr 2025 00:33:02 -0700 Subject: [PATCH] ffmpeg: added 7.1.1 (#12103) --- .../{ffmpeg7-7.1.recipe => ffmpeg7-7.1.1.recipe} | 12 ++++-------- .../{ffmpeg-7.1.patchset => ffmpeg-7.1.1.patchset} | 0 2 files changed, 4 insertions(+), 8 deletions(-) rename media-video/ffmpeg/{ffmpeg7-7.1.recipe => ffmpeg7-7.1.1.recipe} (97%) rename media-video/ffmpeg/patches/{ffmpeg-7.1.patchset => ffmpeg-7.1.1.patchset} (100%) diff --git a/media-video/ffmpeg/ffmpeg7-7.1.recipe b/media-video/ffmpeg/ffmpeg7-7.1.1.recipe similarity index 97% rename from media-video/ffmpeg/ffmpeg7-7.1.recipe rename to media-video/ffmpeg/ffmpeg7-7.1.1.recipe index dd480dd65..0fac64a75 100644 --- a/media-video/ffmpeg/ffmpeg7-7.1.recipe +++ b/media-video/ffmpeg/ffmpeg7-7.1.1.recipe @@ -4,11 +4,11 @@ and stream audio and video. It includes libavcodec - the leading audio/video \ codec library." HOMEPAGE="https://ffmpeg.org/" COPYRIGHT="2000-2003 Fabrice Bellard - 2003-2024 the FFmpeg developers" + 2003-2025 the FFmpeg developers" LICENSE="GNU LGPL v3" -REVISION="2" +REVISION="1" SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.xz" -CHECKSUM_SHA256="40973d44970dbc83ef302b0609f2e74982be2d85916dd2ee7472d30678a7abe6" +CHECKSUM_SHA256="733984395e0dbbe5c046abda2dc49a5544e7e0e1e2366bba849222ae9e3a03b1" PATCHES="ffmpeg-$portVersion.patchset" SOURCE_DIR="ffmpeg-$portVersion" ADDITIONAL_FILES="gcc_runtime.c" @@ -27,7 +27,7 @@ ffmpegLibs="\ " # Do not sort alphabetically libavutilVersion="59.39.100" -libavcodecVersion="61.19.100" +libavcodecVersion="61.19.101" libavformatVersion="61.7.100" libavdeviceVersion="61.3.100" libavfilterVersion="10.4.100" @@ -79,8 +79,6 @@ if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then lib:libsoxr$secondaryArchSuffix lib:libvpx$secondaryArchSuffix lib:libwebp$secondaryArchSuffix -# lib:libx264$secondaryArchSuffix -# lib:libx265$secondaryArchSuffix lib:libxml2$secondaryArchSuffix lib:liblzma$secondaryArchSuffix " @@ -190,8 +188,6 @@ if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then devel:libsoxr$secondaryArchSuffix devel:libvpx$secondaryArchSuffix devel:libwebp$secondaryArchSuffix -# devel:libx264$secondaryArchSuffix -# devel:libx265$secondaryArchSuffix devel:libxml2$secondaryArchSuffix devel:liblzma$secondaryArchSuffix " diff --git a/media-video/ffmpeg/patches/ffmpeg-7.1.patchset b/media-video/ffmpeg/patches/ffmpeg-7.1.1.patchset similarity index 100% rename from media-video/ffmpeg/patches/ffmpeg-7.1.patchset rename to media-video/ffmpeg/patches/ffmpeg-7.1.1.patchset