Skip to content

Commit

Permalink
media-tv/mythtv: enable mythlogserver for non-systemd
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
rich0 committed Apr 17, 2016
1 parent 1d67c36 commit 87a09e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions media-tv/mythtv/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
8 changes: 2 additions & 6 deletions media-tv/mythtv/mythtv-0.28.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand All @@ -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:=
Expand All @@ -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:=
Expand Down Expand Up @@ -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

Expand All @@ -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"
}

Expand Down

0 comments on commit 87a09e4

Please sign in to comment.