summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathaniel Chin2022-11-25 14:51:24 +0800
committerNathaniel Chin2022-11-25 14:51:24 +0800
commit12e01df810cabb3a79179f4635b702b4eb656344 (patch)
tree9e2fcd0dac3e92f2f44a831378c442482cc9069f
parentf35c2ca7e90797834ac7ec5043e66ef9bbc6b052 (diff)
downloadaur-12e01df810cabb3a79179f4635b702b4eb656344.tar.gz
change libjxl depend from git package to repo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39fc1a9e41de..95d06a499c24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-amd-full
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features for AMD)
pkgver = 5.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.ffmpeg.org/
arch = x86_64
license = custom: nonfree and unredistributable
@@ -47,7 +47,7 @@ pkgbase = ffmpeg-amd-full
depends = libgcrypt
depends = libiec61883
depends = libilbc
- depends = libjxl-git
+ depends = libjxl
depends = libmodplug
depends = libmysofa
depends = libomxil-bellagio
diff --git a/PKGBUILD b/PKGBUILD
index 21749e26ae98..69c45cab526f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=ffmpeg-amd-full
pkgver=5.1.2
-pkgrel=1
+pkgrel=2
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features for AMD)'
arch=('x86_64')
url='https://www.ffmpeg.org/'
@@ -15,7 +15,7 @@ depends=('alsa-lib' 'aom' 'aribb24' 'avisynthplus' 'bzip2' 'celt' 'codec2'
'gnutls' 'gsm' 'jack' 'kvazaar' 'ladspa' 'lame' 'libavc1394'
'lcms2' 'lensfun-git' 'libass' 'libbluray' 'libbs2b' 'libcaca' 'libcdio-paranoia'
'libdc1394' 'libdrm' 'libfdk-aac' 'libgme' 'libgl' 'libgcrypt' 'libiec61883'
- 'libilbc' 'libjxl-git' 'libmodplug' 'libmysofa' 'libomxil-bellagio' 'libplacebo'
+ 'libilbc' 'libjxl' 'libmodplug' 'libmysofa' 'libomxil-bellagio' 'libplacebo'
'libpulse' 'librabbitmq-c' 'librsvg' 'libssh' 'libsoxr' 'libtheora' 'libva'
'libvdpau' 'libvorbis' 'libvpx' 'libx11' 'libxcb' 'libxext' 'libxml2' 'libxv'
'libwebp' 'lilv' 'lv2' 'ocl-icd' 'openal' 'opencore-amr' 'openh264' 'openjpeg2'
@@ -62,10 +62,8 @@ prepare() {
patch -d "ffmpeg-${pkgver}" -Np1 -i "${srcdir}/070-ffmpeg-fix-v4l2-memory-leak.patch"
}
-
build() {
cd "ffmpeg-${pkgver}"
-
printf '%s\n' ' -> Running ffmpeg configure script...'
./configure \
@@ -133,7 +131,7 @@ build() {
--enable-libpulse \
--enable-librabbitmq \
--enable-librav1e \
- --disable-librist \
+ --enable-librist \
--enable-librsvg \
--enable-librubberband \
--enable-librtmp \