Skip to content

Commit

Permalink
media-sound/mpd: Add webdav use flag
Browse files Browse the repository at this point in the history
Committer-comment: Added missing IUSE description and curl REQUIRED_USE.
Closes: https://bugs.gentoo.org/629564
  • Loading branch information
sqozz authored and a17r committed Nov 11, 2017
1 parent 2569cbd commit 798b39d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions media-sound/mpd/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<flag name="soundcloud">Build plugin to access soundcloud</flag>
<flag name="systemd">Enable support for systemd socket activation</flag>
<flag name="twolame">Support twolame MPEG-2 encoding</flag>
<flag name="webdav">Enable using music from a WebDAV share</flag>
<flag name="wildmidi">Enable MIDI support via wildmidi</flag>
<flag name="zip">Support for ZIP files</flag>
</use>
Expand Down
4 changes: 3 additions & 1 deletion media-sound/mpd/mpd-0.20.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ IUSE="adplug +alsa ao audiofile bzip2 cdio +curl debug +eventfd expat faad
lame mms libav libmpdclient libsamplerate libsoxr +mad mikmod modplug
mpg123 musepack +network nfs ogg openal opus oss pipe pulseaudio recorder
samba selinux sid +signalfd sndfile soundcloud sqlite systemd tcpd twolame
unicode upnp vorbis wavpack wildmidi zeroconf zip zlib"
unicode upnp vorbis wavpack wildmidi zeroconf zip zlib webdav"

OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
Expand All @@ -31,6 +31,7 @@ REQUIRED_USE="
recorder? ( || ( ${ENCODER_PLUGINS} ) )
opus? ( ogg )
upnp? ( expat )
webdav? ( curl expat )
"

CDEPEND="!<sys-cluster/mpich2-1.4_rc2
Expand Down Expand Up @@ -220,6 +221,7 @@ src_configure() {
$(use_enable wildmidi)
$(use_enable zip zzip)
$(use_enable icu)
$(use_enable webdav)
$(use_enable faad aac)
$(use_with zeroconf zeroconf avahi)
--with-systemdsystemunitdir=$(systemd_get_systemunitdir)
Expand Down

0 comments on commit 798b39d

Please sign in to comment.