summaryrefslogtreecommitdiffstats
path: root/linhes/mythtv/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'linhes/mythtv/PKGBUILD')
-rw-r--r--linhes/mythtv/PKGBUILD35
1 files changed, 19 insertions, 16 deletions
diff --git a/linhes/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD
index 976f3dc..1803afa 100644
--- a/linhes/mythtv/PKGBUILD
+++ b/linhes/mythtv/PKGBUILD
@@ -7,8 +7,8 @@
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=mythtv
-pkgver=34+fixes.20250102.ac34c663
-pkgrel=1
+pkgver=36+fixes.20260310.ababe58b
+pkgrel=2
pkgdesc="A Homebrew PVR project"
arch=('x86_64')
url="https://www.mythtv.org/"
@@ -35,6 +35,7 @@ depends=(
'libzip'
'lzo'
'qt5-script'
+# 'qt6-base'
'soundtouch'
'taglib'
'x264'
@@ -53,6 +54,7 @@ depends=(
'python-lxml'
'python-mysqlclient'
'python-pyqt5-webengine'
+# 'python-pyqt6-webengine'
'python-requests'
'python-requests-cache'
'xmltv'
@@ -66,6 +68,7 @@ makedepends=(
'libmariadbclient'
'libxml2'
'lirc'
+ 'nasm'
'perl-dbd-mysql'
'perl-io-socket-inet6'
'perl-libwww'
@@ -75,9 +78,12 @@ makedepends=(
'python-lxml'
'python-mysqlclient'
'python-pip'
+ 'python-pyqt5-webengine'
+# 'python-pyqt6-webengine'
'python-requests'
'python-setuptools'
- 'python-wheel'
+ 'python-simplejson'
+# 'python-wheel'
'qt5-tools'
'yasm'
)
@@ -86,14 +92,13 @@ options=(!lto)
conflicts=('myththemes' 'mythplugins-mythvideo' 'mythtv-git')
replaces=('myththemes' 'mythplugins-mythvideo' 'mythtv-git')
-patches="0031-UPnP-Reduce-startup-latency-by-moving-blocking-code-to-own-thread.patch
- 0059-portchecker-speedup.patch
- 0227-OSD-Add-interlaced-status-to-OSD-debug-screen.patch
+patches="defaultThemeLinHES.patch
autoskip_reduce_commskip_jumpback.patch
- defaultThemeLinHES.patch"
+ 0227-OSD-Add-interlaced-status-to-OSD-debug-screen.patch"
+# 0031-UPnP-Reduce-startup-latency-by-moving-blocking-code-to-own-thread.patch
source=(
- "git+https://github.com/MythTV/mythtv#branch=fixes/34"
+ "git+https://github.com/MythTV/mythtv#branch=fixes/36"
'mythbackend.service'
'mythfrontend.desktop'
'mythtv-setup.desktop'
@@ -105,21 +110,19 @@ source=(
sha256sums=('SKIP'
'6adb9d3370111c7d0000b215ae2d83a07a19c1bef5c22657f8caa9593c8efda5'
- 'ec4f2330f77f0ac92acf228a4afa3b480cdd2de913cdabedfd43d40b03507557'
- 'e7965a0d232aefcf8e5e89a96f46b7582a9590d2ae9b4f5b8ee9ab2baa913527'
+ 'eb355b20d9d36a2942bb529263b9e16da30ef764f80acac0177b1773a6b3c809'
+ '23b9669ea7533c13c54b382fba7b63980064939d5701a0c229c9254bafd6d3d6'
'12cb52bf9b084a4f16419c9370fef0450ce6a11308b0c3f7240f4f83df7e2ab6'
'ecfd02bbbef5de9773f4de2c52e9b2b382ce8137735f249d7900270d304fd333'
'470de0a4050c16c7af11a0e5cfe2810b7daae42df4acf5456c7eae274dc7c5ae'
- '276f87058edc6197ab3a53faf6b4c485ef0d2b8447b9caa02ca7234f09ab473f'
- '1ed4be912cd1ebd73553306958b7a2bc98e466b947dfb5d90ad7c0590a5a3747'
- '630c80c588a9b278c4421d356c5cbaa0debf149524bc896656b580b89d8fae88'
+ '3ff9f48ead83a8dd7a87cc08df066c00813b48b9171cc7bf74ba0e3cb2570d00'
'8a81e724d902976056dc824e7304df343c230ce67ec6ce1d18e110c5ef818ef6'
- '3ff9f48ead83a8dd7a87cc08df066c00813b48b9171cc7bf74ba0e3cb2570d00')
+ '630c80c588a9b278c4421d356c5cbaa0debf149524bc896656b580b89d8fae88')
prepare() {
msg2 "PKGBUILD pkgver: $pkgver"
cd "${srcdir}/mythtv/mythtv"
- gitsrcver=`echo "34+fixes.$(git show -s --format=%cd --date=short | tr -d -).$(git rev-parse --short=8 HEAD)"`
+ gitsrcver=`echo "36+fixes.$(git show -s --format=%cd --date=short | tr -d -).$(git rev-parse --short=8 HEAD)"`
msg2 "GIT SOURCE pkgver: $gitsrcver"
if [ $pkgver = $gitsrcver ]; then
warning "pkgver did NOT change. Consider increasing pkgrel ($pkgrel)."
@@ -140,7 +143,7 @@ prepare() {
pkgver() {
cd "${srcdir}/mythtv/mythtv"
- echo -n "34+fixes.$(git show -s --format=%cd --date=short | tr -d -).$(git rev-parse --short=8 HEAD)"
+ echo -n "36+fixes.$(git show -s --format=%cd --date=short | tr -d -).$(git rev-parse --short=8 HEAD)"
}
build() {