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

Juergen Hoetzel juergen at archlinux.org
Sun Nov 8 23:32:09 UTC 2009


    Date: Sunday, November 8, 2009 @ 18:32:09
  Author: juergen
Revision: 58565

fix FS#12328 (enable firewire support)

Modified:
  mythtv/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-08 23:25:08 UTC (rev 58564)
+++ PKGBUILD	2009-11-08 23:32:09 UTC (rev 58565)
@@ -15,7 +15,7 @@
 backup=('etc/conf.d/mythbackend')
 install=mythtv.install
 source=(ftp://ftp.osuosl.org/pub/mythtv/${pkgname}-${pkgver}.tar.bz2 mythbackend)
-md5sums=('e8f8b5b6a51cd7be700e215b2a1bf2c0' '75614f43b579fcae870a7c128038f147')
+md5sums=('e8f8b5b6a51cd7be700e215b2a1bf2c0' '0228c7b3aca06f04b7584913ebe76d68')
 
 # 
 build() {
@@ -42,7 +42,8 @@
     --enable-xvmc-pro \
     --enable-xvmc-vld \
     --enable-opengl-vsync \
-    --disable-fribidi 
+    --enable-firewire \
+    --enable-fribidi 
 
    # build
 




More information about the arch-commits mailing list