From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E2AA1396D9 for ; Sat, 11 Nov 2017 21:03:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85F89E11D3; Sat, 11 Nov 2017 21:03:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 611CDE11D3 for ; Sat, 11 Nov 2017 21:03:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DF5E33BF01 for ; Sat, 11 Nov 2017 21:03:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0B3F999C for ; Sat, 11 Nov 2017 21:03:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1510434173.798b39d002de345abe0eaae950a3a3c89192d76e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mpd/metadata.xml media-sound/mpd/mpd-0.20.10.ebuild X-VCS-Directories: media-sound/mpd/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 798b39d002de345abe0eaae950a3a3c89192d76e X-VCS-Branch: master Date: Sat, 11 Nov 2017 21:03:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b72404f5-1e65-4f97-8210-04b6423aaa9f X-Archives-Hash: ceb2d0349e6a08ead49a09cfd8535456 commit: 798b39d002de345abe0eaae950a3a3c89192d76e Author: sqozz geekify de> AuthorDate: Fri Sep 1 19:35:49 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 11 21:02:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=798b39d0 media-sound/mpd: Add webdav use flag Committer-comment: Added missing IUSE description and curl REQUIRED_USE. Closes: https://bugs.gentoo.org/629564 media-sound/mpd/metadata.xml | 1 + media-sound/mpd/mpd-0.20.10.ebuild | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/media-sound/mpd/metadata.xml b/media-sound/mpd/metadata.xml index a824cdeb5ff..44d02733ce2 100644 --- a/media-sound/mpd/metadata.xml +++ b/media-sound/mpd/metadata.xml @@ -35,6 +35,7 @@ Build plugin to access soundcloud Enable support for systemd socket activation Support twolame MPEG-2 encoding + Enable using music from a WebDAV share Enable MIDI support via wildmidi Support for ZIP files diff --git a/media-sound/mpd/mpd-0.20.10.ebuild b/media-sound/mpd/mpd-0.20.10.ebuild index 7e3851e85ed..dcde1d4cc46 100644 --- a/media-sound/mpd/mpd-0.20.10.ebuild +++ b/media-sound/mpd/mpd-0.20.10.ebuild @@ -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 @@ -31,6 +31,7 @@ REQUIRED_USE=" recorder? ( || ( ${ENCODER_PLUGINS} ) ) opus? ( ogg ) upnp? ( expat ) + webdav? ( curl expat ) " CDEPEND="!