mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/mythtv to 29.0-1
This commit is contained in:
parent
852b6cf5bc
commit
0e6f64fad7
1 changed files with 2 additions and 5 deletions
|
@ -11,8 +11,8 @@
|
|||
# - patch to fix v5 build
|
||||
|
||||
pkgname=mythtv
|
||||
pkgver=0.28.1
|
||||
pkgrel=8
|
||||
pkgver=29.0
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="A Homebrew PVR project"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -33,18 +33,15 @@ replaces=('myththemes' 'mythplugins-mythvideo')
|
|||
install='mythtv.install'
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz"
|
||||
'mythbackend.service' '99-mythbackend.rules'
|
||||
'loggingserver.patch'
|
||||
'0001-libudfread-set-HAVE_PTHREAD_H.patch')
|
||||
sha256sums=('f59688bbb69ef8830cfe76c826ec89027ed0a9bbb75cc97935fc664225b89dee'
|
||||
'ed5ca54de26b7cd8a64e09626eed6e09f35d677daf88c530bb24cc4252bcce6d'
|
||||
'ecfd02bbbef5de9773f4de2c52e9b2b382ce8137735f249d7900270d304fd333'
|
||||
'3798c5d00c9dae19fa46b4d69f395df6461018c801dadf9b86f336b8c5ff39ec'
|
||||
'c15efbcc7d8db4a185ef908861f48633353173012b18dada44df4c200fea8072')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver/$pkgname
|
||||
|
||||
patch -p2 -i "$srcdir/loggingserver.patch"
|
||||
patch -p2 -i "$srcdir/0001-libudfread-set-HAVE_PTHREAD_H.patch"
|
||||
|
||||
find 'bindings/python' 'contrib' 'programs/scripts' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
|
||||
|
|
Loading…
Reference in a new issue