diff options
Diffstat (limited to 'linhes/mythtv/PKGBUILD')
-rw-r--r-- | linhes/mythtv/PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/linhes/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD index b53eeff..976f3dc 100644 --- a/linhes/mythtv/PKGBUILD +++ b/linhes/mythtv/PKGBUILD @@ -7,13 +7,15 @@ # Contributor: dorphell <dorphell@archlinux.org> pkgname=mythtv -pkgver=34+fixes.20241225.95d013c9 +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' @@ -91,7 +90,6 @@ patches="0031-UPnP-Reduce-startup-latency-by-moving-blocking-code-to-own-thread. 0059-portchecker-speedup.patch 0227-OSD-Add-interlaced-status-to-OSD-debug-screen.patch autoskip_reduce_commskip_jumpback.patch - libx265_build_210.patch defaultThemeLinHES.patch" source=( @@ -116,7 +114,6 @@ sha256sums=('SKIP' '1ed4be912cd1ebd73553306958b7a2bc98e466b947dfb5d90ad7c0590a5a3747' '630c80c588a9b278c4421d356c5cbaa0debf149524bc896656b580b89d8fae88' '8a81e724d902976056dc824e7304df343c230ce67ec6ce1d18e110c5ef818ef6' - '5a3cc5fef32f7a530fb546ce57b82a7b5f87c76944e5c35ed9616776b0b25ee3' '3ff9f48ead83a8dd7a87cc08df066c00813b48b9171cc7bf74ba0e3cb2570d00') prepare() { @@ -162,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 \ |