summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dec9cb17efcb..32692e6a9a44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,8 +37,8 @@
# This package flips on the JXL support that is readily available in ffmpeg, and by extension mpv.
pkgname=ffmpeg-jxl
-pkgver=5.1.2
-pkgrel=3
+pkgver=6.0
+pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (with JPEG XL support, supporting jxl screenshots in mpv)'
arch=(x86_64)
url=https://ffmpeg.org/
@@ -139,19 +139,13 @@ conflicts=('ffmpeg')
source=(
"https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"
add-av_stream_get_first_dts-for-chromium.patch
- ffmpeg-libjxl-primary.patch
- vulkan-decode-defs.patch
)
b2sums=('SKIP'
- 'SKIP'
- 'SKIP'
'SKIP')
prepare() {
cd "ffmpeg-${pkgver}"
patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # https://crbug.com/1251779
- patch -Np1 -i ../ffmpeg-libjxl-primary.patch # https://github.com/mpv-player/mpv/issues/10349, https://github.com/FFmpeg/FFmpeg/commit/05d6157aab34bc49f23284645a8f34ece870f44d
- patch -Np1 -i ../vulkan-decode-defs.patch # https://github.com/FFmpeg/FFmpeg/commit/eb0455d64690eed0068e5cb202f72ecdf899837c
}
build() {