[arch-commits] Commit in mythtv/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Wed Jan 27 08:56:12 UTC 2010


    Date: Wednesday, January 27, 2010 @ 03:56:12
  Author: eric
Revision: 65312

upgpkg: mythtv 0.22-5
    fixed dvb support (close FS#18026)

Modified:
  mythtv/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-27 06:55:58 UTC (rev 65311)
+++ PKGBUILD	2010-01-27 08:56:12 UTC (rev 65312)
@@ -5,7 +5,7 @@
 
 pkgname=mythtv
 pkgver=0.22
-pkgrel=4
+pkgrel=5
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')
 url="http://www.mythtv.org/"
@@ -19,6 +19,8 @@
 	archlinux.conf.d.mythbackend)
 md5sums=('e8f8b5b6a51cd7be700e215b2a1bf2c0' 'feadcc9ad064d93d6dceab1efc0bd9ed'\
          'bb8e4033d82428d827570fae9ba15e6a')
+sha1sums=('519ca3de5570e93acdd896f2d0a31b11c71c1d9a' 'b83391d1fd51cb3aad21377eeae595126130a166'\
+         '66a11445ba4b96b8ed3753cc058916bab075d58e')
 
 build() {
    cd $srcdir/${pkgname}-${pkgver} 
@@ -38,7 +40,7 @@
     --enable-v4l \
     --enable-ivtv \
     --enable-dvb \
-    --dvb-path=/usr/include/linux/dvb \
+    --dvb-path=/usr/include \
     --enable-xvmc \
     --enable-ffmpeg \
     --enable-xvmc-pro \




More information about the arch-commits mailing list