From 81d81285f4dedb6853a92bc29ff7923626e09b4c Mon Sep 17 00:00:00 2001 From: Daniel Bermond Date: Tue, 3 Feb 2026 19:39:13 -0300 Subject: [PATCH] Add fix for svt-av1 4.0 --- .SRCINFO | 8 +++++--- PKGBUILD | 9 ++++++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d35e5c8..06b6635 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ffmpeg-full pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac) pkgver = 8.0.1 - pkgrel = 3 + pkgrel = 4 url = https://ffmpeg.org/ arch = x86_64 license = LicenseRef-nonfree-and-unredistributable @@ -152,7 +152,7 @@ pkgbase = ffmpeg-full source = https://ffmpeg.org/releases/ffmpeg-8.0.1.tar.xz source = https://ffmpeg.org/releases/ffmpeg-8.0.1.tar.xz.asc source = git+https://github.com/lensfun/lensfun.git - source = https://github.com/ggml-org/whisper.cpp/archive/v1.8.2/whisper.cpp-1.8.2.tar.gz + source = https://github.com/ggml-org/whisper.cpp/archive/v1.8.3/whisper.cpp-1.8.3.tar.gz source = 010-ffmpeg-add-svt-hevc.patch source = 020-ffmpeg-add-svt-hevc-docs-g4181c9e.patch::https://raw.githubusercontent.com/OpenVisualCloud/SVT-HEVC/4181c9ee0611baefb40b4c0ed10023cfd837d522/ffmpeg_plugin/0002-doc-Add-libsvt_hevc-encoder-docs.patch source = 030-ffmpeg-add-svt-vp9-g290fb8c.patch::https://raw.githubusercontent.com/OpenVisualCloud/SVT-VP9/290fb8c3662ed76a8887b587a9b8201878ba71ed/ffmpeg_plugin/master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch @@ -163,12 +163,13 @@ pkgbase = ffmpeg-full source = 100-ffmpeg-add-opencv4-support.patch::https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/c4ce51ee62205c74604767f1b7dab6a036edac7f source = 110-ffmpeg-add-playback-support-to-decklink-sdk14.3-devices.patch::https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/0cd75dbfa0fc6c213cf9240b3c03c809070c5209 source = 120-ffmpeg-add-decklink-sdk14.3-build-support.patch::https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/27e94281d1c880b4cae28738e35c0d6f9a58f06b + source = 130-ffmpeg-svt-av1-4.0-fix.patch::https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/a5d4c398b411a00ac09d8fe3b66117222323844c source = LICENSE validpgpkeys = FCF986EA15E6E293A5644F10B4322F04D67658D8 sha256sums = 05ee0b03119b45c0bdb4df654b96802e909e0a752f72e4fe3794f487229e5a41 sha256sums = SKIP sha256sums = SKIP - sha256sums = bcee25589bb8052d9e155369f6759a05729a2022d2a8085c1aa4345108523077 + sha256sums = 870ba21409cdf66697dc4db15ebdb13bc67037d76c7cc63756c81471d8f1731a sha256sums = ccdc1cab97d1fe5a454cd57fbd2bb865256092d715fd7f380c30cc3f42891b3c sha256sums = a164ebdc4d281352bf7ad1b179aae4aeb33f1191c444bed96cb8ab333c046f81 sha256sums = 1f06dfcb78e43a6c732cbc4f6ae583ae19fb111b56d33c8c860d5b6566c04f99 @@ -179,6 +180,7 @@ pkgbase = ffmpeg-full sha256sums = f5b448f7e6e567273f74ed6e62ed25d8470f6bc9183c247993f1c03e78b57587 sha256sums = d1c4bdbcdd5a852f46639e0cb3dbf0b4a71884487c9fbcdb38139a1e5e96ddaf sha256sums = ee89e0759f5233d390e3a23415e2664aae38bbe89e10d49ecda8a06c26bd21ee + sha256sums = 1dbbc1a4cf9834b3902236abc27fefe982da03a14bcaa89fb90c7c8bd10a1664 sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36 pkgname = ffmpeg-full diff --git a/PKGBUILD b/PKGBUILD index d6690f3..f2fe135 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,10 +3,10 @@ pkgname=ffmpeg-full pkgver=8.0.1 -pkgrel=3 +pkgrel=4 _svt_hevc_ver='4181c9ee0611baefb40b4c0ed10023cfd837d522' _svt_vp9_ver='290fb8c3662ed76a8887b587a9b8201878ba71ed' -_whispercpp_ver='1.8.2' +_whispercpp_ver='1.8.3' pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)' arch=('x86_64') url='https://ffmpeg.org/' @@ -172,11 +172,12 @@ source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc} '100-ffmpeg-add-opencv4-support.patch'::'https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/c4ce51ee62205c74604767f1b7dab6a036edac7f' '110-ffmpeg-add-playback-support-to-decklink-sdk14.3-devices.patch'::'https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/0cd75dbfa0fc6c213cf9240b3c03c809070c5209' '120-ffmpeg-add-decklink-sdk14.3-build-support.patch'::'https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/27e94281d1c880b4cae28738e35c0d6f9a58f06b' + '130-ffmpeg-svt-av1-4.0-fix.patch'::'https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/a5d4c398b411a00ac09d8fe3b66117222323844c' 'LICENSE') sha256sums=('05ee0b03119b45c0bdb4df654b96802e909e0a752f72e4fe3794f487229e5a41' 'SKIP' 'SKIP' - 'bcee25589bb8052d9e155369f6759a05729a2022d2a8085c1aa4345108523077' + '870ba21409cdf66697dc4db15ebdb13bc67037d76c7cc63756c81471d8f1731a' 'ccdc1cab97d1fe5a454cd57fbd2bb865256092d715fd7f380c30cc3f42891b3c' 'a164ebdc4d281352bf7ad1b179aae4aeb33f1191c444bed96cb8ab333c046f81' '1f06dfcb78e43a6c732cbc4f6ae583ae19fb111b56d33c8c860d5b6566c04f99' @@ -187,6 +188,7 @@ sha256sums=('05ee0b03119b45c0bdb4df654b96802e909e0a752f72e4fe3794f487229e5a41' 'f5b448f7e6e567273f74ed6e62ed25d8470f6bc9183c247993f1c03e78b57587' 'd1c4bdbcdd5a852f46639e0cb3dbf0b4a71884487c9fbcdb38139a1e5e96ddaf' 'ee89e0759f5233d390e3a23415e2664aae38bbe89e10d49ecda8a06c26bd21ee' + '1dbbc1a4cf9834b3902236abc27fefe982da03a14bcaa89fb90c7c8bd10a1664' '04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36') validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') @@ -202,6 +204,7 @@ prepare() { patch -d "ffmpeg-${pkgver}" -Np1 -i "${srcdir}/100-ffmpeg-add-opencv4-support.patch" patch -d "ffmpeg-${pkgver}" -Np1 -i "${srcdir}/110-ffmpeg-add-playback-support-to-decklink-sdk14.3-devices.patch" patch -d "ffmpeg-${pkgver}" -Np1 -i "${srcdir}/120-ffmpeg-add-decklink-sdk14.3-build-support.patch" + patch -d "ffmpeg-${pkgver}" -Np1 -i "${srcdir}/130-ffmpeg-svt-av1-4.0-fix.patch" } build() {