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

Jonathan Conder jconder at nymeria.archlinux.org
Thu Jul 11 09:48:43 UTC 2013


    Date: Thursday, July 11, 2013 @ 11:48:43
  Author: jconder
Revision: 93849

upgpkg: mythtv 1:0.26.0-9

fix libva compatibility

Modified:
  mythtv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-11 09:47:42 UTC (rev 93848)
+++ PKGBUILD	2013-07-11 09:48:43 UTC (rev 93849)
@@ -7,7 +7,7 @@
 
 pkgname=mythtv
 pkgver=0.26.0
-pkgrel=8
+pkgrel=9
 epoch=1
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')
@@ -26,15 +26,17 @@
             'xmltv: to download tv listings')
 conflicts=('myththemes' 'mythplugins-mythvideo')
 replaces=('myththemes' 'mythplugins-mythvideo')
-backup=('etc/conf.d/mythbackend')
+backup=()
 install='mythtv.install'
 source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
         'alsa.patch'
 	'mythbackend.service'
+	'libva-compat.patch::https://github.com/garybuhrmaster/mythtv/commit/2add868d2f18b8b47d9747e043f052e88869bfc3.patch'
 	'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.patch')
 md5sums=('f57066bf75e6f14824c494d41639f4f9'
          'f64b8219e3d27a2edf96733b851e576b'
          'e4d572dcc307d6d8ae26bee5aebf9f3a'
+         'ae88a16e9f42a913f395bf71af18e931'
          '6e156c9fc0b369346d93ccafad46cba3')
 
 build() {
@@ -42,6 +44,7 @@
   find 'bindings/python' 'contrib' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
 
   patch -Np1 -i "$srcdir/alsa.patch"
+  patch -Np2 -i "$srcdir/libva-compat.patch"
   patch -Np2 -i "$srcdir/libcec-2-support.patch"
 
   ARCH="${CARCH/_/-}"




More information about the arch-commits mailing list