summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaijian2019-02-04 21:42:26 +0100
committerTaijian2019-02-04 21:42:26 +0100
commit36ed03267aa2cbed50fc443d60bf46e87b337add (patch)
tree3a5485ad3bce8529ca10f994252eb8dd2786da9b
parent0c6ad4b893286c369c6fbf1d49bd57250cb12403 (diff)
downloadaur-36ed03267aa2cbed50fc443d60bf46e87b337add.tar.gz
Ooops, libhdhomerun cannot be just a make-depend...
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24a27770a7e6..0ac68a5aae2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mythtv
pkgdesc = A Homebrew PVR project
pkgver = 30.0
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://www.mythtv.org/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = mythtv
makedepends = git
makedepends = help2man
makedepends = yasm
- makedepends = libmariadbclient
+ makedepends = mariadb-libs
makedepends = libxml2
makedepends = libcec
makedepends = libcdio
@@ -20,7 +20,6 @@ pkgbase = mythtv
makedepends = python2-lxml
makedepends = perl-xml-simple
makedepends = perl-xml-xpath
- makedepends = libhdhomerun
depends = libass
depends = qt5-script
depends = libavc1394
@@ -44,6 +43,7 @@ pkgbase = mythtv
depends = libxrandr
depends = mysql-python
depends = libxnvctrl
+ depends = libhdhomerun
optdepends = glew: for GPU commercial flagging
optdepends = libcec: for consumer electronics control capabilities
optdepends = libxml2: to read blu-ray metadata
diff --git a/PKGBUILD b/PKGBUILD
index 88daad3257f0..b735fe706637 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,16 @@
pkgname=mythtv
pkgver=30.0
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc="A Homebrew PVR project"
arch=('x86_64')
url="https://www.mythtv.org/"
license=('GPL')
depends=('libass' 'qt5-script' 'libavc1394' 'fftw' 'exiv2' 'taglib' 'libva' 'libiec61883' 'perl-net-upnp' 'urlgrabber' 'libsamplerate'
- 'qt5-webkit' 'x265' 'x264' 'jack' 'libvpx' 'libvdpau' 'lame' 'libxinerama' 'libpulse' 'libxrandr' 'mysql-python' 'libxnvctrl')
-makedepends=('git' 'help2man' 'yasm' 'libmariadbclient' 'libxml2' 'libcec' 'libcdio' 'lirc' 'perl-io-socket-inet6' 'perl-libwww'
- 'perl-dbd-mysql' 'python2-lxml' 'perl-xml-simple' 'perl-xml-xpath' 'libhdhomerun')
+ 'qt5-webkit' 'x265' 'x264' 'jack' 'libvpx' 'libvdpau' 'lame' 'libxinerama' 'libpulse' 'libxrandr' 'mysql-python' 'libxnvctrl' 'libhdhomerun')
+makedepends=('git' 'help2man' 'yasm' 'mariadb-libs' 'libxml2' 'libcec' 'libcdio' 'lirc' 'perl-io-socket-inet6' 'perl-libwww'
+ 'perl-dbd-mysql' 'python2-lxml' 'perl-xml-simple' 'perl-xml-xpath')
optdepends=('glew: for GPU commercial flagging'
'libcec: for consumer electronics control capabilities'
'libxml2: to read blu-ray metadata'