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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EE5A15812D for ; Mon, 06 Jan 2025 22:58:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B663E0817; Mon, 06 Jan 2025 22:58:18 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EC28E0817 for ; Mon, 06 Jan 2025 22:58: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 885AC340C57 for ; Mon, 06 Jan 2025 22:58:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D76A81D5D for ; Mon, 06 Jan 2025 22:58:14 +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: <1736204105.42d6480e0b07e802e8dcaaf1b4984399d037505a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qmmp/metadata.xml media-sound/qmmp/qmmp-9999.ebuild X-VCS-Directories: media-sound/qmmp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 42d6480e0b07e802e8dcaaf1b4984399d037505a X-VCS-Branch: master Date: Mon, 06 Jan 2025 22:58:14 +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: f3fb9591-fdc3-47d7-b3ae-622badd864f5 X-Archives-Hash: 24c2123d689fbf9804e0ecfb55071bb3 commit: 42d6480e0b07e802e8dcaaf1b4984399d037505a Author: Sergey Torokhov yandex ru> AuthorDate: Sat Sep 21 21:33:46 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 6 22:55:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d6480e media-sound/qmmp: rename USE 'xmp'->'libxmp'; update metadata Bug: https://bugs.gentoo.org/933689 Signed-off-by: Sergey Torokhov yandex.ru> Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/qmmp/metadata.xml | 3 ++- media-sound/qmmp/qmmp-9999.ebuild | 14 +++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/media-sound/qmmp/metadata.xml b/media-sound/qmmp/metadata.xml index 6f150fbd17d6..0694b3588d37 100644 --- a/media-sound/qmmp/metadata.xml +++ b/media-sound/qmmp/metadata.xml @@ -15,7 +15,8 @@ Enable DBus notifiications and MPRIS support Detects the character encoding automatically Enable Game music support - Enable Gnome hotkey support (requires Qt5DBus) + Enable Gnome hotkey support (requires QtDBus) + Enable module files renderer (modplug replacement) Fetch track lyrics from the web Enable midi support using wildmidi library Enable qmmps' notifier system diff --git a/media-sound/qmmp/qmmp-9999.ebuild b/media-sound/qmmp/qmmp-9999.ebuild index 98bde86c0905..a8f1b4fc79ad 100644 --- a/media-sound/qmmp/qmmp-9999.ebuild +++ b/media-sound/qmmp/qmmp-9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake xdg -DESCRIPTION="Qt5-based audio player with winamp/xmms skins support" +DESCRIPTION="Qt-based audio player with winamp/xmms skins support" HOMEPAGE="https://qmmp.ylsoftware.com" if [[ ${PV} != *9999* ]]; then - SRC_URI="https://qmmp.ylsoftware.com/files/${P}.tar.bz2 + SRC_URI="https://qmmp.ylsoftware.com/files/${PN}/$(ver_cut 1-2)/${P}.tar.bz2 https://downloads.sourceforge.net/${PN}-dev/files/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" else @@ -21,9 +21,9 @@ LICENSE="GPL-2" SLOT="0" # KEYWORDS further up IUSE="aac +alsa analyzer archive bs2b cdda cover crossfade cue curl +dbus enca -ffmpeg flac game gnome jack ladspa lyrics +mad midi mms mplayer musepack +ffmpeg flac game gnome jack ladspa libxmp lyrics +mad midi mms mplayer musepack notifier opus oss pipewire projectm pulseaudio qsui qtmedia scrobbler shout sid -sndfile soxr stereo tray udisks +vorbis wavpack xmp" +sndfile soxr stereo tray udisks +vorbis wavpack" REQUIRED_USE=" gnome? ( dbus ) @@ -59,6 +59,7 @@ RDEPEND=" virtual/jack ) ladspa? ( media-plugins/cmt-plugins ) + libxmp? ( media-libs/libxmp ) mad? ( media-libs/libmad:= media-sound/mpg123:= @@ -87,7 +88,6 @@ RDEPEND=" media-libs/libvorbis ) wavpack? ( media-sound/wavpack ) - xmp? ( media-libs/libxmp ) " DEPEND="${RDEPEND}" BDEPEND="dev-qt/linguist-tools:5" @@ -154,7 +154,7 @@ src_configure() { -DUSE_UDISKS="$(usex udisks)" -DUSE_VORBIS="$(usex vorbis)" -DUSE_WAVPACK="$(usex wavpack)" - -DUSE_XMP="$(usex xmp)" + -DUSE_XMP="$(usex libxmp)" ) cmake_src_configure