diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-05-10 14:57:31 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-05-10 14:57:31 (GMT) |
commit | df45ba03c50d4e5730df92dbeb20ae6d19570bc6 (patch) | |
tree | 4f16fdb7b731855b973f24bee5f437d0a4160947 | |
parent | 0edd456245ec2767aa827351d77f2c698d83e939 (diff) | |
download | linhes_pkgbuild-df45ba03c50d4e5730df92dbeb20ae6d19570bc6.zip linhes_pkgbuild-df45ba03c50d4e5730df92dbeb20ae6d19570bc6.tar.gz linhes_pkgbuild-df45ba03c50d4e5730df92dbeb20ae6d19570bc6.tar.bz2 |
mythtv: rebuild for python 3.11
-rw-r--r-- | linhes/mythtv/PKGBUILD | 5 | ||||
-rw-r--r-- | linhes/mythtv/mythfrontend.desktop | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/linhes/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD index d5f1176..cc33f24 100644 --- a/linhes/mythtv/PKGBUILD +++ b/linhes/mythtv/PKGBUILD @@ -8,7 +8,7 @@ pkgname=mythtv pkgver=33+fixes.20230423.c4b7e4c4 -pkgrel=1 +pkgrel=2 pkgdesc="A Homebrew PVR project" arch=('x86_64') url="https://www.mythtv.org/" @@ -42,6 +42,7 @@ depends=( 'mariadb-clients' 'perl-dbd-mysql' 'perl-io-socket-inet6' + 'perl-json-xs' 'perl-libwww' 'perl-net-upnp' 'perl-xml-simple' @@ -100,7 +101,7 @@ source=( ) sha256sums=('SKIP' '6adb9d3370111c7d0000b215ae2d83a07a19c1bef5c22657f8caa9593c8efda5' - 'eb220f5c8995ced990678559456fc36fdde86c589770fcf390209a05980fc070' + 'ec4f2330f77f0ac92acf228a4afa3b480cdd2de913cdabedfd43d40b03507557' 'e7965a0d232aefcf8e5e89a96f46b7582a9590d2ae9b4f5b8ee9ab2baa913527' '12cb52bf9b084a4f16419c9370fef0450ce6a11308b0c3f7240f4f83df7e2ab6' 'ecfd02bbbef5de9773f4de2c52e9b2b382ce8137735f249d7900270d304fd333' diff --git a/linhes/mythtv/mythfrontend.desktop b/linhes/mythtv/mythfrontend.desktop index fb1562f..89f8b13 100644 --- a/linhes/mythtv/mythfrontend.desktop +++ b/linhes/mythtv/mythfrontend.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=MythFrontend Comment=MythFrontend is the primary playback application for MythTV -Exec=mythfrontend --syslog local6 --noupnp +Exec=mythfrontend --syslog local6 --noupnp --quiet Type=Application Icon=mythtv |