summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-04-21 18:49:19 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-04-21 18:49:19 (GMT)
commitf18e0cca4d6cdf945732ada5e1fb48b8fa57f476 (patch)
tree38c2c3f4c33ea0e7776313de5b1ac1a3cdc96a94 /abs
parentf7aa74023962873fbbe1e3efb9b001c1dae1828a (diff)
downloadlinhes_pkgbuild-f18e0cca4d6cdf945732ada5e1fb48b8fa57f476.zip
linhes_pkgbuild-f18e0cca4d6cdf945732ada5e1fb48b8fa57f476.tar.gz
linhes_pkgbuild-f18e0cca4d6cdf945732ada5e1fb48b8fa57f476.tar.bz2
mythplugins: remove mythvideo
add libcdio,fftw for mythmusic
Diffstat (limited to 'abs')
-rw-r--r--abs/core/mythtv/stable-0.25/mythplugins/PKGBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/abs/core/mythtv/stable-0.25/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.25/mythplugins/PKGBUILD
index 5a579b6..2c3db17 100644
--- a/abs/core/mythtv/stable-0.25/mythplugins/PKGBUILD
+++ b/abs/core/mythtv/stable-0.25/mythplugins/PKGBUILD
@@ -13,6 +13,7 @@ pkgname=('mytharchive'
'mythzoneminder')
pkgver=0.25
pkgrel=1
+
arch=('i686' 'x86_64')
url="http://www.mythtv.org"
license=('GPL')
@@ -21,7 +22,8 @@ makedepends=("mythtv>=${pkgver}" 'mplayer' 'fftw2' 'dvdauthor' 'libexif'
'python-imaging' 'libcdaudio' 'taglib' 'perl-xml-simple' 'dcraw'
'libvisual' 'perl-xml-xpath' 'perl-image-size' 'perl-json'
'perl-class-inspector' 'perl-datetime-format-iso8601'
- 'flac' 'libvorbis' 'python2' 'python-pycurl' 'python-oauth')
+ 'flac' 'libvorbis' 'python2' 'python-pycurl' 'python-oauth'
+ 'libcdio' 'fftw')
source=(mythburn.py.patch)
@@ -89,7 +91,7 @@ package_mythgame() {
package_mythmusic() {
pkgdesc="Music playing plugin for MythTV"
- depends=("mythtv>=${pkgver}" 'flac' 'libvorbis' 'libcdaudio' 'cdparanoia' 'taglib' 'libvisual-plugins' 'projectm')
+ depends=("mythtv>=${pkgver}" 'flac' 'libvorbis' 'libcdaudio' 'cdparanoia' 'taglib' 'libvisual-plugins' 'libcdio' 'fftw' )
# replaces=('mythmusic')
cd "${srcdir}/${_gitname}/${pkgbase}/mythmusic"
make INSTALL_ROOT="${pkgdir}" install || return 1
@@ -113,14 +115,6 @@ package_mythnews() {
make INSTALL_ROOT="${pkgdir}" install || return 1
}
-package_mythvideo() {
- pkgdesc="Video playback and browsing plugin for MythTV"
- depends=("mythtv>=${pkgver}" 'mplayer' 'perl-xml-simple')
-# replaces=('mythvideo')
- cd "${srcdir}/${_gitname}/${pkgbase}/mythvideo"
- make INSTALL_ROOT="${pkgdir}" install || return 1
-}
-
package_mythweather() {
pkgdesc="Weather checking plugin for MythTV"
depends=("mythtv>=${pkgver}" 'perl-xml-xpath' 'perl-image-size'