summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-10-11 16:55:46 -0300
committerDaniel Bermond2017-10-11 16:55:46 -0300
commitbabfbbedf5eb62cc5f668aa146456de260187389 (patch)
tree59b2123a4ef96fc5c83de7d41c4d5d2fbc86d838 /PKGBUILD
parentdc22ba37209d20a430db8b32cf7258569b5fcf69 (diff)
downloadaur-babfbbedf5eb62cc5f668aa146456de260187389.tar.gz
New upstream options: --enable-libxml2 and --enable-libdrm
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2423e591ec7..7d17a4206f81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# and add '--enable-libndi_newtek' to the configure options.
pkgname=ffmpeg-full-git
-pkgver=3.4.r87287.g4d390344ec
+pkgver=3.4.r87797.ge4d5310a50
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')
@@ -20,9 +20,9 @@ depends=(
'libmodplug' 'lame' 'opencore-amr' 'opencv' 'openjpeg2' 'opus' 'pulseaudio'
'librsvg' 'rubberband' 'rtmpdump' 'smbclient' 'snappy' 'libsoxr' 'speex'
'libssh' 'tesseract' 'libtheora' 'twolame' 'v4l-utils' 'vid.stab' 'libvorbis'
- 'libvpx' 'wavpack' 'libwebp' 'libx264.so' 'x265' 'libxcb' 'xvidcore' 'zimg'
- 'zeromq' 'zvbi' 'xz' 'openal' 'opencl-icd-loader' 'mesa' 'openssl' 'sdl2'
- 'libx11' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm' 'libvdpau'
+ 'libvpx' 'wavpack' 'libwebp' 'libx264.so' 'x265' 'libxcb' 'xvidcore' 'libxml2'
+ 'zimg' 'zeromq' 'zvbi' 'xz' 'openal' 'opencl-icd-loader' 'mesa' 'openssl'
+ 'sdl2' 'libx11' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm' 'libvdpau'
# AUR:
'chromaprint-fftw' 'libbs2b' 'flite1' 'libilbc' 'kvazaar' 'openh264'
'libopenmpt-svn' 'sndio' 'shine' 'vo-amrwbenc' 'xavs' 'libmysofa'
@@ -170,6 +170,7 @@ build() {
--enable-libxcb-xfixes \
--enable-libxcb-shape \
--enable-libxvid \
+ --enable-libxml2 \
--enable-libzimg \
--enable-libzmq \
--enable-libzvbi \
@@ -188,6 +189,7 @@ build() {
$_cuda \
$_cudasdk \
$_cuvid \
+ --enable-libdrm \
--enable-libmfx \
$_libnpp \
--enable-nvenc \