Date: Wednesday, December 9, 2009 @ 17:44:16 Author: juergen Revision: 60943
update to 0.22 Modified: mythmusic/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2009-12-09 22:44:08 UTC (rev 60942) +++ PKGBUILD 2009-12-09 22:44:16 UTC (rev 60943) @@ -1,6 +1,6 @@ # $Id$ # Maintainer: Juergen Hoetzel <[email protected]> -# Contributor: [email protected] +# Contributor: [email protected], Robert de Jager pkgname=mythmusic pkgver=0.22 @@ -9,8 +9,8 @@ arch=('i686' 'x86_64') url="http://www.mythtv.org" license=('GPL') -depends=("mythtv>=${pkgver}" 'libid3tag' 'libmad' 'libvorbis' 'flac>=1.1.4' 'libcdaudio' \ - 'cdparanoia' 'fftw2' 'sdl' 'faad2>=2.7' 'lame' 'taglib') +depends=("mythtv>=${pkgver}" 'cdparanoia' 'faad2' 'fftw' 'flac' 'lame' + 'libcdaudio' 'libid3tag' 'libmad' 'libvorbis' 'sdl' 'taglib') source=("ftp://ftp.osuosl.org/pub/mythtv/mythplugins-$pkgver.tar.bz2") md5sums=('09c8fa1058399a0c5db169a71561e985') groups=('mythtv-extras')
