Date: Wednesday, March 18, 2015 @ 18:59:29 Author: bpiotrowski Revision: 234122
upgpkg: ffmpeg 1:2.6.1-1 - new upstream release - enable libssh support (FS#44142) Modified: ffmpeg/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-18 17:24:29 UTC (rev 234121) +++ PKGBUILD 2015-03-18 17:59:29 UTC (rev 234122) @@ -5,8 +5,8 @@ # Contributor: Paul Mattal <[email protected]> pkgname=ffmpeg -pkgver=2.6 -pkgrel=3 +pkgver=2.6.1 +pkgrel=1 epoch=1 pkgdesc='Complete and free Internet live audio and video broadcasting solution' arch=('i686' 'x86_64') @@ -16,13 +16,13 @@ 'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau' 'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx' 'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex' - 'v4l-utils' 'xvidcore' 'zlib' 'x265' 'fribidi' + 'v4l-utils' 'xvidcore' 'zlib' 'x265' 'fribidi' 'libssh' 'libx264.so' ) makedepends=('libvdpau' 'yasm' 'hardening-wrapper') source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}) validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel -md5sums=('5bf6097833a3fea6a9e51b0a456c6922' +md5sums=('62b5a37525fdf79aedd4a51a64793ed7' 'SKIP') build() { @@ -53,6 +53,7 @@ --enable-librtmp \ --enable-libschroedinger \ --enable-libspeex \ + --enable-libssh \ --enable-libtheora \ --enable-libv4l2 \ --enable-libvorbis \
