summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.28/mythplugins
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-02-15 21:32:05 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-02-15 21:32:05 (GMT)
commitad0b917485532584dfcb65a1aa059ce1e627a17a (patch)
tree1e2f100c42ab0aea56eb9c983df9ab5a0e82a6a8 /abs/core/mythtv/stable-0.28/mythplugins
parent6d8692bba331b7a24205e4f9bb1b91dfa6d4d6d4 (diff)
parent4d4d8d4d6e947e7c765d9fa49a73ace87da10784 (diff)
downloadlinhes_pkgbuild-ad0b917485532584dfcb65a1aa059ce1e627a17a.zip
linhes_pkgbuild-ad0b917485532584dfcb65a1aa059ce1e627a17a.tar.gz
linhes_pkgbuild-ad0b917485532584dfcb65a1aa059ce1e627a17a.tar.bz2
Merge branch 'testing'
Diffstat (limited to 'abs/core/mythtv/stable-0.28/mythplugins')
-rw-r--r--abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD
index e2baa8b..f6d8e73 100644
--- a/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD
+++ b/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD
@@ -8,8 +8,8 @@ pkgname=('mytharchive'
'mythnews'
'mythweather'
'mythzoneminder')
-pkgver=0.28
-pkgrel=31
+pkgver=0.28.1
+pkgrel=2
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