summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-01-04 12:19:44 -0200
committerDaniel Bermond2018-01-04 12:25:09 -0200
commitb3584525a90de1beb9aaae79046182d43da38795 (patch)
tree90e2a5a3c56d0ac55d1d0d9b01a868aa6f713248
parent5088280ecd896114e3b840881a2199f9aa5d32f3 (diff)
downloadaur-b3584525a90de1beb9aaae79046182d43da38795.tar.gz
Add --enable-libxml2 to match repository package
References ---------- https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/ffmpeg&id=8aef847cff420afdb0be3fb18510bc901d39aca9 https://bugs.archlinux.org/task/56886
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73d39c885b95..ddc16b4de66b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jan 4 14:14:36 UTC 2018
+# Thu Jan 4 14:25:01 UTC 2018
pkgbase = ffmpeg-git
pkgdesc = Complete solution to record, convert and stream audio and video (git version)
- pkgver = 3.4.r86991.g16efcfe413
- pkgrel = 2
+ pkgver = 3.5.r89688.g1b283c4a0d
+ pkgrel = 1
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
@@ -33,6 +33,7 @@ pkgbase = ffmpeg-git
depends = libwebp
depends = libx11
depends = libxcb
+ depends = libxml2
depends = opencore-amr
depends = openjpeg2
depends = opus
diff --git a/PKGBUILD b/PKGBUILD
index 97acc138fe65..cf1cd9fa79c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: DrZaius <lou at fakeoutdoorsman.com>
pkgname=ffmpeg-git
-pkgver=3.4.r86991.g16efcfe413
-pkgrel=2
+pkgver=3.5.r89688.g1b283c4a0d
+pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (git version)'
arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/'
@@ -13,8 +13,8 @@ license=('GPL3')
depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libvdpau' 'libwebp'
- 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2' 'speex'
- 'v4l-utils' 'xz' 'zlib'
+ 'libx11' 'libxcb' 'libxml2' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2'
+ 'speex' 'v4l-utils' 'xz' 'zlib'
'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so'
'libvpx.so' 'libx264.so' 'libx265.so' 'libxvidcore.so')
@@ -79,6 +79,7 @@ build() {
--enable-libx264 \
--enable-libx265 \
--enable-libxcb \
+ --enable-libxml2 \
--enable-libxvid \
--enable-shared \
--enable-version3