diff options
author | Britney Fransen <brfransen@gmail.com> | 2012-12-16 23:00:42 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2012-12-16 23:00:42 (GMT) |
commit | cace87216a88208a87e4ef3a2f8fc24f9022988f (patch) | |
tree | 6ac99fc81f9d3cf7c2b7de91c0d138f933e89fcf /abs/core/mythtv/stable-0.25/mythplugins/PKGBUILD | |
parent | c1816a6385b492d3547500d78bbca3dca9eb3bce (diff) | |
download | linhes_pkgbuild-cace87216a88208a87e4ef3a2f8fc24f9022988f.zip linhes_pkgbuild-cace87216a88208a87e4ef3a2f8fc24f9022988f.tar.gz linhes_pkgbuild-cace87216a88208a87e4ef3a2f8fc24f9022988f.tar.bz2 |
mythplugins: mythburn.py patch for aspect ratio and video storage groups support.
Updated for mythtv .25
Diffstat (limited to 'abs/core/mythtv/stable-0.25/mythplugins/PKGBUILD')
-rw-r--r-- | abs/core/mythtv/stable-0.25/mythplugins/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/mythtv/stable-0.25/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.25/mythplugins/PKGBUILD index f8b7cbb..356e6c7 100644 --- a/abs/core/mythtv/stable-0.25/mythplugins/PKGBUILD +++ b/abs/core/mythtv/stable-0.25/mythplugins/PKGBUILD @@ -12,7 +12,7 @@ pkgname=('mytharchive' 'mythweather' 'mythzoneminder') pkgver=0.25 -pkgrel=6 +pkgrel=7 arch=('i686' 'x86_64') url="http://www.mythtv.org" @@ -61,7 +61,7 @@ package_mytharchive() { # replaces=('mytharchive') cd "${srcdir}/${_gitname}/${pkgbase}/mytharchive" -# patch mythburn/scripts/mythburn.py < $srcdir/mythburn.py.patch || return 1 + patch mythburn/scripts/mythburn.py < $srcdir/mythburn.py.patch || return 1 make INSTALL_ROOT="${pkgdir}" install || return 1 } @@ -134,4 +134,4 @@ package_mythzoneminder() { make INSTALL_ROOT="${pkgdir}" install || return 1 } -md5sums=('cc7e6887acda167fcc5336af33f29411') +md5sums=('8a0e5e6a7fba3a7d03040fc23556f717') |