summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD')
-rw-r--r--abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD5
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