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 | |
parent | b57fa5739effccd30190dc4f269b0e87e5c5b172 (diff) | |
download | linhes_pkgbuild-119b40e82b54a51c3ced203d6e63f6043db28e71.zip linhes_pkgbuild-119b40e82b54a51c3ced203d6e63f6043db28e71.tar.gz linhes_pkgbuild-119b40e82b54a51c3ced203d6e63f6043db28e71.tar.bz2 |
mythtv & mythplugins: update to latest -fixes
-rw-r--r-- | abs/core/mythtv/stable-0.28/git_src/git_hash | 2 | ||||
-rw-r--r-- | abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD | 9 | ||||
-rw-r--r-- | abs/core/mythtv/stable-0.28/mythtv/PKGBUILD | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/abs/core/mythtv/stable-0.28/git_src/git_hash b/abs/core/mythtv/stable-0.28/git_src/git_hash index d725837..2d88c06 100644 --- a/abs/core/mythtv/stable-0.28/git_src/git_hash +++ b/abs/core/mythtv/stable-0.28/git_src/git_hash @@ -1 +1 @@ -f1a485c62ad2c8da4f8d44056a2053ccf6e9eb84 +ebd69ec33b67df52628eedcb1dca647306cfc887 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 } diff --git a/abs/core/mythtv/stable-0.28/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.28/mythtv/PKGBUILD index d186a6e..95acc35 100644 --- a/abs/core/mythtv/stable-0.28/mythtv/PKGBUILD +++ b/abs/core/mythtv/stable-0.28/mythtv/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythtv pkgver=0.28.1 -pkgrel=8 +pkgrel=9 commit_hash=`cat ../git_src/git_hash` pkgdesc="A Homebrew PVR project $commit_hash" arch=('i686' 'x86_64') |