diff options
Diffstat (limited to 'linhes')
-rw-r--r-- | linhes/mythtv/PKGBUILD | 11 |
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 \ |