summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-29/mythplugins/PKGBUILD
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-12-08 19:18:59 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-12-08 19:18:59 (GMT)
commite4b0dec19f02e6d8e995b19a22110cac26f07ac4 (patch)
treea78baa8ac9914820a0c470c391772bcdb9e17b4d /abs/core/mythtv/stable-29/mythplugins/PKGBUILD
parent8d974e65b3f138043d66e699a9bcfb206abf40f5 (diff)
downloadlinhes_pkgbuild-e4b0dec19f02e6d8e995b19a22110cac26f07ac4.zip
linhes_pkgbuild-e4b0dec19f02e6d8e995b19a22110cac26f07ac4.tar.gz
linhes_pkgbuild-e4b0dec19f02e6d8e995b19a22110cac26f07ac4.tar.bz2
mythtv & mythplugins: update translationsR8.5
add some patches
Diffstat (limited to 'abs/core/mythtv/stable-29/mythplugins/PKGBUILD')
-rw-r--r--abs/core/mythtv/stable-29/mythplugins/PKGBUILD15
1 files changed, 11 insertions, 4 deletions
diff --git a/abs/core/mythtv/stable-29/mythplugins/PKGBUILD b/abs/core/mythtv/stable-29/mythplugins/PKGBUILD
index 171d9be..35d18e4 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
-pkgrel=6
+pkgrel=7
arch=('i686' 'x86_64')
url="http://www.mythtv.org"
license=('GPL')
@@ -19,7 +19,10 @@ makedepends=('cdrkit' 'dcraw' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexi
'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax'
'perl-xml-simple' 'perl-xml-xpath' 'python-oauth' 'python2-pillow'
'python-pycurl' 'zlib')
-source=('mythburn.py-aspectratio.patch' 'cdparanoia.patch')
+source=('mythburn.py-aspectratio.patch'
+ 'cdparanoia.patch'
+ '0317-0336-MythMusic-Fix-Playlist-copyTracks-and-removeAllTrack.patch'
+ )
build() {
if [ -e ${srcdir}/mythplugins ]
@@ -31,9 +34,12 @@ build() {
cd ${startdir}
msg "Copying in mythplugins git_src"
cp -rp ../git_src/mythtv/mythplugins $srcdir
- cd ${srcdir}/${pkgbase}
+
+ cd ${srcdir}
+ patch -Np1 -i "$srcdir/0317-0336-MythMusic-Fix-Playlist-copyTracks-and-removeAllTrack.patch"
msg "Patching configure"
+ cd ${srcdir}/${pkgbase}
patch -Np1 -i "$srcdir/cdparanoia.patch"
msg "Configuring mythplugins"
@@ -118,4 +124,5 @@ package_mythzoneminder() {
}
md5sums=('e98c2a09bcb051fdde959fb4bb2e5ab2'
- '5de8dd79d0b8a2b006f3c3258938b6b7')
+ '5de8dd79d0b8a2b006f3c3258938b6b7'
+ '0299d0214c0d3a452c0284352435d698')