Date: Saturday, April 18, 2015 @ 13:00:22 Author: bpiotrowski Revision: 237395
upgpkg: ffmpeg-compat 1:0.10.16-1 - rebuild against libvpx 1.4.0 - use more libdeps Modified: ffmpeg-compat/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-04-18 10:54:19 UTC (rev 237394) +++ PKGBUILD 2015-04-18 11:00:22 UTC (rev 237395) @@ -6,8 +6,8 @@ # Contributor: Paul Mattal <[email protected]> pkgname=ffmpeg-compat -pkgver=0.10.15 -pkgrel=2 +pkgver=0.10.16 +pkgrel=1 epoch=1 pkgdesc='Complete and free Internet live audio and video broadcasting solution' arch=('i686' 'x86_64') @@ -14,15 +14,15 @@ url='http://ffmpeg.org/' license=('GPL') depends=( - 'alsa-lib' 'bzip2' 'gsm' 'lame' 'libass' - 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx' - 'opencore-amr' 'openjpeg' 'rtmpdump' 'schroedinger' 'sdl' 'speex' - 'v4l-utils' 'libx264.so' 'xvidcore' 'zlib' + 'alsa-lib' 'bzip2' 'gsm' 'lame' 'libass' 'libmodplug' 'libpulse' + 'libtheora' 'libva' 'opencore-amr' 'openjpeg' 'rtmpdump' 'schroedinger' + 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib' + 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' ) makedepends=('libvdpau' 'yasm' 'x264') source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2{,.asc}) validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel -sha256sums=('8b6dbf73c192d2217e6ded8e0dd560c678f362e373d87c28ed9fc8eb52293d5d' +sha256sums=('e77823cbd58dfdb61f88059476070bc432d80e3821c14abcf804ef709d2f3fd1' 'SKIP') build() {
