From b01321e19149d84d646e78fb6b4b54e916b08cdc Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 15 Feb 2024 18:31:14 +0000 Subject: [PATCH] Revbump recipes depending on dav1d (#10108) --- media-libs/libavif/libavif-0.9.3.recipe | 2 +- media-libs/libavif/libavif1.0-1.0.3.recipe | 2 +- media-libs/libheif/libheif-1.12.0.recipe | 3 ++- .../libheif/patches/libheif-1.12.0.patchset | 22 +++++++++++++++++++ media-video/ffmpeg/ffmpeg5-5.1.4.recipe | 2 +- media-video/ffmpeg/ffmpeg6-6.1.1.recipe | 2 +- 6 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 media-libs/libheif/patches/libheif-1.12.0.patchset diff --git a/media-libs/libavif/libavif-0.9.3.recipe b/media-libs/libavif/libavif-0.9.3.recipe index 576cc3f7b..18244054e 100644 --- a/media-libs/libavif/libavif-0.9.3.recipe +++ b/media-libs/libavif/libavif-0.9.3.recipe @@ -10,7 +10,7 @@ bugfixes and features are added." HOMEPAGE="https://github.com/AOMediaCodec/libavif" COPYRIGHT="2019 Joe Drago" LICENSE="BSD (2-clause)" -REVISION="3" +REVISION="4" SOURCE_URI="https://github.com/AOMediaCodec/libavif/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="bcd9a1f57f982a9615eb7e2faf87236dc88eb1d0c886f3471c7440ead605060d" diff --git a/media-libs/libavif/libavif1.0-1.0.3.recipe b/media-libs/libavif/libavif1.0-1.0.3.recipe index 5f2c9402d..cf57808ef 100644 --- a/media-libs/libavif/libavif1.0-1.0.3.recipe +++ b/media-libs/libavif/libavif1.0-1.0.3.recipe @@ -10,7 +10,7 @@ bugfixes and features are added." HOMEPAGE="https://github.com/AOMediaCodec/libavif" COPYRIGHT="2019 Joe Drago" LICENSE="BSD (2-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/AOMediaCodec/libavif/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="35e3cb3cd7158209dcc31d3bf222036de5b9597e368a90e18449ecc89bb86a19" SOURCE_DIR="libavif-$portVersion" diff --git a/media-libs/libheif/libheif-1.12.0.recipe b/media-libs/libheif/libheif-1.12.0.recipe index db7538693..36608bf64 100644 --- a/media-libs/libheif/libheif-1.12.0.recipe +++ b/media-libs/libheif/libheif-1.12.0.recipe @@ -11,9 +11,10 @@ HOMEPAGE="https://github.com/strukturag/libheif" COPYRIGHT="2017-2020 Struktur AG" LICENSE="MIT GNU LGPL v3" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/strukturag/libheif/archive/refs/tags/v$portVersion.tar.gz" CHECKSUM_SHA256="086145b0d990182a033b0011caadb1b642da84f39ab83aa66d005610650b3c65" +PATCHES="libheif-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" diff --git a/media-libs/libheif/patches/libheif-1.12.0.patchset b/media-libs/libheif/patches/libheif-1.12.0.patchset new file mode 100644 index 000000000..4d0ff870e --- /dev/null +++ b/media-libs/libheif/patches/libheif-1.12.0.patchset @@ -0,0 +1,22 @@ +From f7830bfe95e2b0e29e3d17f7c55dc8ff1bd00e7e Mon Sep 17 00:00:00 2001 +From: Begasus +Date: Thu, 15 Feb 2024 18:04:20 +0100 +Subject: Don't use -Werror + + +diff --git a/configure.ac b/configure.ac +index 8f0c1e9..e7badbe 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -297,7 +297,7 @@ if eval "test x$enable_multithreading != xno"; then + fi + AC_SUBST(ENABLE_PARALLEL_TILE_DECODING) + +-WARNING_FLAGS="-Wall -Werror -Wsign-compare -Wconversion -Wno-sign-conversion -Wno-error=conversion -Wno-error=unused-parameter -Wno-error=deprecated-declarations" ++WARNING_FLAGS="-Wall -Wsign-compare -Wconversion -Wno-sign-conversion -Wno-error=conversion -Wno-error=unused-parameter -Wno-error=deprecated-declarations" + + CXXFLAGS="$CXXFLAGS $WARNING_FLAGS" + CFLAGS="$CFLAGS $WARNING_FLAGS" +-- +2.42.1 + diff --git a/media-video/ffmpeg/ffmpeg5-5.1.4.recipe b/media-video/ffmpeg/ffmpeg5-5.1.4.recipe index 092e55bea..ecacaf29f 100644 --- a/media-video/ffmpeg/ffmpeg5-5.1.4.recipe +++ b/media-video/ffmpeg/ffmpeg5-5.1.4.recipe @@ -6,7 +6,7 @@ HOMEPAGE="https://ffmpeg.org/" COPYRIGHT="2000-2003 Fabrice Bellard 2003-2023 the FFmpeg developers" LICENSE="GNU LGPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.xz" CHECKSUM_SHA256="54383bb890a1cd62580e9f1eaa8081203196ed53bde9e98fb6b0004423f49063" PATCHES="ffmpeg-$portVersion.patchset" diff --git a/media-video/ffmpeg/ffmpeg6-6.1.1.recipe b/media-video/ffmpeg/ffmpeg6-6.1.1.recipe index 6e7685564..9394d9860 100644 --- a/media-video/ffmpeg/ffmpeg6-6.1.1.recipe +++ b/media-video/ffmpeg/ffmpeg6-6.1.1.recipe @@ -6,7 +6,7 @@ HOMEPAGE="https://ffmpeg.org/" COPYRIGHT="2000-2003 Fabrice Bellard 2003-2024 the FFmpeg developers" LICENSE="GNU LGPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.xz" CHECKSUM_SHA256="8684f4b00f94b85461884c3719382f1261f0d9eb3d59640a1f4ac0873616f968" PATCHES="ffmpeg-$portVersion.patchset"