diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-10 03:33:02 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-10 03:33:02 +0000 |
commit | 5a5e68340439f8c9b81e85410fcbd5135732161c (patch) | |
tree | dbcb42dd57af963fd0bb72573e72d417a32fe173 /extra/ffmpeg | |
parent | b42468f5bd3d7f19c1a0fa0ee08289745958caae (diff) |
Tue Jun 10 03:29:21 UTC 2014
Diffstat (limited to 'extra/ffmpeg')
-rw-r--r-- | extra/ffmpeg/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD index a280f6614..e19b81d66 100644 --- a/extra/ffmpeg/PKGBUILD +++ b/extra/ffmpeg/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 214050 2014-06-03 07:02:13Z bpiotrowski $ +# $Id: PKGBUILD 214743 2014-06-09 08:04:40Z bpiotrowski $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> @@ -6,7 +6,7 @@ pkgname=ffmpeg pkgver=2.2.3 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc='Complete and free Internet live audio and video broadcasting solution' arch=('i686' 'x86_64') @@ -16,9 +16,9 @@ depends=( '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' 'x264' 'xvidcore' 'zlib' 'x265' - ) -makedepends=('libvdpau' 'yasm') + 'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' +) +makedepends=('libvdpau' 'yasm' 'x264') source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}) md5sums=('dbb5b6b69bd010916f17df0ae596e0b1' 'SKIP') |