From 330c80cee7a9df6ea0c3a9604751ec453e12485c Mon Sep 17 00:00:00 2001 From: Uyanide Date: Sat, 22 Aug 2026 20:28:09 +0200 Subject: [PATCH] Update to 9.0.1 --- .SRCINFO | 12 ++++++------ 060-ffmpeg-whisper.cpp-fix-pkgconfig.patch | 2 +- PKGBUILD | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 063496b..7fc4eb1 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 = 9.0 - pkgrel = 2.1 + pkgver = 9.0.1 + pkgrel = 1.1 url = https://ffmpeg.org/ arch = x86_64 license = LicenseRef-nonfree-and-unredistributable @@ -109,8 +109,8 @@ pkgbase = ffmpeg-full provides = libswscale.so provides = libswresample.so conflicts = ffmpeg - source = https://ffmpeg.org/releases/ffmpeg-9.0.tar.xz - source = https://ffmpeg.org/releases/ffmpeg-9.0.tar.xz.asc + source = https://ffmpeg.org/releases/ffmpeg-9.0.1.tar.xz + source = https://ffmpeg.org/releases/ffmpeg-9.0.1.tar.xz.asc source = git+https://github.com/lensfun/lensfun.git source = https://github.com/ggml-org/whisper.cpp/archive/v1.9.2/whisper.cpp-1.9.2.tar.gz source = 040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch @@ -118,13 +118,13 @@ pkgbase = ffmpeg-full source = 060-ffmpeg-whisper.cpp-fix-pkgconfig.patch source = LICENSE validpgpkeys = FCF986EA15E6E293A5644F10B4322F04D67658D8 - sha256sums = 7f607a00dd0d28a729d5a4811205812eef01cf6ef6155025febb6f36a9062d52 + sha256sums = cf38e0e28c7e5605942c4a77755349b0145804a397af37eb1fb4c77cb237f635 sha256sums = SKIP sha256sums = SKIP sha256sums = a6abd064fcca8b85e794d205abf328c522e9451db43a3eadc178b883b7d0e9cd sha256sums = cd1aa93e78800247b4516a01ef391106acb362957bd1e56f85d64906343cddac sha256sums = 4a9a672f67cc0e5dd63bd7659f5a5198cd981e60bbbc1b9a63277758be6a7fdf - sha256sums = 8d834668c277071dabe91db2a38bf2c02cd73cc5be0ceeb0ed1e176ab9525c68 + sha256sums = afc3c9ef7ae72a7e28547d893bf48429c7b801fe765458980e5d45c169cc401a sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36 pkgname = ffmpeg-full diff --git a/060-ffmpeg-whisper.cpp-fix-pkgconfig.patch b/060-ffmpeg-whisper.cpp-fix-pkgconfig.patch index ba3e7ba..b2c4ec6 100644 --- a/060-ffmpeg-whisper.cpp-fix-pkgconfig.patch +++ b/060-ffmpeg-whisper.cpp-fix-pkgconfig.patch @@ -6,5 +6,5 @@ Version: @PROJECT_VERSION@ -Libs: -L${libdir} -lggml -lggml-base -lwhisper -Cflags: -I${includedir} -+Libs: -L${libdir} -L/opt/cuda/lib64 -L/opt/cuda/lib64/stubs -lwhisper -lggml -lggml-cuda -lggml-cpu -lggml-base -lcudart -lcublas -lcuda -lstdc++ -lm -fopenmp -fPIC ++Libs: -L${libdir} -L/opt/cuda/lib64 -L/opt/cuda/lib64/stubs -lwhisper -lggml -lggml-cuda -lggml-cpu -lggml-base -lcudart -lcublas -lcuda -lnccl -lstdc++ -lm -fopenmp -fPIC +Cflags: -I${includedir} -fopenmp -fPIC diff --git a/PKGBUILD b/PKGBUILD index b7a3389..0bdb0c9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Iacopo Isimbaldi pkgname=ffmpeg-full -pkgver=9.0 -pkgrel=2.1 +pkgver=9.0.1 +pkgrel=1.1 _whispercpp_ver='1.9.2' pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)' arch=('x86_64') @@ -124,13 +124,13 @@ source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc} '050-ffmpeg-fix-cuda-nvcc-with-gcc14.patch' '060-ffmpeg-whisper.cpp-fix-pkgconfig.patch' 'LICENSE') -sha256sums=('7f607a00dd0d28a729d5a4811205812eef01cf6ef6155025febb6f36a9062d52' +sha256sums=('cf38e0e28c7e5605942c4a77755349b0145804a397af37eb1fb4c77cb237f635' 'SKIP' 'SKIP' 'a6abd064fcca8b85e794d205abf328c522e9451db43a3eadc178b883b7d0e9cd' - 'cd1aa93e78800247b4516a01ef391106acb362957bd1e56f85d64906343cddac' +'cd1aa93e78800247b4516a01ef391106acb362957bd1e56f85d64906343cddac' '4a9a672f67cc0e5dd63bd7659f5a5198cd981e60bbbc1b9a63277758be6a7fdf' - '8d834668c277071dabe91db2a38bf2c02cd73cc5be0ceeb0ed1e176ab9525c68' + 'afc3c9ef7ae72a7e28547d893bf48429c7b801fe765458980e5d45c169cc401a' '04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36') validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')