summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Freeman <rich0@gentoo.org>2016-04-17 17:41:53 -0400
committerRichard Freeman <rich0@gentoo.org>2016-04-17 17:42:10 -0400
commit87a09e423bce4d715ab990c61967f5232e85caf4 (patch)
tree05b1e12905c0b696855059164b4ab697ce842e87 /media-tv
parentdev-java/icedtea: v3 tests require sunec, bug #580280 (diff)
downloadgentoo-87a09e423bce4d715ab990c61967f5232e85caf4.tar.gz
gentoo-87a09e423bce4d715ab990c61967f5232e85caf4.tar.bz2
gentoo-87a09e423bce4d715ab990c61967f5232e85caf4.zip
media-tv/mythtv: enable mythlogserver for non-systemd
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/mythtv/metadata.xml2
-rw-r--r--media-tv/mythtv/mythtv-0.28.ebuild8
2 files changed, 4 insertions, 6 deletions
diff --git a/media-tv/mythtv/metadata.xml b/media-tv/mythtv/metadata.xml
index 254db0c54907..e957519bc463 100644
--- a/media-tv/mythtv/metadata.xml
+++ b/media-tv/mythtv/metadata.xml
@@ -45,6 +45,8 @@
that LCD.</flag>
<flag name="lirc">Adds LIRC support directly to MythTV allowing for built in
control via a LIRC device.</flag>
+ <flag name="mythlogserver">Enable support for syslog and file logging. Not
+ used with systemd.</flag>
<flag name="perl">Builds the perl bindings for MythTV. Allows you to write
scripts in Perl to control your MythTV setup or communicate with
it.</flag>
diff --git a/media-tv/mythtv/mythtv-0.28.ebuild b/media-tv/mythtv/mythtv-0.28.ebuild
index 75351857e4fb..467d7d48e233 100644
--- a/media-tv/mythtv/mythtv-0.28.ebuild
+++ b/media-tv/mythtv/mythtv-0.28.ebuild
@@ -25,7 +25,7 @@ KEYWORDS="~amd64 ~x86"
IUSE_INPUT_DEVICES="input_devices_joystick"
IUSE="alsa altivec avahi libass autostart bluray cec crystalhd debug dvb dvd \
-egl fftw +hls ieee1394 jack lcd lirc perl pulseaudio python systemd +theora \
+egl fftw +hls ieee1394 jack lcd lirc +mythlogserver perl pulseaudio python systemd +theora \
vaapi vdpau +vorbis +wrapper +xml xmltv +xvid ${IUSE_INPUT_DEVICES}"
REQUIRED_USE="
@@ -34,7 +34,6 @@ REQUIRED_USE="
theora? ( vorbis )"
COMMON="
- media-gfx/exiv2:=
>=media-libs/freetype-2.0:=
>=media-sound/lame-3.93.1
sys-libs/zlib:=
@@ -47,13 +46,10 @@ COMMON="
dev-qt/qtcore:5=
dev-qt/qtdbus:5=
dev-qt/qtgui:5=
- dev-qt/qtnetwork:5=
dev-qt/qtscript:5=
dev-qt/qtsql:5=[mysql]
dev-qt/qtopengl:5=
dev-qt/qtwebkit:5=
- dev-qt/qtwidgets:5=
- dev-qt/qtxml:5=
x11-misc/wmctrl:=
virtual/mysql
virtual/opengl:=
@@ -257,6 +253,7 @@ src_configure() {
has ccache ${FEATURES} || myconf="${myconf} --disable-ccache"
myconf="${myconf} $(use_enable systemd systemd_notify)"
+ use systemd || myconf="${myconf} $(use_enable mythlogserver)"
chmod +x ./external/FFmpeg/version.sh
@@ -268,7 +265,6 @@ src_configure() {
--extra-cflags="${CFLAGS}" \
--extra-cxxflags="${CXXFLAGS}" \
--extra-ldflags="${LDFLAGS}" \
- --qmake=/usr/lib/qt5/bin/qmake \
${myconf} || die "configure died"
}