summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-12-16 23:45:45 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-12-16 23:45:45 (GMT)
commit4aa9339bc64b5477b022a786670be5437815b90b (patch)
treed63a5cdb566d05fdbccc036adb6a333589319dc8 /abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD
parenta41aed8761da25b874dce3468a9cd1b127f77d57 (diff)
downloadlinhes_pkgbuild-4aa9339bc64b5477b022a786670be5437815b90b.zip
linhes_pkgbuild-4aa9339bc64b5477b022a786670be5437815b90b.tar.gz
linhes_pkgbuild-4aa9339bc64b5477b022a786670be5437815b90b.tar.bz2
mythtv & mythplugins: update to latest fixes. refs #933.
update mythburn.py aspect ratio patch for .27
Diffstat (limited to 'abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD')
-rw-r--r--abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD
index 196f8be..8fe13bb 100644
--- a/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD
+++ b/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=('mytharchive'
'mythweather'
'mythzoneminder')
pkgver=0.27
-pkgrel=6
+pkgrel=7
arch=('i686' 'x86_64')
url="http://www.mythtv.org"
license=('GPL')
@@ -19,7 +19,7 @@ makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif'
'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax'
'perl-xml-simple' 'perl-xml-xpath' 'python-oauth' 'python-imaging'
'python-pycurl' 'zlib')
-source=()
+source=('mythburn.py-aspectratio.patch')
build() {
if [ -e ${srcdir}/mythplugins ]
@@ -48,6 +48,7 @@ package_mytharchive() {
depends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' "mythtv>=${pkgver}"
'python-imaging')
cd "${srcdir}/${_gitname}/${pkgbase}/mytharchive"
+ patch mythburn/scripts/mythburn.py < $srcdir/mythburn.py-aspectratio.patch || return 1
make INSTALL_ROOT="${pkgdir}" install || return 1
}
@@ -112,4 +113,4 @@ package_mythzoneminder() {
make INSTALL_ROOT="${pkgdir}" install || return 1
}
-md5sums=()
+md5sums=('e98c2a09bcb051fdde959fb4bb2e5ab2')