summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-02-12 14:47:31 -0200
committerDaniel Bermond2018-02-12 14:47:31 -0200
commit3bae31e7fef552d20380ba6a2b635bf5e42948dd (patch)
tree22cd633f0fc11c3a11da12f9178291b6795d6b5b
parent66b044b7c49d81ef42c77a25811566d14c583d68 (diff)
downloadaur-3bae31e7fef552d20380ba6a2b635bf5e42948dd.tar.gz
Add NewTek's libndi to the build (with --enable-libndi_newtek)
Package ndi-sdk has now an automated source download process (no more manual source download required, at least currently). It will be necessary to remove support for NewTek's libndi if package ndi-sdk will break this automated source download process in the future.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40f340eb6413..aadad4814c9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-full
pkgdesc = Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)
pkgver = 3.4.1
- pkgrel = 3
+ pkgrel = 4
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
@@ -90,6 +90,7 @@ pkgbase = ffmpeg-full
depends = shine
depends = vo-amrwbenc
depends = xavs
+ depends = ndi-sdk
depends = libmysofa
depends = rockchip-mpp
provides = ffmpeg
diff --git a/PKGBUILD b/PKGBUILD
index 0f3df14f0eec..5f5ce2d652a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,10 @@
# Maintainer : Daniel Bermond < yahoo-com: danielbermond >
# Contributor: Iacopo Isimbaldi <isiachi@rhye.it>
-# NOTE:
-# To enable NewTek NDI (libndi), install the package 'ndi-sdk'
-# and add '--enable-libndi_newtek' to the configure options.
-
pkgname=ffmpeg-full
_srcname=ffmpeg
pkgver=3.4.1
-pkgrel=3
+pkgrel=4
pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)'
arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/'
@@ -27,7 +23,8 @@ depends=(
'sdl2' 'libx11' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm' 'libvdpau'
# AUR:
'chromaprint-fftw' 'libbs2b' 'flite1' 'libilbc' 'kvazaar' 'openh264'
- 'libopenmpt-svn' 'sndio' 'shine' 'vo-amrwbenc' 'xavs' 'libmysofa' 'rockchip-mpp'
+ 'libopenmpt-svn' 'sndio' 'shine' 'vo-amrwbenc' 'xavs' 'ndi-sdk' 'libmysofa'
+ 'rockchip-mpp'
)
depends_x86_64=('cuda' 'nvidia-utils')
optdepends_x86_64=(
@@ -182,6 +179,7 @@ build() {
--enable-libzvbi \
--enable-lzma \
--enable-decklink \
+ --enable-libndi_newtek \
--enable-libmysofa \
--enable-openal \
--enable-opencl \