diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-02 23:55:33 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-02 23:55:33 (GMT) |
commit | 907606040ebd98338b939452ee37698b62718820 (patch) | |
tree | 5749ec334aa0a0ff818eb2c6a2d7ecbba319e603 /abs/core-testing/mythtv | |
parent | 276298661d3187fcc0ac8c48416b5f7fb22a2b51 (diff) | |
download | linhes_pkgbuild-907606040ebd98338b939452ee37698b62718820.zip linhes_pkgbuild-907606040ebd98338b939452ee37698b62718820.tar.gz linhes_pkgbuild-907606040ebd98338b939452ee37698b62718820.tar.bz2 |
Added ProjectM and libvisual-projectm.
Diffstat (limited to 'abs/core-testing/mythtv')
-rw-r--r-- | abs/core-testing/mythtv/stable/mythmusic/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core-testing/mythtv/stable/mythmusic/PKGBUILD b/abs/core-testing/mythtv/stable/mythmusic/PKGBUILD index ad8d421..fbbfbc4 100644 --- a/abs/core-testing/mythtv/stable/mythmusic/PKGBUILD +++ b/abs/core-testing/mythtv/stable/mythmusic/PKGBUILD @@ -4,13 +4,14 @@ pkgname=mythmusic pkgver=0.21 -pkgrel=4 +pkgrel=5 pkgdesc="Music playing plugin for MythTV" 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.6.1' 'lame' 'taglib' 'libvisual-plugins') + 'cdparanoia' 'fftw2' 'sdl' 'faad2>=2.6.1' 'lame' 'taglib' \ + 'libvisual-plugins' 'libvisual-projectm') source=("ftp://ftp.knoppmyth.net/R6/sources/mythplugins-$pkgver-fixes.tar.bz2") md5sums=('af20a78ac66719feddf9a39f1a799ded') groups=('mythtv-extras') |