summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Tobias2018-03-01 06:13:43 +1100
committerDaniel Tobias2018-03-01 06:13:43 +1100
commit804e3bfccab9218673fd528f99ebda577f4d9037 (patch)
treea9f41feb999778b4d8550a144912251b2ff9e444
parent1b6811591d04922d1b3b587957d07b3c39b0a5bd (diff)
downloadaur-804e3bfccab9218673fd528f99ebda577f4d9037.tar.gz
add libxml2 dependency, already pulled in by libbluray anyway
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a04adb4876b7..e6461e8a5409 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Feb 12 12:34:59 UTC 2018
+# Wed Feb 28 19:13:21 UTC 2018
pkgbase = ffmpeg-headless
pkgdesc = Complete solution to record, convert and stream audio and video; optimised for server (headless) systems
pkgver = 3.4.2
@@ -23,6 +23,7 @@ pkgbase = ffmpeg-headless
depends = libmodplug
depends = libtheora
depends = libwebp
+ depends = libxml2
depends = opencore-amr
depends = openjpeg2
depends = opus
diff --git a/PKGBUILD b/PKGBUILD
index 103946234074..e6b2ba0eb0b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,8 @@ license=('GPL3')
depends=('bzip2' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
'lame' 'libmodplug'
'libtheora' 'libwebp'
- 'opencore-amr' 'openjpeg2' 'opus' 'speex'
- 'v4l-utils' 'xz' 'zlib'
+ 'libxml2' 'opencore-amr' 'openjpeg2' 'opus'
+ 'speex' 'v4l-utils' 'xz' 'zlib'
'libbluray.so'
'libvorbisenc.so' 'libvorbis.so'
'libvpx.so' 'libx264.so' 'libx265.so' 'libxvidcore.so'
@@ -82,6 +82,7 @@ build() {
--enable-libx264 \
--enable-libx265 \
--disable-libxcb \
+ --enable-libxml2 \
--enable-libxvid \
--enable-shared \
--enable-version3 \