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