diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-08-15 01:45:00 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-08-15 01:45:00 (GMT) |
commit | 459dbc01ea534b8fc88902f69ff6f3290723ddcc (patch) | |
tree | 1057149c898525892afd618758bcdd03ba581372 /abs/extra-testing | |
parent | 5efd174b5844561c5098ce42115093398d0d1b75 (diff) | |
download | linhes_pkgbuild-459dbc01ea534b8fc88902f69ff6f3290723ddcc.zip linhes_pkgbuild-459dbc01ea534b8fc88902f69ff6f3290723ddcc.tar.gz linhes_pkgbuild-459dbc01ea534b8fc88902f69ff6f3290723ddcc.tar.bz2 |
MythAppleTrailers:Added mplayer-wrapper as dep.
Diffstat (limited to 'abs/extra-testing')
-rw-r--r-- | abs/extra-testing/mythappletrailers/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/mythappletrailers/PKGBUILD b/abs/extra-testing/mythappletrailers/PKGBUILD index 5f357bd..ce1c793 100644 --- a/abs/extra-testing/mythappletrailers/PKGBUILD +++ b/abs/extra-testing/mythappletrailers/PKGBUILD @@ -3,12 +3,12 @@ pkgname=mythappletrailers pkgver=0.04.3 -pkgrel=26 +pkgrel=27 pkgdesc="Unofficial Add-on for MythTV to get Apple.com Movie Trailers." arch=('i686' 'x86_64') license=('GPL2') url="http://www.mythtv.org/wiki/index.php/Myth_Apple_Trailers" -depends=('php' 'mythtv') +depends=('php' 'mythtv' 'mplayer-wrapper') install=mythappletrailers.install source=('myth_trailers_grabber' 'appletrailer.xml' 'trailers') |