summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.27/mythtv
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-12-26 23:15:54 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-12-26 23:15:54 (GMT)
commit15d5058bbe99f3046f81206723b8a57a5e4305f9 (patch)
tree363e1b3724a335eae3e7b8c96891cb6fad1feb7f /abs/core/mythtv/stable-0.27/mythtv
parent6368e500e3d5e1a535e519f18c4afab702f3a1bb (diff)
downloadlinhes_pkgbuild-15d5058bbe99f3046f81206723b8a57a5e4305f9.zip
linhes_pkgbuild-15d5058bbe99f3046f81206723b8a57a5e4305f9.tar.gz
linhes_pkgbuild-15d5058bbe99f3046f81206723b8a57a5e4305f9.tar.bz2
mythtv, mythplugins, mythinstall: update to latest.27 fixes
disable mythlogserver and add dclaw as dep for mythgallery to support raw images.
Diffstat (limited to 'abs/core/mythtv/stable-0.27/mythtv')
-rw-r--r--abs/core/mythtv/stable-0.27/mythtv/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD
index 9a7e954..e4c1e0d 100644
--- a/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD
+++ b/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythtv
pkgver=0.27
-pkgrel=7
+pkgrel=8
commit_hash=`cat ../git_src/git_hash`
pkgdesc="A Homebrew PVR project $commit_hash"
arch=('i686' 'x86_64')
@@ -54,6 +54,7 @@ build() {
msg "Configuring mythtv"
ARCH=${CARCH/_/-}
+ #disable mythlogserver due to http://code.mythtv.org/trac/ticket/11230
./configure --prefix=/usr \
--cpu=${ARCH} \
--disable-altivec \
@@ -61,6 +62,7 @@ build() {
--disable-audio-pulse \
--disable-ccache \
--disable-distcc \
+ --disable-mythlogserver \
--dvb-path=/usr/include \
--enable-libfftw3 \
--enable-libmp3lame \