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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4BA0C158089 for ; Wed, 4 Oct 2023 22:44:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 763A82BC025; Wed, 4 Oct 2023 22:44:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DC132BC025 for ; Wed, 4 Oct 2023 22:44:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9516B335CE3 for ; Wed, 4 Oct 2023 22:44:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04CA8994 for ; Wed, 4 Oct 2023 22:44:16 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1696459418.877e3a93fbb9e7f71be4a0232db12ff7c5affb35.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/xmms2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/xmms2/metadata.xml media-sound/xmms2/xmms2-0.9.3-r1.ebuild X-VCS-Directories: media-sound/xmms2/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 877e3a93fbb9e7f71be4a0232db12ff7c5affb35 X-VCS-Branch: master Date: Wed, 4 Oct 2023 22:44:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 07fe6c44-f42a-4b9b-ae85-d3f076ddc8cb X-Archives-Hash: 420e4bd0ab2e75dedbc5ba4b20a753d7 commit: 877e3a93fbb9e7f71be4a0232db12ff7c5affb35 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Oct 4 22:40:35 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Oct 4 22:43:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877e3a93 media-sound/xmms2: drop IUSE=ofa Bug: https://bugs.gentoo.org/915190 Signed-off-by: Ionen Wolkens gentoo.org> media-sound/xmms2/metadata.xml | 1 - media-sound/xmms2/xmms2-0.9.3-r1.ebuild | 9 ++------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/media-sound/xmms2/metadata.xml b/media-sound/xmms2/metadata.xml index c0c77429c86b..0f0c6702194d 100644 --- a/media-sound/xmms2/metadata.xml +++ b/media-sound/xmms2/metadata.xml @@ -13,7 +13,6 @@ Install xmms2-libvisual for use with the 'visualization' effect Support for Monkey's Audio (APE) format using media-sound/mac Enable building of xmms2-mlib-updater client - Support for Open Fingerprint Architecture (OFA) Build xmms2 player daemon (otherwise only clients are built) Support for C64 SID using media-libs/libsidplay Support Vorbis using an alternate fixed-point decoder with media-libs/tremor diff --git a/media-sound/xmms2/xmms2-0.9.3-r1.ebuild b/media-sound/xmms2/xmms2-0.9.3-r1.ebuild index c4c3d80df577..35f77f9d00b6 100644 --- a/media-sound/xmms2/xmms2-0.9.3-r1.ebuild +++ b/media-sound/xmms2/xmms2-0.9.3-r1.ebuild @@ -27,10 +27,10 @@ XMMS2_PLUGINS=( aac:faad airplay alsa ao :asx cdda :cue curl :diskwrite :equalizer ffmpeg:apefile,asf,avcodec,flv,tta :file flac fluidsynth:fluidsynth,mid1,midsquash gme :html ices :icymetaint :id3v2 jack :karaoke :m3u mac +mad mms modplug - mp3:mpg123 :mp4 musepack :normalize :null :nulstripper ofa opus oss :pls + mp3:mpg123 :mp4 musepack :normalize :null :nulstripper opus oss :pls pulseaudio:pulse :replaygain samba sid sndfile speex tremor vocoder +vorbis :wave wavpack :xml xml:rss,xspf zeroconf:daap - # disabled: coreaudio,gvfs,nms,sc68,sun,waveout + # disabled: coreaudio,gvfs,nms,ofa,sc68,sun,waveout ) IUSE=" @@ -79,11 +79,6 @@ COMMON_DEPEND=" modplug? ( media-libs/libmodplug ) mp3? ( media-sound/mpg123 ) musepack? ( media-sound/musepack-tools ) - ofa? ( - dev-libs/expat - media-libs/libofa - sci-libs/fftw:3.0= - ) opus? ( media-libs/opusfile ) pulseaudio? ( media-libs/libpulse ) samba? ( net-fs/samba )