From 9450f19612f3ad87a5af1f215dc8e91417e65e5b Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Sat, 24 Feb 2024 20:15:57 -0500 Subject: mythplugins: update to 34-fixes --- .../mythplugins/001-mythnetvision-configure.patch | 11 ----------- linhes/mythplugins/PKGBUILD | 22 +++++----------------- 2 files changed, 5 insertions(+), 28 deletions(-) delete mode 100644 linhes/mythplugins/001-mythnetvision-configure.patch diff --git a/linhes/mythplugins/001-mythnetvision-configure.patch b/linhes/mythplugins/001-mythnetvision-configure.patch deleted file mode 100644 index 6ccdb8d..0000000 --- a/linhes/mythplugins/001-mythnetvision-configure.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure -+++ b/configure -@@ -630,7 +630,7 @@ - check_py_lib xml || disable_netvision "Python XML library (xml)" - check_py_lib urllib || disable_netvision "Python URL library (urllib)" -- check_py_lib oauth || disable_netvision "Python OAuth library (oauth)" -+ check_py_lib oauthlib || disable_netvision "Python OAuth library (oauth)" - - disabled netvision && echo "Disabling MythNetvision due to missing dependencies." - fi - diff --git a/linhes/mythplugins/PKGBUILD b/linhes/mythplugins/PKGBUILD index 0b4c53c..98b2ca0 100644 --- a/linhes/mythplugins/PKGBUILD +++ b/linhes/mythplugins/PKGBUILD @@ -5,7 +5,6 @@ pkgbase=mythplugins pkgname=('mythplugins-mytharchive' - 'mythplugins-mythbrowser' 'mythplugins-mythgame' 'mythplugins-mythmusic' 'mythplugins-mythnetvision' @@ -13,9 +12,9 @@ pkgname=('mythplugins-mytharchive' 'mythplugins-mythweather' 'mythplugins-mythweb' 'mythplugins-mythzoneminder') -br=fixes/33 +br=fixes/34 t="${br#*/}+${br%/[0-9][0-9]}" -pkgver=33+fixes.20230313.7f288be6 +pkgver=34+fixes.20240220.a88dd47b pkgrel=1 epoch=0 arch=('any') @@ -25,14 +24,13 @@ makedepends=('dvdauthor' 'dvd+rw-tools' 'mesa-libgl' "mythtv>=$pkgver" 'git' 'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size' 'perl-cgi' 'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-simple' 'perl-xml-xpath' 'libhdhomerun' 'python-pillow' 'python-pycurl' 'python-oauthlib' 'gdb' 'mariadb-libs' 'minizip' - 'python-lxml' 'perl-xml-xpath' 'python-urllib3' 'libcdio-paranoia') + 'python-lxml' 'perl-xml-xpath' 'python-urllib3' 'libcdio-paranoia' 'libdiscid' 'libmusicbrainz5' + 'libcoverart') source=("git+https://github.com/MythTV/mythweb#branch=$br" "git+https://github.com/MythTV/mythtv#branch=$br" - '001-mythnetvision-configure.patch' ) sha256sums=('SKIP' - 'SKIP' - '51c9fb042a3f2acf4ab9682cb48e9a123cf8f0e312fd8b25dd187bb56e0d701a') + 'SKIP') pkgver() { cd "${srcdir}/mythtv/$pkgbase" @@ -42,8 +40,6 @@ pkgver() { prepare() { cd "$srcdir/mythtv/$pkgbase" - patch -Np1 < "../../001-mythnetvision-configure.patch" - cd "$srcdir/mythweb" sed -re 's@/usr/local.*/usr/share@/usr/share@' -i 'mythweb.php' @@ -66,14 +62,6 @@ package_mythplugins-mytharchive() { make INSTALL_ROOT="$pkgdir" install } -package_mythplugins-mythbrowser() { - pkgdesc="Mini web browser for MythTV" - depends=('mythtv') - - cd "$srcdir/mythtv/$pkgbase/mythbrowser" - make INSTALL_ROOT="$pkgdir" install -} - package_mythplugins-mythgame() { pkgdesc="Game emulator plugin for MythTV" depends=('mythtv' 'minizip') -- cgit v0.12