summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2019-05-20 19:17:00 +0000
committerDaniel Bermond2019-05-20 19:17:00 +0000
commit7df4cd31646bb0d60fcb807b3de9f5d150541727 (patch)
tree1dbaa02224ae3ef502f99468a1243eeec9330cb1 /PKGBUILD
parentd5ef656164fbba475a5b07cd030acd3d8e3f5aaf (diff)
downloadaur-7df4cd31646bb0d60fcb807b3de9f5d150541727.tar.gz
New upstream option: --enable-pocketsphinx
References ---------- https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=f49cec2ba8830dd8df0ac73a39c118f6e20b06bd
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5af69d1f4db2..7fa7f0e4b90a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ffmpeg-full-git
_srcname=ffmpeg
-pkgver=4.2.r93657.g7c2ee8d43d
+pkgver=4.2.r93888.gb401a4ab8a
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)'
arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@ depends=(
# AUR:
'chromaprint-fftw' 'dav1d-git' 'codec2' 'davs2' 'flite1-patched' 'libilbc'
'libklvanc-git' 'kvazaar' 'openh264' 'libopenmpt-svn' 'shine' 'vo-amrwbenc'
- 'xavs' 'xavs2' 'libmysofa' 'rockchip-mpp'
+ 'xavs' 'xavs2' 'libmysofa' 'pocketsphinx' 'rockchip-mpp'
)
depends_x86_64=(
# official repositories:
@@ -201,6 +201,7 @@ build() {
--enable-opencl \
--enable-opengl \
--disable-openssl \
+ --enable-pocketsphinx \
--enable-sndio \
--enable-sdl2 \
--enable-vapoursynth \