Date: Sunday, January 10, 2010 @ 12:53:36 Author: ibiru Revision: 62613
Merged revisions 62612 via svnmerge from svn+ssh://gerolde.archlinux.org/srv/svn-packages/ffmpeg/trunk ........ r62612 | ibiru | 2010-01-10 19:52:53 +0200 (Sun, 10 Jan 2010) | 2 lines upgpkg: ffmpeg 20100108-2 enable vdpau support ........ Modified: ffmpeg/repos/testing-i686/ (properties) ffmpeg/repos/testing-i686/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Property changes on: ffmpeg/repos/testing-i686 ___________________________________________________________________ Modified: svnmerge-integrated - /ffmpeg/trunk:1-62594 + /ffmpeg/trunk:1-62612 Modified: testing-i686/PKGBUILD =================================================================== --- testing-i686/PKGBUILD 2010-01-10 17:52:53 UTC (rev 62612) +++ testing-i686/PKGBUILD 2010-01-10 17:53:36 UTC (rev 62613) @@ -4,12 +4,12 @@ pkgname=ffmpeg pkgver=20100108 -pkgrel=1 +pkgrel=2 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" arch=('i686' 'x86_64') url="http://ffmpeg.mplayerhq.hu/" license=('GPL') -depends=('lame' 'sdl' 'libvorbis' 'faad2>=2.7' 'faac' 'xvidcore' 'zlib' 'imlib2' 'x264>=20100107' 'libtheora' 'opencore-amr>=0.1.2' 'alsa-lib') +depends=('lame' 'sdl' 'libvorbis' 'faad2>=2.7' 'faac' 'xvidcore' 'zlib' 'imlib2' 'x264>=20100107' 'libtheora' 'opencore-amr>=0.1.2' 'alsa-lib' 'libvdpau>=0.3') options=('force') #remake snapshot with: svn export svn://svn.ffmpeg.org/ffmpeg/trunk/@21104 source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-${pkgver}-21104.tar.bz2)