summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a4b48935458..051dccfcea20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Oct 15 15:34:55 UTC 2017
+# Tue Oct 24 17:18:07 UTC 2017
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.4.r87867.g0655810072
- pkgrel = 1
+ pkgrel = 2
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
@@ -84,7 +84,6 @@ pkgbase = ffmpeg-full-git
depends = libvdpau
depends = chromaprint-fftw
depends = libbs2b
- depends = flite1
depends = libilbc
depends = kvazaar
depends = openh264
diff --git a/PKGBUILD b/PKGBUILD
index c1f9fa8229c5..8427551d73b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=ffmpeg-full-git
pkgver=3.4.r87867.g0655810072
-pkgrel=1
+pkgrel=2
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/'
@@ -24,7 +24,7 @@ depends=(
'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'
+ 'chromaprint-fftw' 'libbs2b' 'libilbc' 'kvazaar' 'openh264'
'libopenmpt-svn' 'sndio' 'shine' 'vo-amrwbenc' 'xavs' 'libmysofa'
)
depends_x86_64=('cuda' 'nvidia-utils')
@@ -123,7 +123,7 @@ build() {
--enable-libcdio \
--enable-libdc1394 \
--enable-libfdk-aac \
- --enable-libflite \
+ --disable-libflite \
--enable-fontconfig \
--enable-libfreetype \
--enable-libfribidi \