mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] ffmpeg: version bump 7.1.1 -> 8.0
@ 2025-10-28 16:35 Sven Püschel
  0 siblings, 0 replies; only message in thread
From: Sven Püschel @ 2025-10-28 16:35 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

The LICENSE.md changed due to libpostproc being removed from the ffmpeg
sources and moved to an external source [1].
COPYING.LGPLv2.1 only fixed some newline issues [2].

https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/8.0:/Changelog

[1] https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/8c920c4c396163e3b9a0b428dd550d3c986236aa
[2] https://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff/ce0a655f85c1144d19a4acad59afbb92e4997e30..8d439b24839d486d1fcc858a2a5eb7ecd700e3a9:/COPYING.LGPLv2.1

Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
 rules/ffmpeg.make | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/rules/ffmpeg.make b/rules/ffmpeg.make
index 781b33be1..3f177021b 100644
--- a/rules/ffmpeg.make
+++ b/rules/ffmpeg.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_FFMPEG) += ffmpeg
 #
 # Paths and names
 #
-FFMPEG_VERSION	:= 7.1.1
-FFMPEG_MD5	:= 26f2bd7d20c6c616f31d7130c88d7250
+FFMPEG_VERSION	:= 8.0
+FFMPEG_MD5	:= 2c91c725fb1b393618554ff429e4ae43
 FFMPEG		:= ffmpeg-$(FFMPEG_VERSION)
 FFMPEG_SUFFIX	:= tar.xz
 FFMPEG_URL	:= https://www.ffmpeg.org/releases/$(FFMPEG).$(FFMPEG_SUFFIX)
@@ -24,8 +24,8 @@ FFMPEG_DIR	:= $(BUILDDIR)/$(FFMPEG)
 # Note: any GPL only code is disabled below with --disable-gpl
 FFMPEG_LICENSE	:= LGPL-2.1-or-later AND BSD-3-Clause
 FFMPEG_LICENSE_FILES := \
-	file://LICENSE.md;md5=d62f7dc46e5dd02bf89ab1aac8c51bba \
-	file://COPYING.LGPLv2.1;md5=bd7a443320af8c812e4c18d1b79df004 \
+	file://LICENSE.md;md5=fb3208aff899819928c690028e282681 \
+	file://COPYING.LGPLv2.1;md5=eed22b3456132611e3d4aa7a7ec64dac \
 	file://libavcodec/arm/vp8dsp_armv6.S;startline=4;endline=52;md5=24eb31d8cad17de39e517e8d946cdee0 \
 	file://libavcodec/mips/ac3dsp_mips.c;startline=2;endline=27;md5=5f25aa1db1ecf13c29efc63800bf6ae8 \
 
@@ -76,7 +76,6 @@ FFMPEG_CONF_OPT		:= \
 	--enable-avformat \
 	--enable-swresample \
 	--disable-swscale \
-	--disable-postproc \
 	--enable-avfilter \
 	\
 	--enable-pthreads \
@@ -151,6 +150,7 @@ FFMPEG_CONF_OPT		:= \
 	--disable-liblensfun \
 	--disable-libmodplug \
 	--disable-libmp3lame \
+	--disable-liboapv \
 	--disable-libopencore-amrnb \
 	--disable-libopencore-amrwb \
 	--disable-libopencv \
@@ -216,6 +216,7 @@ FFMPEG_CONF_OPT		:= \
 	--disable-mediafoundation \
 	--disable-metal \
 	--disable-libmysofa \
+	--disable-ohcodec \
 	--disable-openal \
 	--disable-opencl \
 	--disable-opengl \
@@ -226,6 +227,7 @@ FFMPEG_CONF_OPT		:= \
 	--disable-sdl2 \
 	--disable-securetransport \
 	--disable-vapoursynth \
+	--disable-whisper \
 	--disable-xlib \
 	--disable-zlib \
 	--disable-amf \
-- 
2.47.3




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-10-28 16:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-28 16:35 [ptxdist] [PATCH v2] ffmpeg: version bump 7.1.1 -> 8.0 Sven Püschel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox