[arch-commits] CVS update of extra/multimedia/mythtv (PKGBUILD)

Paul Mattal paul at archlinux.org
Wed Aug 29 17:15:07 UTC 2007


    Date: Wednesday, August 29, 2007 @ 13:15:07
  Author: paul
    Path: /home/cvs-extra/extra/multimedia/mythtv

Modified: PKGBUILD (1.18 -> 1.19)

upgpkg: mythtv 0.20.2.20070828-1
upgrade to 0.20.2 tree


----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)


Index: extra/multimedia/mythtv/PKGBUILD
diff -u extra/multimedia/mythtv/PKGBUILD:1.18 extra/multimedia/mythtv/PKGBUILD:1.19
--- extra/multimedia/mythtv/PKGBUILD:1.18	Mon May  7 16:33:36 2007
+++ extra/multimedia/mythtv/PKGBUILD	Wed Aug 29 13:15:06 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.18 2007/05/07 20:33:36 andyrtr Exp $
+# $Id: PKGBUILD,v 1.19 2007/08/29 17:15:06 paul Exp $
 # Contributor: <kleptophobiac at gmail.com>
 # Contributor: dorphell <dorphell at archlinux.org>
 # Maintainer: Paul Mattal <paul at archlinux.org>
@@ -6,28 +6,24 @@
 # make sure lm_sensors is not installed while the build runs, it would be grabbed as a hidden dep!
 
 pkgname=mythtv
-pkgver=0.20.0.20070131
-pkgrel=2.1
+pkgver=0.20.2.20070828
+pkgrel=1
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')
 depends=('bash' 'mysql-clients>=5.0' 'qt' 'lame' 'lirc-utils' 'ffmpeg' 'libxvmc')
 backup=(etc/mythtv/mythbackend.conf etc/mythtv/mysql.txt)
 source=(http://www.archlinux.org/~paul/$pkgname-$pkgver.tar.gz mythbackend \
 	QUICKSTART.archlinux)
-makedepends=(nvidia 'ivtv>=0.7')
+makedepends=(nvidia)
 groups=('pvr')
 url="http://www.mythtv.org/"
 install=mythtv.install
-md5sums=('e7e1cee57bf1e2d5e86ace09d2c6f453' '7ef6de58240e7aad389a0b13d91b1cf6'\
+md5sums=('4f167bb222d9beb549e64d62965c488e' '7ef6de58240e7aad389a0b13d91b1cf6'\
          'a0ecb7f476cb71c0c1ac90d349fc7695')
 
 build() {
    cd $startdir/src/$pkgname || return 1
    
-   # configure
-   # PJM - joystick disabled temporarily for 2.6.16 compile issues
-   #       later readd --enable-joystick-menu option back in
-   
   [ "$CARCH" = "i686"   ] && ARCH="i686"
   [ "$CARCH" = "x86_64" ] && ARCH="x86-64"
 




More information about the arch-commits mailing list