* [ptxdist] [PATCH] ffmpeg: version bump 4.2.1 -> 4.3.1
@ 2020-08-25 12:23 Philipp Zabel
2020-10-06 8:18 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2020-08-25 12:23 UTC (permalink / raw)
To: ptxdist
Changes in LICENSE.md comprise updated file lists and changes in the
"Compatible libraries" section.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/ffmpeg.make | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/rules/ffmpeg.make b/rules/ffmpeg.make
index 69722a6cbca5..49b2bdeeb7e1 100644
--- a/rules/ffmpeg.make
+++ b/rules/ffmpeg.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_FFMPEG) += ffmpeg
#
# Paths and names
#
-FFMPEG_VERSION := 4.2.1
-FFMPEG_MD5 := 67da904cf9fddeeb10a1308fc0dc39de
+FFMPEG_VERSION := 4.3.1
+FFMPEG_MD5 := 5d1956bb552e91dc3b8287db346d0d58
FFMPEG := ffmpeg-$(FFMPEG_VERSION)
FFMPEG_SUFFIX := tar.xz
FFMPEG_URL := https://www.ffmpeg.org/releases/$(FFMPEG).$(FFMPEG_SUFFIX)
@@ -24,7 +24,7 @@ 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=d14d3e3b1e822c8b34b2a233fda0c9d8 \
+ file://LICENSE.md;md5=d62f7dc46e5dd02bf89ab1aac8c51bba \
file://COPYING.LGPLv2.1;md5=bd7a443320af8c812e4c18d1b79df004 \
file://libavcodec/arm/vp8dsp_armv6.S;startline=4;endline=52;md5=24eb31d8cad17de39e517e8d946cdee0 \
file://libavcodec/mips/ac3dsp_mips.c;startline=2;endline=27;md5=5f25aa1db1ecf13c29efc63800bf6ae8 \
@@ -121,6 +121,7 @@ FFMPEG_CONF_OPT := \
--disable-iconv \
--disable-jni \
--disable-ladspa \
+ --disable-large-tests \
--disable-libaom \
--disable-libaribb24 \
--disable-libass \
@@ -139,6 +140,7 @@ FFMPEG_CONF_OPT := \
--disable-libfreetype \
--disable-libfribidi \
--disable-libgme \
+ --disable-libglslang \
--disable-libgsm \
--disable-libiec61883 \
--disable-libilbc \
@@ -156,6 +158,7 @@ FFMPEG_CONF_OPT := \
--disable-libopenmpt \
--disable-libopus \
--disable-libpulse \
+ --disable-librabbitmq \
--disable-librsvg \
--disable-librubberband \
--disable-librtmp \
@@ -197,6 +200,7 @@ FFMPEG_CONF_OPT := \
--disable-decklink \
--disable-mbedtls \
--disable-mediacodec \
+ --disable-mediafoundation \
--disable-libmysofa \
--disable-openal \
--disable-opencl \
@@ -231,6 +235,7 @@ FFMPEG_CONF_OPT := \
--disable-vaapi \
--disable-vdpau \
--disable-videotoolbox \
+ --disable-vulkan \
\
--arch=$(PTXCONF_ARCH_STRING) \
--cpu=$(FFMPEG_CPU) \
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] ffmpeg: version bump 4.2.1 -> 4.3.1
2020-08-25 12:23 [ptxdist] [PATCH] ffmpeg: version bump 4.2.1 -> 4.3.1 Philipp Zabel
@ 2020-10-06 8:18 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2020-10-06 8:18 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as 3deee756caa3c2a27f14773bf41068ec0a4a186d.
Michael
[sent from post-receive hook]
On Tue, 06 Oct 2020 10:18:31 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Changes in LICENSE.md comprise updated file lists and changes in the
> "Compatible libraries" section.
>
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20200825122344.4056-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/ffmpeg.make b/rules/ffmpeg.make
> index 69722a6cbca5..49b2bdeeb7e1 100644
> --- a/rules/ffmpeg.make
> +++ b/rules/ffmpeg.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_FFMPEG) += ffmpeg
> #
> # Paths and names
> #
> -FFMPEG_VERSION := 4.2.1
> -FFMPEG_MD5 := 67da904cf9fddeeb10a1308fc0dc39de
> +FFMPEG_VERSION := 4.3.1
> +FFMPEG_MD5 := 5d1956bb552e91dc3b8287db346d0d58
> FFMPEG := ffmpeg-$(FFMPEG_VERSION)
> FFMPEG_SUFFIX := tar.xz
> FFMPEG_URL := https://www.ffmpeg.org/releases/$(FFMPEG).$(FFMPEG_SUFFIX)
> @@ -24,7 +24,7 @@ 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=d14d3e3b1e822c8b34b2a233fda0c9d8 \
> + file://LICENSE.md;md5=d62f7dc46e5dd02bf89ab1aac8c51bba \
> file://COPYING.LGPLv2.1;md5=bd7a443320af8c812e4c18d1b79df004 \
> file://libavcodec/arm/vp8dsp_armv6.S;startline=4;endline=52;md5=24eb31d8cad17de39e517e8d946cdee0 \
> file://libavcodec/mips/ac3dsp_mips.c;startline=2;endline=27;md5=5f25aa1db1ecf13c29efc63800bf6ae8 \
> @@ -121,6 +121,7 @@ FFMPEG_CONF_OPT := \
> --disable-iconv \
> --disable-jni \
> --disable-ladspa \
> + --disable-large-tests \
> --disable-libaom \
> --disable-libaribb24 \
> --disable-libass \
> @@ -139,6 +140,7 @@ FFMPEG_CONF_OPT := \
> --disable-libfreetype \
> --disable-libfribidi \
> --disable-libgme \
> + --disable-libglslang \
> --disable-libgsm \
> --disable-libiec61883 \
> --disable-libilbc \
> @@ -156,6 +158,7 @@ FFMPEG_CONF_OPT := \
> --disable-libopenmpt \
> --disable-libopus \
> --disable-libpulse \
> + --disable-librabbitmq \
> --disable-librsvg \
> --disable-librubberband \
> --disable-librtmp \
> @@ -197,6 +200,7 @@ FFMPEG_CONF_OPT := \
> --disable-decklink \
> --disable-mbedtls \
> --disable-mediacodec \
> + --disable-mediafoundation \
> --disable-libmysofa \
> --disable-openal \
> --disable-opencl \
> @@ -231,6 +235,7 @@ FFMPEG_CONF_OPT := \
> --disable-vaapi \
> --disable-vdpau \
> --disable-videotoolbox \
> + --disable-vulkan \
> \
> --arch=$(PTXCONF_ARCH_STRING) \
> --cpu=$(FFMPEG_CPU) \
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-06 8:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-25 12:23 [ptxdist] [PATCH] ffmpeg: version bump 4.2.1 -> 4.3.1 Philipp Zabel
2020-10-06 8:18 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox