summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2022-04-25 12:42:11 -0300
committerDaniel Bermond2022-04-25 12:42:11 -0300
commitd120c1939814e38696b7fedafb8e60a5c91d1379 (patch)
treea3844be0c8861c2df358382f052fe532c92821c0
parentcd98194345f0396baadc2b0eb797ab51f658606a (diff)
downloadaur-d120c1939814e38696b7fedafb8e60a5c91d1379.tar.gz
New upstream options: --enable-lcms2 and --enable-libjxl
libjxl support currently requires libjxl-git. References ---------- [1] https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/b9a25963f7232433c9370ac369fb668ac0d5cb53 [2] https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/458cc7e314e1a00017dd090db388db6659d1bb5f
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee7c05a602b0..86cd51673fdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-full-git
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac; git version)
- pkgver = 5.1.r106624.g391ce570c8
+ pkgver = 5.1.r106675.gf2724d2b69
pkgrel = 1
url = https://www.ffmpeg.org/
arch = x86_64
@@ -21,9 +21,10 @@ pkgbase = ffmpeg-full-git
depends = gmp
depends = gnutls
depends = ladspa
- depends = libass
+ depends = lcms2
depends = aom
depends = aribb24
+ depends = libass
depends = libbluray
depends = libbs2b
depends = libcaca
@@ -44,6 +45,7 @@ pkgbase = ffmpeg-full-git
depends = libiec61883
depends = libilbc
depends = jack
+ depends = libjxl-git
depends = kvazaar
depends = libmodplug
depends = lame
diff --git a/PKGBUILD b/PKGBUILD
index bb1a388f9001..921af4289427 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=ffmpeg-full-git
-pkgver=5.1.r106624.g391ce570c8
+pkgver=5.1.r106675.gf2724d2b69
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac; git version)'
arch=('x86_64')
@@ -10,10 +10,10 @@ license=('custom: nonfree and unredistributable')
depends=(
# official repositories:
'alsa-lib' 'avisynthplus' 'bzip2' 'frei0r-plugins' 'libgcrypt' 'gmp' 'gnutls'
- 'ladspa' 'libass' 'aom' 'aribb24' 'libbluray' 'libbs2b' 'libcaca' 'celt'
+ 'ladspa' 'lcms2' 'aom' 'aribb24' 'libass' 'libbluray' 'libbs2b' 'libcaca' 'celt'
'libcdio-paranoia' 'codec2' 'dav1d' 'libdc1394' 'libavc1394' 'libfdk-aac'
'fontconfig' 'freetype2' 'fribidi' 'glslang' 'spirv-tools' 'libgme' 'gsm'
- 'libiec61883' 'libilbc' 'jack' 'kvazaar' 'libmodplug' 'lame'
+ 'libiec61883' 'libilbc' 'jack' 'libjxl-git' 'kvazaar' 'libmodplug' 'lame'
'opencore-amr' 'openjpeg2' 'opus' 'libpulse' 'librabbitmq-c' 'rav1e' 'librsvg'
'rubberband' 'rtmpdump' 'smbclient' 'snappy' 'libsoxr' 'speex' 'srt' 'libssh'
'svt-av1' 'tesseract' 'libtheora' 'twolame'
@@ -96,6 +96,7 @@ build() {
--enable-gnutls \
--enable-iconv \
--enable-ladspa \
+ --enable-lcms2 \
--enable-libaom \
--enable-libaribb24 \
--enable-libass \
@@ -119,6 +120,7 @@ build() {
--enable-libiec61883 \
--enable-libilbc \
--enable-libjack \
+ --enable-libjxl \
--enable-libklvanc \
--enable-libkvazaar \
--enable-liblensfun \