summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn2023-04-10 10:07:37 +0100
committerJohn2023-04-10 10:07:37 +0100
commite44c95afc330d7ae945bc995558bf44d112f0183 (patch)
tree002e98c18f5d915900c7e0120c95faaa97ded277
parent7995284e1f18e621a8afedcc86cba287fe52be76 (diff)
downloadaur-e44c95afc330d7ae945bc995558bf44d112f0183.tar.gz
Use fixes/33 branch and update dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b007841882da..eb45621e1fd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -44,6 +44,8 @@ pkgbase = mythtv-git
depends = libxrandr
depends = libzip
depends = lzo
+ depends = python-pyqt5-webengine
+ depends = python-requests-cache
depends = qt5-script
depends = soundtouch
depends = taglib
@@ -71,7 +73,7 @@ pkgbase = mythtv-git
replaces = myththemes
replaces = mythplugins-mythvideo
replaces = mythtv
- source = git+https://github.com/MythTV/mythtv#branch=fixes/32
+ source = git+https://github.com/MythTV/mythtv#branch=fixes/33
source = mythbackend.service
source = mythtv.desktop
source = mythtv.png
diff --git a/PKGBUILD b/PKGBUILD
index 8dc6ddee3d15..057027a710b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,6 +34,8 @@ depends=(
'libxrandr'
'libzip'
'lzo'
+ 'python-pyqt5-webengine'
+ 'python-requests-cache'
'qt5-script'
'soundtouch'
'taglib'
@@ -83,7 +85,7 @@ optdepends=(
conflicts=('myththemes' 'mythplugins-mythvideo' 'mythtv')
replaces=('myththemes' 'mythplugins-mythvideo' 'mythtv')
source=(
- "git+https://github.com/MythTV/mythtv#branch=fixes/32"
+ "git+https://github.com/MythTV/mythtv#branch=fixes/33"
'mythbackend.service'
'mythtv.desktop'
'mythtv.png'
@@ -113,7 +115,6 @@ build() {
--disable-altivec \
--enable-audio-jack \
--disable-distcc \
- --enable-libfftw3 \
--enable-libmp3lame \
--enable-libvpx \
--enable-libx264 \