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>
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="
theora? ( vorbis )"
COMMON="
- media-gfx/exiv2:=
>=media-libs/freetype-2.0:=
>=media-sound/lame-3.93.1
sys-libs/zlib:=
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:=
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
--extra-cflags="${CFLAGS}" \
--extra-cxxflags="${CXXFLAGS}" \
--extra-ldflags="${LDFLAGS}" \
- --qmake=/usr/lib/qt5/bin/qmake \
${myconf} || die "configure died"
}