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 B1CCD138331 for ; Sun, 2 Oct 2016 12:37:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86561E0BB1; Sun, 2 Oct 2016 12:37:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AF34E0BB1 for ; Sun, 2 Oct 2016 12:37:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 151B4340CCB for ; Sun, 2 Oct 2016 12:37:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1F1224A4 for ; Sun, 2 Oct 2016 12:37:40 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1475411800.4362e3634013ae6ec092b5d07e400ec985f3a0ae.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/xmms2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/xmms2/xmms2-0.8-r4.ebuild X-VCS-Directories: media-sound/xmms2/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4362e3634013ae6ec092b5d07e400ec985f3a0ae X-VCS-Branch: master Date: Sun, 2 Oct 2016 12:37:40 +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: 0b7db340-282e-4a82-a12e-8c231eac6bb4 X-Archives-Hash: 84cb60855aa4a968f8f5095ecf2c95c8 commit: 4362e3634013ae6ec092b5d07e400ec985f3a0ae Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 2 11:27:46 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 2 12:36:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4362e363 media-sound/xmms2: Use zeroconf instead of avahi USE flag (#477620) Package-Manager: portage-2.3.1 media-sound/xmms2/xmms2-0.8-r4.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-sound/xmms2/xmms2-0.8-r4.ebuild b/media-sound/xmms2/xmms2-0.8-r4.ebuild index 1aae1b0..7d823b1 100644 --- a/media-sound/xmms2/xmms2-0.8-r4.ebuild +++ b/media-sound/xmms2/xmms2-0.8-r4.ebuild @@ -20,10 +20,10 @@ LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="alpha ~amd64 ~ppc ~x86" -IUSE="aac airplay +alsa ao asf avahi cdda curl cxx ffmpeg flac gvfs ices +IUSE="aac airplay +alsa ao asf cdda curl cxx ffmpeg flac gvfs ices jack mac mlib-update mms +mad modplug mp3 mp4 musepack ofa oss -perl phonehome pulseaudio python ruby -samba +server sid sndfile speex test valgrind +vorbis vocoder wavpack xml" +perl phonehome pulseaudio python ruby samba +server sid sndfile speex +test valgrind +vorbis vocoder wavpack xml zeroconf" RDEPEND="server? ( >=dev-db/sqlite-3.3.4 @@ -32,7 +32,6 @@ RDEPEND="server? ( airplay? ( dev-libs/openssl:0= ) alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao ) - avahi? ( net-dns/avahi[mdnsresponder-compat] ) cdda? ( dev-libs/libcdio-paranoia >=media-libs/libdiscid-0.1.1 >=media-sound/cdparanoia-3.9.8 ) @@ -63,6 +62,7 @@ RDEPEND="server? ( vocoder? ( sci-libs/fftw:3.0= media-libs/libsamplerate ) wavpack? ( media-sound/wavpack ) xml? ( dev-libs/libxml2 ) + zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) ) >=dev-libs/glib-2.12.9 @@ -192,7 +192,7 @@ src_configure() { "DISABLED coreaudio" # MacOS only? " curl" "ENABLED cue" - "avahi daap" + "zeroconf daap" "ENABLED diskwrite" "ENABLED equalizer" "aac faad"