Update 8.1.1

This commit is contained in:
2026-05-10 14:40:18 +02:00
parent 9dbf036239
commit 1488833cc4
2 changed files with 20 additions and 18 deletions
+8 -7
View File
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-full
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)
pkgver = 8.1
pkgver = 8.1.1
pkgrel = 1.1
url = https://ffmpeg.org/
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = ffmpeg-full
makedepends = cmake
makedepends = cuda
makedepends = ffnvcodec-headers
makedepends = gcc15
makedepends = git
makedepends = gmp
makedepends = libgl
@@ -107,22 +108,22 @@ pkgbase = ffmpeg-full
provides = libswscale.so
provides = libswresample.so
conflicts = ffmpeg
source = https://ffmpeg.org/releases/ffmpeg-8.1.tar.xz
source = https://ffmpeg.org/releases/ffmpeg-8.1.tar.xz.asc
source = https://ffmpeg.org/releases/ffmpeg-8.1.1.tar.xz
source = https://ffmpeg.org/releases/ffmpeg-8.1.1.tar.xz.asc
source = git+https://github.com/lensfun/lensfun.git
source = https://github.com/ggml-org/whisper.cpp/archive/v1.8.3/whisper.cpp-1.8.3.tar.gz
source = https://github.com/ggml-org/whisper.cpp/archive/v1.8.4/whisper.cpp-1.8.4.tar.gz
source = 040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch
source = 050-ffmpeg-fix-cuda-nvcc-with-gcc14.patch
source = 060-ffmpeg-whisper.cpp-fix-pkgconfig.patch
source = LICENSE
validpgpkeys = FCF986EA15E6E293A5644F10B4322F04D67658D8
sha256sums = b072aed6871998cce9b36e7774033105ca29e33632be5b6347f3206898e0756a
sha256sums = b6863adde98898f42602017462871b5f6333e65aec803fdd7a6308639c52edf3
sha256sums = SKIP
sha256sums = SKIP
sha256sums = 870ba21409cdf66697dc4db15ebdb13bc67037d76c7cc63756c81471d8f1731a
sha256sums = b26f30e52c095ccb75da40b168437736605eb280de57381887bf9e2b65f31e66
sha256sums = 95223dda645c15b3daf79cd4d55df5d4ac46207f749973396bb761b743586ed6
sha256sums = 1bbd783da8483e2cffe99715125dddbd88c81ae36f28eee5ae7df5705c448077
sha256sums = 98b3d28cbd13bb575c602785f6b8cb0b66ea3128ab5a3a82fc1645822320c136
sha256sums = 8d834668c277071dabe91db2a38bf2c02cd73cc5be0ceeb0ed1e176ab9525c68
sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36
pkgname = ffmpeg-full
+12 -11
View File
@@ -2,9 +2,9 @@
# Contributor: Iacopo Isimbaldi <isiachi@rhye.it>
pkgname=ffmpeg-full
pkgver=8.1
pkgrel=1.3
_whispercpp_ver='1.8.3'
pkgver=8.1.1
pkgrel=1.1
_whispercpp_ver='1.8.4'
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)'
arch=('x86_64')
url='https://ffmpeg.org/'
@@ -123,10 +123,10 @@ 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=('b072aed6871998cce9b36e7774033105ca29e33632be5b6347f3206898e0756a'
sha256sums=('b6863adde98898f42602017462871b5f6333e65aec803fdd7a6308639c52edf3'
'SKIP'
'SKIP'
'870ba21409cdf66697dc4db15ebdb13bc67037d76c7cc63756c81471d8f1731a'
'b26f30e52c095ccb75da40b168437736605eb280de57381887bf9e2b65f31e66'
'95223dda645c15b3daf79cd4d55df5d4ac46207f749973396bb761b743586ed6'
'1bbd783da8483e2cffe99715125dddbd88c81ae36f28eee5ae7df5705c448077'
'8d834668c277071dabe91db2a38bf2c02cd73cc5be0ceeb0ed1e176ab9525c68'
@@ -226,8 +226,8 @@ build() {
--enable-libfontconfig \
--enable-libfreetype \
--enable-libfribidi \
--enable-libharfbuzz \
--enable-libglslang \
--enable-libharfbuzz \
--enable-libjack \
--enable-libjxl \
--enable-liblensfun \
@@ -277,17 +277,15 @@ build() {
--enable-lzma \
--disable-mbedtls \
--enable-libmysofa \
--enable-opencl \
--enable-opengl \
--disable-openssl \
--disable-pocketsphinx \
--enable-sdl2 \
--enable-vapoursynth \
--enable-vulkan \
--enable-whisper \
--enable-xlib \
--enable-zlib \
\
--enable-sdl2 \
\
--enable-amf \
--enable-cuda-nvcc \
--enable-cuda-llvm \
@@ -299,8 +297,11 @@ build() {
--enable-nvdec \
--enable-nvenc \
--disable-ohcodec \
--enable-opencl \
--enable-opengl \
--enable-vdpau \
--enable-vaapi \
--enable-vdpau
--enable-vulkan
make
make tools/qt-faststart
}