summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2018-02-12 14:36:56 -0200
committerDaniel Bermond2018-02-12 14:36:56 -0200
commitce88e762eb8eec2fcfeb2935e02f0e9a19b383e7 (patch)
treed6fcf0f970c524cfcd63b6ff5cd5969591c9bc81 /PKGBUILD
parent7413acd9380aa4cce47cd743316085657737d075 (diff)
downloadaur-ce88e762eb8eec2fcfeb2935e02f0e9a19b383e7.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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99c923745fa7..e5a1d0b2b414 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,8 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
-# NOTE:
-# To enable NewTek NDI (libndi), install the package 'ndi-sdk'
-# and add '--enable-libndi_newtek' to the configure options.
-
pkgname=ffmpeg-full-git
-pkgver=3.5.r89950.g8e50bd61e4
-pkgrel=2
+pkgver=3.5.r90023.g192ea5bb77
+pkgrel=1
pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)'
arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/'
@@ -25,7 +21,8 @@ depends=(
'libx11' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm' 'libvdpau'
# AUR:
'chromaprint-fftw' 'libbs2b' '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=(
@@ -179,6 +176,7 @@ build() {
--enable-lv2 \
--enable-lzma \
--enable-decklink \
+ --enable-libndi_newtek \
--enable-libmysofa \
--enable-openal \
--enable-opencl \