From efe9ada557ea8d64fb00fd6672d1c3aa5177f66f Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Sun, 12 Apr 2026 21:49:44 -0400 Subject: mythtv: remove some unneeded deps and configure options --- linhes/mythtv/PKGBUILD | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/linhes/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD index 1648b2d..b5046fa 100644 --- a/linhes/mythtv/PKGBUILD +++ b/linhes/mythtv/PKGBUILD @@ -9,7 +9,7 @@ pkgname=mythtv pkgver=36+fixes.20260410.0fb9e4f3 -pkgrel=2 +pkgrel=4 pkgdesc="A Homebrew PVR project" _mythversion=36 arch=('x86_64') @@ -19,7 +19,6 @@ depends=( 'aom' 'dav1d' 'exiv2' - 'fftw' 'lame' 'libass' 'libavc1394' @@ -35,14 +34,12 @@ depends=( 'libxml2' 'libxrandr' 'libzip' - 'lzo' 'qt5-script' # 'qt6-base' 'soundtouch' 'taglib' 'x264' 'x265' - 'glew' 'libcec' 'mariadb' 'mariadb-clients' @@ -64,30 +61,14 @@ depends=( ) makedepends=( 'git' - 'help2man' 'libcdio' - 'libcec' 'libmariadbclient' - 'libxml2' 'lirc' 'nasm' - 'perl-dbd-mysql' - 'perl-io-socket-inet6' - 'perl-libwww' - 'perl-net-upnp' - 'perl-xml-simple' - 'perl-xml-xpath' - 'python-lxml' - 'python-mysqlclient' 'python-pip' - 'python-pyqt5-webengine' -# 'python-pyqt6-webengine' - 'python-requests' 'python-setuptools' - 'python-simplejson' -# 'python-wheel' + 'python-wheel' 'qt5-tools' - 'yasm' ) options=(!lto) @@ -154,9 +135,6 @@ build() { ARCH="${CARCH/_/-}" ./configure --prefix=/usr \ --cpu="$ARCH" \ - --disable-altivec \ - --disable-audio-jack \ - --disable-distcc \ --enable-libaom \ --enable-libdav1d \ --enable-libmp3lame \ @@ -164,10 +142,10 @@ build() { --enable-libx264 \ --enable-libx265 \ --enable-libxvid \ - --enable-vaapi \ --with-bindings=python \ --with-bindings=perl \ --perl-config-opts=INSTALLDIRS=vendor + echo "###### STARTING MAKE ####" make } -- cgit v0.12