From 6bb3c6b0f60309209f229bc3f682d2f9c0fe3628 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Sat, 21 Jan 2023 21:58:28 -0500 Subject: mythtv & mythplugins: update to latest --- linhes/mythplugins/PKGBUILD | 2 +- linhes/mythtv/PKGBUILD | 4 ++-- linhes/mythtv/__changelog | 1 + linhes/mythtv/mythbackend.service | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/linhes/mythplugins/PKGBUILD b/linhes/mythplugins/PKGBUILD index 559281a..fb427e0 100644 --- a/linhes/mythplugins/PKGBUILD +++ b/linhes/mythplugins/PKGBUILD @@ -15,7 +15,7 @@ pkgname=('mythplugins-mytharchive' 'mythplugins-mythzoneminder') br=fixes/32 t="${br#*/}+${br%/[0-9][0-9]}" -pkgver=32+fixes.20221229.e74f587d +pkgver=32+fixes.20230121.35f323c8 pkgrel=1 epoch=0 arch=('any') diff --git a/linhes/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD index 1c0f972..016bd89 100644 --- a/linhes/mythtv/PKGBUILD +++ b/linhes/mythtv/PKGBUILD @@ -7,7 +7,7 @@ # Contributor: dorphell pkgname=mythtv -pkgver=32+fixes.20221227.1efbcb14 +pkgver=32+fixes.20230121.71d44aff pkgrel=1 pkgdesc="A Homebrew PVR project" arch=('x86_64') @@ -88,7 +88,7 @@ source=( 'sysusers.d' ) sha256sums=('SKIP' - '3c356d030c8e5fb8cbe7bc01041848c4e8073b0a696c0f34a3e3cc0fd83ecf0b' + '37c07fc6b1fac03f6c8ab394b3e2c8223ea7d8c6af0056d397f60f781916f2bb' '3fd2018d0d5aaa7d530835305dac80d4ca7d8fc991cdf9e1cebadebd86e25c03' '12cb52bf9b084a4f16419c9370fef0450ce6a11308b0c3f7240f4f83df7e2ab6' 'ecfd02bbbef5de9773f4de2c52e9b2b382ce8137735f249d7900270d304fd333' diff --git a/linhes/mythtv/__changelog b/linhes/mythtv/__changelog index bcb84cf..b9c3591 100644 --- a/linhes/mythtv/__changelog +++ b/linhes/mythtv/__changelog @@ -1,3 +1,4 @@ PKGBUILD: disable jack and remove dep PKGBUILD: move all opt deps to deps PKGBUILD: change CFLAGS, CXXFLAGS, and LDFLAGS to use fPIC due to ffmpeg build issue +mythbackend.service: add --systemd-journal to exec diff --git a/linhes/mythtv/mythbackend.service b/linhes/mythtv/mythbackend.service index e760e77..3535a1f 100644 --- a/linhes/mythtv/mythbackend.service +++ b/linhes/mythtv/mythbackend.service @@ -6,7 +6,7 @@ After=network.target mysqld.service systemd-udev-settle.service [Service] Type=simple User=mythtv -ExecStart=/usr/bin/mythbackend +ExecStart=/usr/bin/mythbackend --systemd-journal Restart=on-failure [Install] -- cgit v0.12