diff options
author | James Meyer <james.meyer@operamail.com> | 2009-04-10 20:17:45 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-04-10 20:17:45 (GMT) |
commit | 34fd09ecfdc4c0b1f2742325646517064920c515 (patch) | |
tree | a85c97721ecc1e726feb48503ed8f3b0233dfddd /abs/extra-testing/community/mythtv-vdpau/PKGBUILD | |
parent | 9be4e421fa61c5afab2ec122641ddac3568da2b9 (diff) | |
download | linhes_pkgbuild-34fd09ecfdc4c0b1f2742325646517064920c515.zip linhes_pkgbuild-34fd09ecfdc4c0b1f2742325646517064920c515.tar.gz linhes_pkgbuild-34fd09ecfdc4c0b1f2742325646517064920c515.tar.bz2 |
mythtv .21: fix is.xml and media settings being wiped when switching between myth packages.
Not a huge fan of this, but it works.
close FS#245
Diffstat (limited to 'abs/extra-testing/community/mythtv-vdpau/PKGBUILD')
-rw-r--r-- | abs/extra-testing/community/mythtv-vdpau/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/community/mythtv-vdpau/PKGBUILD b/abs/extra-testing/community/mythtv-vdpau/PKGBUILD index 881ff9b..e89a93b 100644 --- a/abs/extra-testing/community/mythtv-vdpau/PKGBUILD +++ b/abs/extra-testing/community/mythtv-vdpau/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythtv-vdpau pkgver=0.21 -pkgrel=8 +pkgrel=9 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') depends=('bash' 'mysql-clients>=5.0' 'qt3' 'lame' 'lirc-utils' 'ffmpeg' \ @@ -16,7 +16,7 @@ source=(ftp://ftp.knoppmyth.net/R6/sources/mythtv-${pkgver}-fixes.tar.bz2 \ conflicts=('mythtv') provides=('mythtv'=${pkgver}) license=('GPL2') -makedepends=(libgl subversion 'nvidia-utils>=180.29') +makedepends=(libgl subversion 'nvidia-utils>=180.29' python perl) groups=('pvr') url="http://www.mythtv.org/" install=mythtv.install |