summaryrefslogtreecommitdiffstats
path: root/linhes
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2025-01-09 05:28:57 (GMT)
committerBritney Fransen <brfransen@gmail.com>2025-01-09 05:28:57 (GMT)
commit98949699634ef713ae8d81182633e6345b5efe35 (patch)
treecaefa779a6aa3f2e8b921b56e494e4a0e48a0c81 /linhes
parent3a0ad615450ccb89be3f277e83ac569e86c5f7c1 (diff)
downloadlinhes_pkgbuild-98949699634ef713ae8d81182633e6345b5efe35.zip
linhes_pkgbuild-98949699634ef713ae8d81182633e6345b5efe35.tar.gz
linhes_pkgbuild-98949699634ef713ae8d81182633e6345b5efe35.tar.bz2
mythtv: update to latest -fixes
remove deps python-future python-simplejson
Diffstat (limited to 'linhes')
-rw-r--r--linhes/mythtv/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/linhes/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD
index e4fe13d..976f3dc 100644
--- a/linhes/mythtv/PKGBUILD
+++ b/linhes/mythtv/PKGBUILD
@@ -7,13 +7,15 @@
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=mythtv
-pkgver=34+fixes.20241230.e4def11b
+pkgver=34+fixes.20250102.ac34c663
pkgrel=1
pkgdesc="A Homebrew PVR project"
arch=('x86_64')
url="https://www.mythtv.org/"
license=('GPL')
depends=(
+ 'aom'
+ 'dav1d'
'exiv2'
'fftw'
'lame'
@@ -48,14 +50,13 @@ depends=(
'perl-net-upnp'
'perl-xml-simple'
'perl-xml-xpath'
- 'python-future'
'python-lxml'
'python-mysqlclient'
'python-pyqt5-webengine'
'python-requests'
'python-requests-cache'
- 'python-simplejson'
'xmltv'
+ 'xvidcore'
)
makedepends=(
'git'
@@ -71,13 +72,11 @@ makedepends=(
'perl-net-upnp'
'perl-xml-simple'
'perl-xml-xpath'
- 'python-future'
'python-lxml'
'python-mysqlclient'
'python-pip'
'python-requests'
'python-setuptools'
- 'python-simplejson'
'python-wheel'
'qt5-tools'
'yasm'
@@ -160,11 +159,13 @@ build() {
--disable-altivec \
--disable-audio-jack \
--disable-distcc \
+ --enable-libaom \
--enable-libdav1d \
--enable-libmp3lame \
--enable-libvpx \
--enable-libx264 \
--enable-libx265 \
+ --enable-libxvid \
--enable-vaapi \
--with-bindings=python \
--with-bindings=perl \