From 4eba30d8df83e79a9257dbf8961ac69c474e96ce Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 23 Feb 2023 11:00:30 -0500 Subject: mythtv & mythplugins: update to 33/fixes --- linhes/mythplugins/PKGBUILD | 4 ++-- linhes/mythtv/PKGBUILD | 13 ++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/linhes/mythplugins/PKGBUILD b/linhes/mythplugins/PKGBUILD index 480a2f3..f464d0b 100644 --- a/linhes/mythplugins/PKGBUILD +++ b/linhes/mythplugins/PKGBUILD @@ -13,9 +13,9 @@ pkgname=('mythplugins-mytharchive' 'mythplugins-mythweather' 'mythplugins-mythweb' 'mythplugins-mythzoneminder') -br=fixes/32 +br=fixes/33 t="${br#*/}+${br%/[0-9][0-9]}" -pkgver=32+fixes.20230203.23e158cb +pkgver=33+fixes.20230219.c273ed0f pkgrel=1 epoch=0 arch=('any') diff --git a/linhes/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD index 97d2dc6..7f7a18d 100644 --- a/linhes/mythtv/PKGBUILD +++ b/linhes/mythtv/PKGBUILD @@ -7,15 +7,15 @@ # Contributor: dorphell pkgname=mythtv -pkgver=32+fixes.20230203.23e158cb -pkgrel=2 +pkgver=33+fixes.20230213.a803b198 +pkgrel=1 pkgdesc="A Homebrew PVR project" arch=('x86_64') url="https://www.mythtv.org/" license=('GPL') depends=( 'exiv2' - 'fftw' +# 'fftw' 'lame' 'libass' 'libavc1394' @@ -81,7 +81,7 @@ makedepends=( conflicts=('myththemes' 'mythplugins-mythvideo' 'mythtv-git') replaces=('myththemes' 'mythplugins-mythvideo' 'mythtv-git') source=( - "git+https://github.com/MythTV/mythtv#branch=fixes/32" + "git+https://github.com/MythTV/mythtv#branch=fixes/33" 'mythbackend.service' 'mythfrontend.desktop' 'mythtv-setup.desktop' @@ -100,7 +100,7 @@ sha256sums=('SKIP' prepare() { msg2 "PKGBUILD pkgver: $pkgver" cd "${srcdir}/mythtv/mythtv" - gitsrcver=`echo "32+fixes.$(git show -s --format=%cd --date=short | tr -d -).$(git rev-parse --short=8 HEAD)"` + gitsrcver=`echo "33+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)." @@ -109,7 +109,7 @@ prepare() { pkgver() { cd "${srcdir}/mythtv/mythtv" - echo -n "32+fixes.$(git show -s --format=%cd --date=short | tr -d -).$(git rev-parse --short=8 HEAD)" + echo -n "33+fixes.$(git show -s --format=%cd --date=short | tr -d -).$(git rev-parse --short=8 HEAD)" } build() { @@ -128,7 +128,6 @@ CFLAGS="-march=x86-64 -mtune=amdfam10 -O2 -pipe -fno-plt -fexceptions \ --disable-altivec \ --disable-audio-jack \ --disable-distcc \ - --enable-libfftw3 \ --enable-libmp3lame \ --enable-libvpx \ --enable-libx264 \ -- cgit v0.12