diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-08-31 13:43:57 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-08-31 13:43:57 (GMT) |
commit | 119b40e82b54a51c3ced203d6e63f6043db28e71 (patch) | |
tree | 4aed7e75fab5e0bbab3574641631eccc26ae49d2 /abs/core/mythtv/stable-0.28/mythplugins | |
parent | b57fa5739effccd30190dc4f269b0e87e5c5b172 (diff) | |
download | linhes_pkgbuild-119b40e82b54a51c3ced203d6e63f6043db28e71.zip linhes_pkgbuild-119b40e82b54a51c3ced203d6e63f6043db28e71.tar.gz linhes_pkgbuild-119b40e82b54a51c3ced203d6e63f6043db28e71.tar.bz2 |
mythtv & mythplugins: update to latest -fixes
Diffstat (limited to 'abs/core/mythtv/stable-0.28/mythplugins')
-rw-r--r-- | abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD index cb20113..e8ed925 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.1 -pkgrel=8 +pkgrel=9 arch=('i686' 'x86_64') url="http://www.mythtv.org" license=('GPL') @@ -18,7 +18,8 @@ makedepends=('cdrkit' 'dcraw' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexi 'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size' 'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax' 'perl-xml-simple' 'perl-xml-xpath' 'python-oauth' 'python2-pillow' - 'python-pycurl' 'zlib') + 'python2-future' 'python-pycurl' 'python2-requests' + 'python2-requests-cache' 'zlib') source=('mythburn.py-aspectratio.patch' 'archivemenu.xml.patch' 'archiveutils.xml.patch' 'cdparanoia.patch') @@ -90,8 +91,8 @@ package_mythmusic() { package_mythnetvision() { pkgdesc="MythNetvision plugin for MythTV" - depends=("mythtv>=${pkgver}" 'python-pycurl' 'python-oauth' - 'python2-lxml' 'python2') + depends=("mythtv>=${pkgver}" 'python-pycurl' 'python-oauth' 'python2-future' + 'python2-lxml' 'python2-requests' 'python2-requests-cache' 'python2') cd "${srcdir}/${_gitname}/${pkgbase}/mythnetvision" make INSTALL_ROOT="${pkgdir}" install || return 1 } |