summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9657d0b753fc..0715c4430c18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Dec 19 06:06:17 UTC 2016
+# Mon Dec 26 11:41:59 UTC 2016
pkgbase = ffmpeg-headless
pkgdesc = Complete solution to record, convert and stream audio and video; optimised for server (headless) systems
pkgver = 3.2.2
@@ -14,7 +14,6 @@ pkgbase = ffmpeg-headless
makedepends = hardening-wrapper
makedepends = yasm
depends = bzip2
- depends = fontconfig
depends = fribidi
depends = glibc
depends = gmp
diff --git a/PKGBUILD b/PKGBUILD
index 62cb12103d73..3216f390a91d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgdesc='Complete solution to record, convert and stream audio and video; optimi
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url='http://ffmpeg.org/'
license=('GPL3') #enabling libfdk_aac makes ffmpeg incompatible with the GPL!
-depends=('bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+depends=('bzip2' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
'lame' 'libmodplug'
'libtheora' 'libva-headless'
'libwebp' 'opencore-amr' 'openjpeg2' 'opus'
@@ -42,12 +42,10 @@ build() {
--disable-stripping \
--enable-avisynth \
--enable-avresample \
- --enable-fontconfig \
--enable-gnutls \
--enable-gpl \
--enable-libass \
--enable-libbluray \
- --enable-libfreetype \
--enable-libfribidi \
--enable-libgsm \
--enable-libmodplug \
@@ -76,7 +74,9 @@ build() {
--disable-fontconfig \
--disable-libfreetype \
--disable-vdpau \
- --disable-htmlpages #\
+ --disable-htmlpages \
+ --disable-libxcb \
+ --disable-xlib #\
#--enable-libiec61883
#--enable-libsoxr \
#--enable-libvidstab \