[arch-commits] Commit in mythtv/trunk (PKGBUILD)
Balló György
bgyorgy at nymeria.archlinux.org
Mon Apr 7 19:24:23 UTC 2014
Date: Monday, April 7, 2014 @ 21:24:23
Author: bgyorgy
Revision: 108931
upgpkg: mythtv 1:0.27-8
Fix crash with nvidia driver (FS#39570)
Modified:
mythtv/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-04-07 18:29:35 UTC (rev 108930)
+++ PKGBUILD 2014-04-07 19:24:23 UTC (rev 108931)
@@ -7,7 +7,7 @@
pkgname=mythtv
pkgver=0.27
-pkgrel=7
+pkgrel=8
epoch=1
pkgdesc="A Homebrew PVR project"
arch=('i686' 'x86_64')
@@ -29,10 +29,12 @@
install='mythtv.install'
source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz"
'mythbackend.service'
- 'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
+ 'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch'
+ 'http://code.mythtv.org/trac/raw-attachment/ticket/12098/ticket12098-dont-load-lib-when-opengles-disabled.diff')
sha256sums=('494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0'
'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
- '8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
+ '8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3'
+ '55e9827ea8f5c685801c110f879825d1fb3006070e0318188a2fd55921b95bdf')
prepare() {
cd "$srcdir/$pkgname-$pkgver/$pkgname"
@@ -39,6 +41,7 @@
find 'bindings/python' 'contrib' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
patch -Np2 -i "$srcdir/libcec-2-support.2.patch"
+ patch -Np2 -i "$srcdir/ticket12098-dont-load-lib-when-opengles-disabled.diff"
}
build() {
More information about the arch-commits
mailing list