diff options
Diffstat (limited to 'abs/core/mythtv/stable-29/mythplugins/PKGBUILD')
-rw-r--r-- | abs/core/mythtv/stable-29/mythplugins/PKGBUILD | 15 |
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') |