summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2023-02-23 16:00:30 (GMT)
committerBritney Fransen <brfransen@gmail.com>2023-02-23 16:00:30 (GMT)
commit4eba30d8df83e79a9257dbf8961ac69c474e96ce (patch)
tree584791b8e6a31054612b2374fa8950c82a48e373
parent7e6e79f55fbfb5e5d1dc3829ccce7e2c4d1b1ed5 (diff)
downloadlinhes_pkgbuild-4eba30d8df83e79a9257dbf8961ac69c474e96ce.zip
linhes_pkgbuild-4eba30d8df83e79a9257dbf8961ac69c474e96ce.tar.gz
linhes_pkgbuild-4eba30d8df83e79a9257dbf8961ac69c474e96ce.tar.bz2
mythtv & mythplugins: update to 33/fixes
-rw-r--r--linhes/mythplugins/PKGBUILD4
-rw-r--r--linhes/mythtv/PKGBUILD13
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 <dorphell@archlinux.org>
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 \