diff options
author | Cecil <knoppmyth@gmail.com> | 2011-08-09 06:46:21 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-08-09 06:46:21 (GMT) |
commit | 9ca212980fe906fe0614cdb55fc6edecd974d295 (patch) | |
tree | bc9daea1b6297dd4648b121d5d5bf5f40e787f0a /abs/core/mythtv | |
parent | 3c761c76f4f836b1ff6c81268ede89a2b8e88612 (diff) | |
download | linhes_pkgbuild-9ca212980fe906fe0614cdb55fc6edecd974d295.zip linhes_pkgbuild-9ca212980fe906fe0614cdb55fc6edecd974d295.tar.gz linhes_pkgbuild-9ca212980fe906fe0614cdb55fc6edecd974d295.tar.bz2 |
mythplugins:Updated deps for mythmusic.
Diffstat (limited to 'abs/core/mythtv')
-rw-r--r-- | abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD index f87c41f..c919256 100644 --- a/abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD +++ b/abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD @@ -13,7 +13,7 @@ pkgname=('mytharchive' 'mythweather' 'mythzoneminder') pkgver=0.24 -pkgrel=16 +pkgrel=17 arch=('i686' 'x86_64') url="http://www.mythtv.org" license=('GPL') @@ -75,7 +75,7 @@ package_mythgame() { package_mythmusic() { pkgdesc="Music playing plugin for MythTV" - depends=("mythtv>=${pkgver}" 'flac' 'libvorbis' 'libcdaudio' 'cdparanoia' 'taglib' 'libvisual') + depends=("mythtv>=${pkgver}" 'flac' 'libvorbis' 'libcdaudio' 'cdparanoia' 'taglib' 'libvisual-plugins' 'projectm') # replaces=('mythmusic') cd "${srcdir}/${_gitname}/${pkgbase}/mythmusic" make INSTALL_ROOT="${pkgdir}" install || return 1 |