From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1491972-garchives=archives.gentoo.org@lists.gentoo.org> 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 534FD158030 for <garchives@archives.gentoo.org>; Thu, 2 Mar 2023 18:01:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77753E07D8; Thu, 2 Mar 2023 18:01:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 56B7EE07D8 for <gentoo-commits@lists.gentoo.org>; Thu, 2 Mar 2023 18:01:26 +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 49588335D98 for <gentoo-commits@lists.gentoo.org>; Thu, 2 Mar 2023 18:01:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC0C3865 for <gentoo-commits@lists.gentoo.org>; Thu, 2 Mar 2023 18:01:22 +0000 (UTC) From: "Piotr Karbowski" <slashbeast@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" <slashbeast@gentoo.org> Message-ID: <1677780033.71d35038e582f27bcca49bc26015f40c0a94ef4c.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/deadbeef/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/deadbeef/deadbeef-1.9.5-r1.ebuild media-sound/deadbeef/deadbeef-1.9.5.ebuild media-sound/deadbeef/metadata.xml X-VCS-Directories: media-sound/deadbeef/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 71d35038e582f27bcca49bc26015f40c0a94ef4c X-VCS-Branch: master Date: Thu, 2 Mar 2023 18:01:22 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fdd41471-2006-4e95-a47d-de61ab45f7f3 X-Archives-Hash: 130d710aa0b3d8e40e91904f42069522 commit: 71d35038e582f27bcca49bc26015f40c0a94ef4c Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org> AuthorDate: Thu Mar 2 18:00:33 2023 +0000 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org> CommitDate: Thu Mar 2 18:00:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d35038 media-sound/deadbeef: 1.9.5-r1 bump, missing USE added. Bug: https://bugs.gentoo.org/896262 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org> .../deadbeef/{deadbeef-1.9.5.ebuild => deadbeef-1.9.5-r1.ebuild} | 7 +++++-- media-sound/deadbeef/metadata.xml | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/media-sound/deadbeef/deadbeef-1.9.5.ebuild b/media-sound/deadbeef/deadbeef-1.9.5-r1.ebuild similarity index 93% rename from media-sound/deadbeef/deadbeef-1.9.5.ebuild rename to media-sound/deadbeef/deadbeef-1.9.5-r1.ebuild index a7bb13b63cfe..ad968e7b294f 100644 --- a/media-sound/deadbeef/deadbeef-1.9.5.ebuild +++ b/media-sound/deadbeef/deadbeef-1.9.5-r1.ebuild @@ -16,10 +16,10 @@ LICENSE=" " SLOT="0" KEYWORDS="~amd64 ~riscv ~x86" -IUSE="aac alsa cdda converter cover dts ffmpeg flac +hotkeys lastfm libsamplerate mp3 musepack nls notify +nullout opus oss pulseaudio sc68 shellexec +supereq threads vorbis wavpack" +IUSE="aac alsa cdda converter cover dts ffmpeg flac +hotkeys lastfm libretro libsamplerate mp3 musepack nls notify +nullout opus oss pulseaudio pipewire sc68 shellexec +supereq threads vorbis wavpack" REQUIRED_USE=" - || ( alsa oss pulseaudio nullout ) + || ( alsa oss pulseaudio pipewire nullout ) " DEPEND=" @@ -51,6 +51,7 @@ DEPEND=" ) opus? ( media-libs/opusfile ) pulseaudio? ( media-sound/pulseaudio ) + pipewire? ( media-video/pipewire ) vorbis? ( media-libs/libvorbis ) wavpack? ( media-sound/wavpack ) dev-libs/libdispatch:= @@ -167,10 +168,12 @@ src_configure () { "$(use_enable nullout)" "$(use_enable opus)" "$(use_enable pulseaudio pulse)" + "$(use_enable pipewire)" "$(use_enable sc68)" "$(use_enable shellexec)" "$(use_enable shellexec shellexecui)" "$(use_enable lastfm lfm)" + "$(use_enable libretro)" "$(use_enable libsamplerate src)" "$(use_enable wavpack)" diff --git a/media-sound/deadbeef/metadata.xml b/media-sound/deadbeef/metadata.xml index acd56395e578..52e021922cf4 100644 --- a/media-sound/deadbeef/metadata.xml +++ b/media-sound/deadbeef/metadata.xml @@ -13,9 +13,11 @@ <flag name="cover">Support for cover art</flag> <flag name="hotkeys">Keyboard shortcuts support</flag> <flag name="lastfm">last.fm/AudioScrobbler protocol support</flag> + <flag name="libretro">libretro resampling plugin</flag> <flag name="libsamplerate">Support the Secret Rabbit Code resampler</flag> <flag name="notify">Desktop notifications support</flag> <flag name="nullout">Dummy output driver</flag> + <flag name="pipewire">Pipewire output plugin</flag> <flag name="sc68">Atari ST and Amiga music player</flag> <flag name="shellexec">Define custom shell commands that can be called on tracks</flag> <flag name="supereq">Enable equalizer</flag>