diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-01-28 13:38:22 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-01-28 13:38:22 (GMT) |
commit | bc08e25980b89e1fe2201aae68ba2d3b735d9213 (patch) | |
tree | 0d05300d0655c46549ae893aeea9448f05f41d14 /abs/core/mythtv/stable-0.28/mythplugins | |
parent | a2576bdc539f4ff8f6cce0262983302701017edb (diff) | |
download | linhes_pkgbuild-bc08e25980b89e1fe2201aae68ba2d3b735d9213.zip linhes_pkgbuild-bc08e25980b89e1fe2201aae68ba2d3b735d9213.tar.gz linhes_pkgbuild-bc08e25980b89e1fe2201aae68ba2d3b735d9213.tar.bz2 |
mythtv & mythplugins: update to latest fixes
mytharchive: added m2vrequantiser as dep. refs #1008
Diffstat (limited to 'abs/core/mythtv/stable-0.28/mythplugins')
-rw-r--r-- | abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD index e2baa8b..1bdd32a 100644 --- a/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD +++ b/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('mytharchive' 'mythweather' 'mythzoneminder') pkgver=0.28 -pkgrel=31 +pkgrel=32 arch=('i686' 'x86_64') url="http://www.mythtv.org" license=('GPL') @@ -50,7 +50,8 @@ build() { package_mytharchive() { pkgdesc="Create DVDs or archive recorded shows in MythTV" depends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' "mythtv>=${pkgver}" - 'mjpegtools' 'python2-pillow') + 'm2vrequantiser' 'mjpegtools' 'python2-pillow') + optdepends=('projectx: for subtitle support') cd "${srcdir}/${_gitname}/${pkgbase}/mytharchive" patch mythburn/scripts/mythburn.py < $srcdir/mythburn.py-aspectratio.patch || return 1 patch theme/menus/archivemenu.xml < $srcdir/archivemenu.xml.patch || return 1 |