summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-03-30 19:59:56 +0000
committerDaniel Bermond2018-03-30 19:59:56 +0000
commita57553ab08c7af23735921498c4393e320b0553b (patch)
tree4a67c8057cae0345ca5938006dba3a84894357ce
parentf9d589fa30dddc8318fff742a87b7927566b2a9e (diff)
downloadaur-a57553ab08c7af23735921498c4393e320b0553b.tar.gz
New upstream options: --enable-libaom and --enable-libsrt
Note ---- Currently, using -lpthread is needed for compiling with libaom. References ---------- http://git.videolan.org/?p=ffmpeg.git;a=commit;h=c438899a706422b8362a13714580e988be4d638b http://git.videolan.org/?p=ffmpeg.git;a=commit;h=a2fc8dbae85339d1b418d296f2982b6c04c53c57
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b70fdb96962f..51ba97128551 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-full-git
pkgdesc = Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)
- pkgver = 3.5.r90305.g040b28aecc
+ pkgver = 3.5.r90534.g33bd2b99a1
pkgrel = 1
url = http://www.ffmpeg.org/
arch = i686
@@ -49,6 +49,7 @@ pkgbase = ffmpeg-full-git
depends = snappy
depends = libsoxr
depends = speex
+ depends = srt
depends = libssh
depends = tesseract
depends = libtheora
@@ -80,6 +81,7 @@ pkgbase = ffmpeg-full-git
depends = libdrm
depends = libvdpau
depends = chromaprint-fftw
+ depends = aom-git
depends = libbs2b
depends = codec2
depends = flite1-patched
diff --git a/PKGBUILD b/PKGBUILD
index b651e9fa4b1c..b56a9c61dceb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
pkgname=ffmpeg-full-git
-pkgver=3.5.r90305.g040b28aecc
+pkgver=3.5.r90534.g33bd2b99a1
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')
@@ -14,15 +14,15 @@ depends=(
'libbluray' 'libcaca' 'celt' 'libcdio-paranoia' 'libdc1394' 'libavc1394'
'libfdk-aac' 'fontconfig' 'freetype2' 'fribidi' 'libgme' 'gsm' 'libiec61883'
'libmodplug' 'lame' 'opencore-amr' 'openjpeg2' 'opus' 'pulseaudio'
- 'librsvg' 'rubberband' 'rtmpdump' 'smbclient' 'snappy' 'libsoxr' 'speex'
+ 'librsvg' 'rubberband' 'rtmpdump' 'smbclient' 'snappy' 'libsoxr' 'speex' 'srt'
'libssh' 'tesseract' 'libtheora' 'twolame' 'v4l-utils' 'vid.stab' 'libvorbis'
'libvpx' 'wavpack' 'libwebp' 'libx264.so' 'x265' 'libxcb' 'xvidcore' 'libxml2'
'zimg' 'zeromq' 'zvbi' 'lilv' 'xz' 'openal' 'opencl-icd-loader' 'mesa' 'sdl2'
'libx11' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm' 'libvdpau'
# AUR:
- 'chromaprint-fftw' 'libbs2b' 'codec2' 'flite1-patched' 'libilbc' 'kvazaar'
- 'openh264' 'libopenmpt-svn' 'sndio' 'shine' 'vo-amrwbenc' 'xavs' 'ndi-sdk'
- 'libmysofa' 'rockchip-mpp'
+ 'chromaprint-fftw' 'aom-git' 'libbs2b' 'codec2' 'flite1-patched' 'libilbc'
+ 'kvazaar' 'openh264' 'libopenmpt-svn' 'sndio' 'shine' 'vo-amrwbenc' 'xavs'
+ 'ndi-sdk' 'libmysofa' 'rockchip-mpp'
)
depends_x86_64=('cuda' 'nvidia-utils')
optdepends_x86_64=(
@@ -101,6 +101,7 @@ build() {
--prefix='/usr' \
--extra-cflags="$_cflags" \
--extra-ldflags="$_ldflags" \
+ --extra-libs='-lpthread' \
\
--disable-rpath \
--enable-gpl \
@@ -121,6 +122,7 @@ build() {
--enable-gnutls \
--enable-iconv \
--enable-ladspa \
+ --enable-libaom \
--enable-libass \
--enable-libbluray \
--enable-libbs2b \
@@ -158,6 +160,7 @@ build() {
--enable-libsnappy \
--enable-libsoxr \
--enable-libspeex \
+ --enable-libsrt \
--enable-libssh \
--enable-libtesseract \
--enable-libtheora \