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 AEF6A138334 for ; Sun, 18 Nov 2018 11:58:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6308E0EC4; Sun, 18 Nov 2018 11:58:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 97BB8E0EC4 for ; Sun, 18 Nov 2018 11:58:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 78CFB335C3D for ; Sun, 18 Nov 2018 11:58:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23BC3468 for ; Sun, 18 Nov 2018 11:58:44 +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: <1542542309.dab7fa8f732c927b0ed0acfd762516ed833debeb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild media-plugins/audacious-plugins/audacious-plugins-9999.ebuild X-VCS-Directories: media-plugins/audacious-plugins/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dab7fa8f732c927b0ed0acfd762516ed833debeb X-VCS-Branch: master Date: Sun, 18 Nov 2018 11:58:44 +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: 24bbadce-4495-485d-95f6-44e97853dad8 X-Archives-Hash: ff0197e80748ba83ff9132f73578f20c commit: dab7fa8f732c927b0ed0acfd762516ed833debeb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 18 11:53:30 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 18 11:58:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab7fa8f media-plugins/audacious-plugins: Re-add USE libnotify, allow with qt5 Reported-by: William Pettersson ewpettersson.se> Closes: https://bugs.gentoo.org/671418 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild | 4 +++- media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild index 968cfc47338..5871219ae3b 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild @@ -18,7 +18,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth http gme jack lame libav +IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth http gme jack lame libav libnotify libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack" REQUIRED_USE=" || ( alsa jack pulseaudio sdl ) @@ -78,6 +78,7 @@ RDEPEND=" virtual/jack ) lame? ( media-sound/lame ) + libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate:= ) lirc? ( app-misc/lirc ) mms? ( >=media-libs/libmms-0.3 ) @@ -136,6 +137,7 @@ src_configure() { $(use_enable http neon) \ $(use_enable jack) \ $(use_enable lame filewriter_mp3) \ + $(use_enable libnotify notify) \ $(use_enable libsamplerate resample) \ $(use_enable lirc) \ $(use_enable mms) \ diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild index 2481a86bccb..57cc7a7ae92 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild @@ -24,7 +24,7 @@ IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth hotkeys libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack" REQUIRED_USE=" ^^ ( gtk gtk3 qt5 ) - qt5? ( !hotkeys !libnotify ) + qt5? ( !hotkeys ) || ( alsa jack pulseaudio sdl ) ampache? ( qt5 http )"