From 4c87a387d845cba646d21dae16959743259648d5 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Sat, 4 Apr 2026 19:58:26 -0400 Subject: mythtv mythplugins: update to 36-fixes --- linhes/mythplugins/PKGBUILD | 4 ++-- linhes/mythtv/PKGBUILD | 31 ++++++++++++++++++------------- linhes/mythtv/mythfrontend.desktop | 5 +++-- linhes/mythtv/mythtv-setup.desktop | 3 ++- 4 files changed, 25 insertions(+), 18 deletions(-) diff --git a/linhes/mythplugins/PKGBUILD b/linhes/mythplugins/PKGBUILD index 62f9a52..1df616c 100644 --- a/linhes/mythplugins/PKGBUILD +++ b/linhes/mythplugins/PKGBUILD @@ -12,9 +12,9 @@ pkgname=('mythplugins-mytharchive' 'mythplugins-mythweather' 'mythplugins-mythweb' 'mythplugins-mythzoneminder') -br=fixes/35 +br=fixes/36 t="${br#*/}+${br%/[0-9][0-9]}" -pkgver=35+fixes.20251230.805e05b7 +pkgver=36+fixes.20260310.ababe58b pkgrel=1 epoch=0 arch=('any') diff --git a/linhes/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD index b651c86..1803afa 100644 --- a/linhes/mythtv/PKGBUILD +++ b/linhes/mythtv/PKGBUILD @@ -7,7 +7,7 @@ # Contributor: dorphell pkgname=mythtv -pkgver=35+fixes.20260213.cf1312c0 +pkgver=36+fixes.20260310.ababe58b pkgrel=2 pkgdesc="A Homebrew PVR project" arch=('x86_64') @@ -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,13 +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 - 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/35" + "git+https://github.com/MythTV/mythtv#branch=fixes/36" 'mythbackend.service' 'mythfrontend.desktop' 'mythtv-setup.desktop' @@ -104,20 +110,19 @@ source=( sha256sums=('SKIP' '6adb9d3370111c7d0000b215ae2d83a07a19c1bef5c22657f8caa9593c8efda5' - 'ec4f2330f77f0ac92acf228a4afa3b480cdd2de913cdabedfd43d40b03507557' - 'e7965a0d232aefcf8e5e89a96f46b7582a9590d2ae9b4f5b8ee9ab2baa913527' + 'eb355b20d9d36a2942bb529263b9e16da30ef764f80acac0177b1773a6b3c809' + '23b9669ea7533c13c54b382fba7b63980064939d5701a0c229c9254bafd6d3d6' '12cb52bf9b084a4f16419c9370fef0450ce6a11308b0c3f7240f4f83df7e2ab6' 'ecfd02bbbef5de9773f4de2c52e9b2b382ce8137735f249d7900270d304fd333' '470de0a4050c16c7af11a0e5cfe2810b7daae42df4acf5456c7eae274dc7c5ae' - '276f87058edc6197ab3a53faf6b4c485ef0d2b8447b9caa02ca7234f09ab473f' - '630c80c588a9b278c4421d356c5cbaa0debf149524bc896656b580b89d8fae88' + '3ff9f48ead83a8dd7a87cc08df066c00813b48b9171cc7bf74ba0e3cb2570d00' '8a81e724d902976056dc824e7304df343c230ce67ec6ce1d18e110c5ef818ef6' - '3ff9f48ead83a8dd7a87cc08df066c00813b48b9171cc7bf74ba0e3cb2570d00') + '630c80c588a9b278c4421d356c5cbaa0debf149524bc896656b580b89d8fae88') prepare() { msg2 "PKGBUILD pkgver: $pkgver" cd "${srcdir}/mythtv/mythtv" - gitsrcver=`echo "35+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)." @@ -138,7 +143,7 @@ prepare() { pkgver() { cd "${srcdir}/mythtv/mythtv" - echo -n "35+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() { diff --git a/linhes/mythtv/mythfrontend.desktop b/linhes/mythtv/mythfrontend.desktop index 89f8b13..3de9419 100644 --- a/linhes/mythtv/mythfrontend.desktop +++ b/linhes/mythtv/mythfrontend.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Name=MythFrontend -Comment=MythFrontend is the primary playback application for MythTV -Exec=mythfrontend --syslog local6 --noupnp --quiet +Comment=Record, playback and watch TV. +Exec=mythfrontend --disable-autodiscovery --noupnp --quiet --syslog local6 Type=Application +Terminal=false Icon=mythtv diff --git a/linhes/mythtv/mythtv-setup.desktop b/linhes/mythtv/mythtv-setup.desktop index fe49a97..d238af1 100644 --- a/linhes/mythtv/mythtv-setup.desktop +++ b/linhes/mythtv/mythtv-setup.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Name=MythTV Setup Comment=Setup application for the MythTV backend server -Exec=mythtv-setup --syslog local6 +Exec=Exec=mythtv-setup --syslog local6 Type=Application +Terminal=false Icon=mythtv -- cgit v0.12