summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bunton2019-11-03 07:52:13 +1100
committerJames Bunton2019-11-03 07:52:13 +1100
commitc1513b2bd41d326b8a8e83ff7a3cab5ab856c5a7 (patch)
treeaecf03250e11dfc0d0ad0cf76714f899da17b26c
parent70a0107a185d369939b2acce792a686ef0fb9a50 (diff)
downloadaur-c1513b2bd41d326b8a8e83ff7a3cab5ab856c5a7.tar.gz
Added libbluray dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e8e5262f724..b5c3ab27f969 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mythtv-git
pkgdesc = A Homebrew PVR project
pkgver = 30+fixes.20191016.2855e296
- pkgrel = 1
+ pkgrel = 2
url = https://www.mythtv.org/
arch = x86_64
license = GPL
@@ -43,6 +43,7 @@ pkgbase = mythtv-git
depends = mysql-python
depends = libxnvctrl
depends = libhdhomerun
+ depends = libbluray
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 cdf186ada184..c7973456418e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=mythtv-git
pkgver=30+fixes.20191016.2855e296
-pkgrel=1
+pkgrel=2
pkgdesc="A Homebrew PVR project"
arch=('x86_64')
url="https://www.mythtv.org/"
@@ -16,7 +16,7 @@ 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' 'libhdhomerun')
+ 'mysql-python' 'libxnvctrl' 'libhdhomerun' 'libbluray')
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')