Date: Thursday, April 13, 2017 @ 19:24:22 Author: alucryd Revision: 292713
upgpkg: ffmpeg 1:3.3-1 Modified: ffmpeg/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-13 19:11:34 UTC (rev 292712) +++ PKGBUILD 2017-04-13 19:24:22 UTC (rev 292713) @@ -6,8 +6,8 @@ # Contributor: Paul Mattal <[email protected]> pkgname=ffmpeg -pkgver=3.2.4 -pkgrel=2 +pkgver=3.3 +pkgrel=1 epoch=1 pkgdesc='Complete solution to record, convert and stream audio and video' arch=('i686' 'x86_64') @@ -28,7 +28,7 @@ 'libswscale.so') source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc}) validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') -sha256sums=('6e38ff14f080c98b58cf5967573501b8cb586e3a173b591f3807d8f0660daf7a' +sha256sums=('599e7f7c017221c22011c4037b88bdcd1c47cd40c1e466838bc3c465f3e9569d' 'SKIP') build() { @@ -71,11 +71,11 @@ --enable-libwebp \ --enable-libx264 \ --enable-libx265 \ + --enable-libxcb \ --enable-libxvid \ --enable-netcdf \ --enable-shared \ - --enable-version3 \ - --enable-x11grab + --enable-version3 make make tools/qt-faststart
