diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-01-22 02:58:28 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-01-22 02:58:28 (GMT) |
commit | 6bb3c6b0f60309209f229bc3f682d2f9c0fe3628 (patch) | |
tree | 02b0e9c6e49f2e6c0c1b6d389e02c4d808e8e489 | |
parent | 7927c8435848ff230d3b052086aade3e092a155c (diff) | |
download | linhes_pkgbuild-6bb3c6b0f60309209f229bc3f682d2f9c0fe3628.zip linhes_pkgbuild-6bb3c6b0f60309209f229bc3f682d2f9c0fe3628.tar.gz linhes_pkgbuild-6bb3c6b0f60309209f229bc3f682d2f9c0fe3628.tar.bz2 |
mythtv & mythplugins: update to latest
-rw-r--r-- | linhes/mythplugins/PKGBUILD | 2 | ||||
-rw-r--r-- | linhes/mythtv/PKGBUILD | 4 | ||||
-rw-r--r-- | linhes/mythtv/__changelog | 1 | ||||
-rw-r--r-- | 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 <dorphell@archlinux.org> 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] |