mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "Sven Püschel" <s.pueschel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] ffmpeg: version bump 7.1.1 -> 8.0
Date: Fri,  7 Nov 2025 09:53:28 +0100	[thread overview]
Message-ID: <20251107085328.2209083-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20251028163538.993711-1-s.pueschel@pengutronix.de>

Thanks, applied as 254f9c65f4dd88ea7645e76e2d91e9a82a27af32.

Michael

[sent from post-receive hook]

On Fri, 07 Nov 2025 09:53:28 +0100, Sven Püschel <s.pueschel@pengutronix.de> wrote:
> 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>
> Message-Id: <20251028163538.993711-1-s.pueschel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/ffmpeg.make b/rules/ffmpeg.make
> index 781b33be1a73..3f177021b756 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 \



      reply	other threads:[~2025-11-07  8:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-28 16:35 [ptxdist] [PATCH v2] " Sven Püschel
2025-11-07  8:53 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251107085328.2209083-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=s.pueschel@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox