diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-05-06 02:35:56 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-05-06 02:35:56 (GMT) |
commit | cf4ca9fbb2c264310d948035277521b0f637a6d5 (patch) | |
tree | 79dc5bd58b0b453941a7807e17cfbb804ac02a65 /abs/core/mythtv | |
parent | ebcf37747e6768f1dfdfef180aec4604c84482b0 (diff) | |
download | linhes_pkgbuild-cf4ca9fbb2c264310d948035277521b0f637a6d5.zip linhes_pkgbuild-cf4ca9fbb2c264310d948035277521b0f637a6d5.tar.gz linhes_pkgbuild-cf4ca9fbb2c264310d948035277521b0f637a6d5.tar.bz2 |
mythmusic: add dep libcdio-paranoia
Diffstat (limited to 'abs/core/mythtv')
-rw-r--r-- | abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD index 65a5578..6b7e6bc 100644 --- a/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD +++ b/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD @@ -81,7 +81,7 @@ package_mythgame() { package_mythmusic() { pkgdesc="Music playing plugin for MythTV" - depends=('cdparanoia' 'fftw' 'flac' 'libcdaudio' 'libcdio' + depends=('cdparanoia' 'fftw' 'flac' 'libcdaudio' 'libcdio-paranoia' 'libvisual-plugins' 'libvorbis' "mythtv>=${pkgver}" 'taglib') cd "${srcdir}/${_gitname}/${pkgbase}/mythmusic" make INSTALL_ROOT="${pkgdir}" install || return 1 |