From d01ff1ac2a8f9574176a14cca17d258e1cd6c0a5 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Mon, 9 Mar 2009 18:50:16 -0500 Subject: mythtv-vdpau now depends on nvidia drivers 180.29 and not the beta drivers. Added a disclaimer post_install. --- abs/extra-testing/community/mythtv-vdpau/PKGBUILD | 6 +++--- abs/extra-testing/community/mythtv-vdpau/mythtv.install | 10 +++++++++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/abs/extra-testing/community/mythtv-vdpau/PKGBUILD b/abs/extra-testing/community/mythtv-vdpau/PKGBUILD index c447d10..8bf89e6 100644 --- a/abs/extra-testing/community/mythtv-vdpau/PKGBUILD +++ b/abs/extra-testing/community/mythtv-vdpau/PKGBUILD @@ -1,10 +1,10 @@ pkgname=mythtv-vdpau pkgver=0.21 -pkgrel=2 +pkgrel=4 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') depends=('bash' 'mysql-clients>=5.0' 'qt3' 'lame' 'lirc-utils' 'ffmpeg' \ - 'libxvmc' 'libavc1394' 'libdc1394' 'libiec61883' 'nvidia-beta') + 'libxvmc' 'libavc1394' 'libdc1394' 'libiec61883' 'nvidia>=180.29') backup=(etc/mythtv/mythbackend.conf etc/mythtv/mysql.txt usr/share/mythtv/is.xml) source=(ftp://ftp.knoppmyth.net/R6/sources/mythtv-${pkgver}-fixes.tar.bz2 \ mythbackend myththemedmenu.cpp.patch myththemedmenu.h.patch \ @@ -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-beta) +makedepends=(libgl subversion 'nvidia-utils>=180.29') groups=('pvr') url="http://www.mythtv.org/" install=mythtv.install diff --git a/abs/extra-testing/community/mythtv-vdpau/mythtv.install b/abs/extra-testing/community/mythtv-vdpau/mythtv.install index c460f19..5f911e4 100644 --- a/abs/extra-testing/community/mythtv-vdpau/mythtv.install +++ b/abs/extra-testing/community/mythtv-vdpau/mythtv.install @@ -1,8 +1,16 @@ # arg 1: the new package version post_install() { - echo "See \"MythTV\" on the Archlinux Wiki for installation information - Extensive!!" + echo + echo + echo "As is with no guarantee, please do not file any bug reports against this package." } +post_upgrade(){ + echo + echo + echo "As is with no guarantee, please do not file any bug reports against this package." + +} # arg 1: the old package version post_remove() { echo -e "NOTE: mysql database was not removed. To remove run:\nmysql -u root -e 'drop database mythconverg;'" -- cgit v0.12