summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-29/mythplugins/PKGBUILD
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-08-21 20:11:34 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-08-21 20:11:34 (GMT)
commitf5c3244d991ea56575fea38668c6f3958124ad4c (patch)
treeba412cabc33b449e9e9345195fbe84c5e337c322 /abs/core/mythtv/stable-29/mythplugins/PKGBUILD
parentdda78ea873382b1b7ed0f3868bb4c5f84b27418a (diff)
downloadlinhes_pkgbuild-f5c3244d991ea56575fea38668c6f3958124ad4c.zip
linhes_pkgbuild-f5c3244d991ea56575fea38668c6f3958124ad4c.tar.gz
linhes_pkgbuild-f5c3244d991ea56575fea38668c6f3958124ad4c.tar.bz2
mythtv & mythplugins: update to latest -fixes
Diffstat (limited to 'abs/core/mythtv/stable-29/mythplugins/PKGBUILD')
-rw-r--r--abs/core/mythtv/stable-29/mythplugins/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/abs/core/mythtv/stable-29/mythplugins/PKGBUILD b/abs/core/mythtv/stable-29/mythplugins/PKGBUILD
index fc01856..7dcae9e 100644
--- a/abs/core/mythtv/stable-29/mythplugins/PKGBUILD
+++ b/abs/core/mythtv/stable-29/mythplugins/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=('mytharchive'
'mythweather'
'mythzoneminder')
pkgver=29.1
-pkgrel=7
+pkgrel=9
arch=('x86_64')
url="http://www.mythtv.org"
license=('GPL')
@@ -20,6 +20,7 @@ makedepends=('cdrkit' 'dcraw' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexi
'perl-xml-simple' 'perl-xml-xpath' 'python2-oauth' 'python2-pillow'
'python2-pycurl' 'zlib')
source=('mythburn.py-aspectratio.patch'
+ 'mythburn.cpp-python2.patch'
'cdparanoia.patch'
'0317-0336-MythMusic-Fix-Playlist-copyTracks-and-removeAllTrack.patch'
)
@@ -40,6 +41,7 @@ prepare() {
msg "Change python to python2"
find . -name '*.py' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+ patch -Np1 -i "$srcdir/mythburn.cpp-python2.patch"
msg "Patching Configure"
cd ${srcdir}/${pkgbase}
@@ -130,5 +132,6 @@ package_mythzoneminder() {
}
md5sums=('e98c2a09bcb051fdde959fb4bb2e5ab2'
+ 'b9edd8f7da64ffa74baa91092bd48cc9'
'5de8dd79d0b8a2b006f3c3258938b6b7'
'0299d0214c0d3a452c0284352435d698')