diff options
author | James Meyer <James.meyer@operamail.com> | 2009-02-08 03:31:39 (GMT) |
---|---|---|
committer | James Meyer <James.meyer@operamail.com> | 2009-02-08 03:31:39 (GMT) |
commit | 77b538b7e109532d51307dc68b1ac245464165ad (patch) | |
tree | 0a4e7cbbd55aaccf2e59fb22d1138f8af811e2ce /abs | |
parent | 78ac7f35f784d03929328f132407bdce35c10994 (diff) | |
download | linhes_pkgbuild-77b538b7e109532d51307dc68b1ac245464165ad.zip linhes_pkgbuild-77b538b7e109532d51307dc68b1ac245464165ad.tar.gz linhes_pkgbuild-77b538b7e109532d51307dc68b1ac245464165ad.tar.bz2 |
FFmpeg now depends on x264 2009108
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/ffmpeg/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/ffmpeg/PKGBUILD b/abs/core-testing/ffmpeg/PKGBUILD index 463fa98..4719581 100644 --- a/abs/core-testing/ffmpeg/PKGBUILD +++ b/abs/core-testing/ffmpeg/PKGBUILD @@ -4,12 +4,12 @@ pkgname=ffmpeg pkgver=20080715 -pkgrel=3 +pkgrel=4 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" arch=(i686 x86_64) url="http://ffmpeg.mplayerhq.hu/" license=('LGPL') -depends=('lame' 'sdl' 'libvorbis' 'a52dec' 'faad2>=2.6.1' 'faac' 'xvidcore' 'zlib' 'imlib2' 'x264>=20080625' 'libtheora') +depends=('lame' 'sdl' 'libvorbis' 'a52dec' 'faad2>=2.6.1' 'faac' 'xvidcore' 'zlib' 'imlib2' 'x264=20090108' 'libtheora') #remake snapshot with: svn export svn://svn.mplayerhq.hu/ffmpeg/trunk@14236 source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-20080715-14236.tar.bz2) md5sums=('899ee3dd56a779b1152e48a94fde69f0') |