summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-08-31 18:34:39 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-08-31 18:34:39 (GMT)
commit4739d37f1b813536b0f8d665a03f6f22a902f3e2 (patch)
tree0ec74798abf0e8174bdc1011e3aaf2083ff43b31
parentf0d00d5840a4e8ff010d4e3c9b06c21f5a7dfe4b (diff)
downloadlinhes_pkgbuild-4739d37f1b813536b0f8d665a03f6f22a902f3e2.zip
linhes_pkgbuild-4739d37f1b813536b0f8d665a03f6f22a902f3e2.tar.gz
linhes_pkgbuild-4739d37f1b813536b0f8d665a03f6f22a902f3e2.tar.bz2
mythtv & mythplugins: add deps python2-future, python2-requests and python2-requests-cache for ttvdb.py
-rw-r--r--abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD9
-rw-r--r--abs/core/mythtv/stable-0.28/mythtv/PKGBUILD5
2 files changed, 7 insertions, 7 deletions
diff --git a/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD
index e8ed925..4b9d0bb 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=9
+pkgrel=10
arch=('i686' 'x86_64')
url="http://www.mythtv.org"
license=('GPL')
@@ -18,8 +18,7 @@ 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'
- 'python2-future' 'python-pycurl' 'python2-requests'
- 'python2-requests-cache' 'zlib')
+ 'python-pycurl' 'zlib')
source=('mythburn.py-aspectratio.patch' 'archivemenu.xml.patch' 'archiveutils.xml.patch'
'cdparanoia.patch')
@@ -91,8 +90,8 @@ package_mythmusic() {
package_mythnetvision() {
pkgdesc="MythNetvision plugin for MythTV"
- depends=("mythtv>=${pkgver}" 'python-pycurl' 'python-oauth' 'python2-future'
- 'python2-lxml' 'python2-requests' 'python2-requests-cache' 'python2')
+ depends=("mythtv>=${pkgver}" 'python-pycurl' 'python-oauth'
+ 'python2-lxml' '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 95acc35..1fac743 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=9
+pkgrel=10
commit_hash=`cat ../git_src/git_hash`
pkgdesc="A Homebrew PVR project $commit_hash"
arch=('i686' 'x86_64')
@@ -12,7 +12,8 @@ depends=('avahi' 'exiv2' 'faad2' 'fftw' 'glew' 'lame' 'libass' 'libavc1394' 'lib
'LinHES-system>=8.4-4' 'lirc-utils' 'mysql-clients' 'mysql-python'
'openssl' 'perl-date-manip' 'perl-dbd-mysql'
'perl-io-socket-inet6' 'perl-libwww' 'perl-math-round'
- 'perl-net-upnp' 'perl-soap-lite' 'perl-xml-sax' 'python2-pycurl'
+ 'perl-net-upnp' 'perl-soap-lite' 'perl-xml-sax' 'python2-future'
+ 'python-pycurl' 'python2-requests' 'python2-requests-cache'
'python2-lxml' 'qt5-script' 'qt5-webkit' 'sdl' 'taglib' 'unzip' 'urlgrabber'
'wget' 'xmltv')
makedepends=('mesa' 'mesa-libgl' 'yasm' 'x264' 'git' 'rsync' 'qt5-tools')