summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2024-06-26 22:10:14 -0300
committerDaniel Bermond2024-06-26 22:10:14 -0300
commit74443fec13f247a4b0d0740a2a7b6fa2075bad74 (patch)
treecfd15685db193ca2e34be9aee36a95b6b6b5a38d
parentc0fcf6997273d8ed87b1ff63855fc317a1bad071 (diff)
downloadaur-74443fec13f247a4b0d0740a2a7b6fa2075bad74.tar.gz
Add new upstream options --enable-libdvdnav and --enable-libdvdread
https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/a1304272c3a0ef7c3d77c702dd466b3f11bf300f
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0e3cff11577..2421d163d135 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-full
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)
pkgver = 7.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.ffmpeg.org/
arch = x86_64
license = LicenseRef-nonfree-and-unredistributable
@@ -47,6 +47,8 @@ pkgbase = ffmpeg-full
depends = libcdio-paranoia
depends = libdc1394
depends = libdrm
+ depends = libdvdnav
+ depends = libdvdread
depends = libfdk-aac
depends = libgcrypt
depends = libgl
@@ -109,7 +111,6 @@ pkgbase = ffmpeg-full
depends = vapoursynth
depends = vid.stab
depends = vmaf
- depends = vpl-runtime
depends = vulkan-icd-loader
depends = x264
depends = x265
diff --git a/PKGBUILD b/PKGBUILD
index 8997e0f4ef9f..92f2331f3f13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ffmpeg-full
pkgver=7.0.1
-pkgrel=1
+pkgrel=2
_svt_hevc_ver='ed80959ebb5586aa7763c91a397d44be1798587c'
_svt_vp9_ver='3b9a3fa43da4cc5fe60c7d22afe2be15341392ea'
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)'
@@ -46,6 +46,8 @@ depends=(
'libcdio-paranoia'
'libdc1394'
'libdrm'
+ 'libdvdnav'
+ 'libdvdread'
'libfdk-aac'
'libgcrypt'
'libgl'
@@ -108,7 +110,6 @@ depends=(
'vapoursynth'
'vid.stab'
'vmaf'
- 'vpl-runtime'
'vulkan-icd-loader'
'x264'
'x265'
@@ -226,6 +227,8 @@ build() {
--enable-libdav1d \
--enable-libdavs2 \
--enable-libdc1394 \
+ --enable-libdvdnav \
+ --enable-libdvdread \
--enable-libfdk-aac \
--enable-libflite \
--enable-libfontconfig \