ffmpeg: added 7.1.1 (#12103)

This commit is contained in:
kenmays
2025-04-07 00:33:02 -07:00
committed by GitHub
parent adf3324baa
commit bc1ef7e962
2 changed files with 4 additions and 8 deletions

View File

@@ -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
"