mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/mythtv upgpkg: mythtv 1:0.26.0-9
This commit is contained in:
parent
d54eed57a2
commit
2c73feb5b6
1 changed files with 5 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
pkgname=mythtv
|
||||
pkgver=0.26.0
|
||||
pkgrel=8
|
||||
pkgrel=9
|
||||
epoch=1
|
||||
pkgdesc="A Homebrew PVR project"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -30,15 +30,17 @@ optdepends=('glew: for GPU commercial flagging'
|
|||
'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() {
|
||||
|
@ -46,6 +48,7 @@ build() {
|
|||
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"
|
||||
|
||||
sed -re 's@Key, &@Key, @' -i 'bindings/php/MythBase.php'
|
||||
|
|
Loading…
Reference in a new issue