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 E367B158015 for ; Sun, 17 Dec 2023 16:06:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1CB12BC066; Sun, 17 Dec 2023 16:06:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86B792BC060 for ; Sun, 17 Dec 2023 16:06:05 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 2/8] profiles/use.desc: Add USE=sid as a global USE flag Date: Sun, 17 Dec 2023 17:05:26 +0100 Message-ID: <20231217160557.17569-3-mgorny@gentoo.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20231217160557.17569-1-mgorny@gentoo.org> References: <20231217160557.17569-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: aa598823-4fa7-45da-8e10-b03806646cb6 X-Archives-Hash: 9bc561112f995aefc9ca649ad3a617bd Make USE=sid a global flag. It is used consistently in 8 packages. Signed-off-by: Michał Górny --- media-plugins/audacious-plugins/metadata.xml | 1 - media-sound/moc/metadata.xml | 1 - media-sound/mp3blaster/metadata.xml | 3 --- media-sound/mpd/metadata.xml | 1 - media-sound/qmmp/metadata.xml | 1 - media-sound/xmms2/metadata.xml | 1 - media-video/qmplay2/metadata.xml | 1 - media-video/vlc/metadata.xml | 1 - profiles/use.desc | 1 + 9 files changed, 1 insertion(+), 10 deletions(-) diff --git a/media-plugins/audacious-plugins/metadata.xml b/media-plugins/audacious-plugins/metadata.xml index 878449b37107..c4af189aeb30 100644 --- a/media-plugins/audacious-plugins/metadata.xml +++ b/media-plugins/audacious-plugins/metadata.xml @@ -15,7 +15,6 @@ Add support for OpenMPT Build the PipeWire output plugin Build with scrobbler/LastFM submission support - Build with SID (Commodore 64 Audio) support Build with SoX Resampler support Enable speed/pitch effects Build the streamtuner plugin diff --git a/media-sound/moc/metadata.xml b/media-sound/moc/metadata.xml index dd1c349d0568..0d3046ab4ef7 100644 --- a/media-sound/moc/metadata.xml +++ b/media-sound/moc/metadata.xml @@ -7,7 +7,6 @@ Enable tags caching support - Build with SID (Commodore 64 Audio) support Enable support for the media-sound/sndio backend Build vorbis support using an integer implementation of the vorbis library (media-libs/tremor) diff --git a/media-sound/mp3blaster/metadata.xml b/media-sound/mp3blaster/metadata.xml index 4470289da6d7..ef339e2a44a1 100644 --- a/media-sound/mp3blaster/metadata.xml +++ b/media-sound/mp3blaster/metadata.xml @@ -5,9 +5,6 @@ sound@gentoo.org Gentoo Sound project - - Build with SID (Commodore 64 Audio) support - mp3blaster diff --git a/media-sound/mpd/metadata.xml b/media-sound/mpd/metadata.xml index 33e244bc3217..e745e158e220 100644 --- a/media-sound/mpd/metadata.xml +++ b/media-sound/mpd/metadata.xml @@ -32,7 +32,6 @@ PipeWire support Build plugin to access qobuz Enables output plugin for recording radio streams - Build with SID (Commodore 64 Audio) support Use the signalfd function in MPD's event loop Snapcast audio plugin Enable support for the media-sound/sndio backend diff --git a/media-sound/qmmp/metadata.xml b/media-sound/qmmp/metadata.xml index 13b31504cacc..f3b32f35bd28 100644 --- a/media-sound/qmmp/metadata.xml +++ b/media-sound/qmmp/metadata.xml @@ -25,7 +25,6 @@ Enable playback via dev-qt/qtmultimedia Enable audioscrobbler/last.fm support Enable shoutcast plug-in via media-libs/libshout. - Build with SID (Commodore 64 Audio) support Use the SoX resampling library Enable wav playback support via media-libs/libsndfile Enable stereo effect diff --git a/media-sound/xmms2/metadata.xml b/media-sound/xmms2/metadata.xml index 0f0c6702194d..6c6bd5cb82c2 100644 --- a/media-sound/xmms2/metadata.xml +++ b/media-sound/xmms2/metadata.xml @@ -14,7 +14,6 @@ Support for Monkey's Audio (APE) format using media-sound/mac Enable building of xmms2-mlib-updater client 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 Phase vocoder effect plugin Enable support for various XML based playlists and sources: RSS, XSPF diff --git a/media-video/qmplay2/metadata.xml b/media-video/qmplay2/metadata.xml index 061f7e97eba9..1ff69d3717df 100644 --- a/media-video/qmplay2/metadata.xml +++ b/media-video/qmplay2/metadata.xml @@ -19,7 +19,6 @@ Build with SSA/ASS subtitles rendering support Build additional notifications module Build with PipeWire support - Build Chiptune with SIDPLAY support Compile Vulkan shaders using media-libs/shaderc Build with VideoFilters module Build with Visualizations module diff --git a/media-video/vlc/metadata.xml b/media-video/vlc/metadata.xml index 04d77ec3a18e..9e6c642f023f 100644 --- a/media-video/vlc/metadata.xml +++ b/media-video/vlc/metadata.xml @@ -43,7 +43,6 @@ Enable sdl image video decoder (depends on sdl) Enable libssh2 to support SFTP file transfer Enable libshout output - Adds support for playing C64 SID files through media-libs/libsidplay:2 Enable support for the skins2 interface Enable SoX Resampler support via media-libs/soxr Enable support for Secure Reliable Transport (SRT) via net-libs/srt diff --git a/profiles/use.desc b/profiles/use.desc index 5cc8f51e0e38..c0e0d3dfabb8 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -287,6 +287,7 @@ secureboot - Automatically sign efi executables using user specified key selinux - !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur semantic-desktop - Cross-KDE support for semantic search and information retrieval session - Add persistent session support +sid - Enable SID (Commodore 64 Audio) support skey - Enable S/Key (Single use password) authentication support slang - Add support for the slang text display library (it's like ncurses, but different) smartcard - Enable smartcard support -- 2.43.0