mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Revbump recipes depending on dav1d (#10108)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
22
media-libs/libheif/patches/libheif-1.12.0.patchset
Normal file
22
media-libs/libheif/patches/libheif-1.12.0.patchset
Normal file
@@ -0,0 +1,22 @@
|
||||
From f7830bfe95e2b0e29e3d17f7c55dc8ff1bd00e7e Mon Sep 17 00:00:00 2001
|
||||
From: Begasus <begasus@gmail.com>
|
||||
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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user