summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522020-05-27 09:49:30 +0200
committertytan6522020-05-27 09:49:30 +0200
commit088d1d1fa470f38b7db022fc917983e8eb9b2a71 (patch)
tree891c01ab42c0c4590e77d3e92b01afaec31e6828
parent0bfff0921a1a8092f054a28709293d768ce51c1f (diff)
downloadaur-088d1d1fa470f38b7db022fc917983e8eb9b2a71.tar.gz
upgpkg: ffmpeg-ndi 4.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD19
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3a6c10194bc..74ad754632e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-ndi
pkgdesc = Complete solution to record, convert and stream audio and video with NDI added and enabled
- pkgver = 4.2.2
- pkgrel = 5
+ pkgver = 4.2.3
+ pkgrel = 1
url = https://ffmpeg.org/
arch = x86_64
license = GPL3
@@ -74,7 +74,7 @@ pkgbase = ffmpeg-ndi
provides = libpostproc.so
provides = libswresample.so
provides = libswscale.so
- source = git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
source = vmaf-model-path.patch
source = 0001-Revert-lavd-Remove-libndi_newtek.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3bad86994aba..1d2c1e0f66fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: tytan652 <tytan652@tytanium.xyz>
pkgname=ffmpeg-ndi
-pkgver=4.2.2
-pkgrel=5
+pkgver=4.2.3
+pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video with NDI added and enabled'
arch=(x86_64)
url=https://ffmpeg.org/
@@ -84,12 +84,14 @@ provides=(
libswresample.so
libswscale.so
)
-source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0
+source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
vmaf-model-path.patch
0001-Revert-lavd-Remove-libndi_newtek.patch)
-sha256sums=('SKIP'
- '8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d'
- '7a6ac8aa7d4183b810d13a6c75e80f451c6efbf251589d89049e245b45fdb9ae')
+sha256sums=(
+ SKIP
+ 8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d
+ 7a6ac8aa7d4183b810d13a6c75e80f451c6efbf251589d89049e245b45fdb9ae
+)
pkgver() {
cd ffmpeg
@@ -100,9 +102,7 @@ pkgver() {
prepare() {
cd ffmpeg
- git cherry-pick -n dc0806dd25882f41f6085c8356712f95fded56c7
-
- patch -Np1 -i "${srcdir}/vmaf-model-path.patch"
+ patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
patch -Np1 -i "${srcdir}/0001-Revert-lavd-Remove-libndi_newtek.patch"
}
@@ -114,6 +114,7 @@ build() {
--disable-debug \
--disable-static \
--disable-stripping \
+ --enable-avisynth \
--enable-fontconfig \
--enable-gmp \
--enable-gnutls \