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 39C79158020 for ; Thu, 17 Nov 2022 04:57:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03727E03DF; Thu, 17 Nov 2022 04:57: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA272E0824 for ; Thu, 17 Nov 2022 04:57:17 +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 8B86C340F63 for ; Thu, 17 Nov 2022 04:57:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E02785D6 for ; Thu, 17 Nov 2022 04:57:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1668660867.1bf8d3f94b384a467b4fffb9da16712a1b9009e3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pragha/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pragha/pragha-1.3.99.1-r1.ebuild media-sound/pragha/pragha-1.3.99.1.ebuild X-VCS-Directories: media-sound/pragha/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1bf8d3f94b384a467b4fffb9da16712a1b9009e3 X-VCS-Branch: master Date: Thu, 17 Nov 2022 04:57: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: 964c8dd5-f745-4255-80d2-1395bc730e5e X-Archives-Hash: 0ee8d508a9add93a2fdc8a2f7240e3ee commit: 1bf8d3f94b384a467b4fffb9da16712a1b9009e3 Author: Michał Górny gentoo org> AuthorDate: Thu Nov 17 04:49:18 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Nov 17 04:54:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf8d3f9 media-sound/pragha: Correct dependencies Closes: https://bugs.gentoo.org/881567 Signed-off-by: Michał Górny gentoo.org> ...a-1.3.99.1.ebuild => pragha-1.3.99.1-r1.ebuild} | 37 ++++++++++++++-------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/media-sound/pragha/pragha-1.3.99.1.ebuild b/media-sound/pragha/pragha-1.3.99.1-r1.ebuild similarity index 82% rename from media-sound/pragha/pragha-1.3.99.1.ebuild rename to media-sound/pragha/pragha-1.3.99.1-r1.ebuild index 2667de64c421..5284653c476c 100644 --- a/media-sound/pragha/pragha-1.3.99.1.ebuild +++ b/media-sound/pragha/pragha-1.3.99.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,18 +12,24 @@ SRC_URI="https://github.com/pragha-music-player/${PN}/releases/download/v${PV}/$ LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86" -IUSE="cdda +glyr grilo +keybinder koel lastfm libnotify mtp +peas +playlist rygel soup +udev" +IUSE=" + cdda +glyr grilo +keybinder koel lastfm libnotify mtp +peas + +playlist rygel soup +udev +" -COMMON_DEPEND=">=dev-db/sqlite-3.4:3= +DEPEND=" + >=dev-db/sqlite-3.4:3= >=dev-libs/glib-2.42 media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 >=media-libs/taglib-1.8:= >=x11-libs/gtk+-3.14:3 >=xfce-base/libxfce4ui-4.11:=[gtk3(+)] - cdda? ( >=dev-libs/libcdio-0.90:= + cdda? ( + >=dev-libs/libcdio-0.90:= >=dev-libs/libcdio-paranoia-0.90:= - >=media-libs/libcddb-1.3.0:= ) + >=media-libs/libcddb-1.3.0:= + ) glyr? ( >=media-libs/glyr-1.0.1:= ) grilo? ( media-libs/grilo:0.3[network(+)] ) keybinder? ( >=dev-libs/keybinder-0.2.0:3 ) @@ -34,24 +40,29 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4:3= peas? ( >=dev-libs/libpeas-1.0.0[gtk] ) playlist? ( >=dev-libs/totem-pl-parser-2.26:= ) rygel? ( >=net-misc/rygel-0.26 ) - soup? ( >=net-libs/libsoup-2.38:= ) - udev? ( dev-libs/libgudev:= )" -RDEPEND="${COMMON_DEPEND} - media-plugins/gst-plugins-meta:1.0" -DEPEND="${COMMON_DEPEND} + soup? ( >=net-libs/libsoup-2.38:2.4 ) + udev? ( dev-libs/libgudev:= ) +" +RDEPEND=" + ${DEPEND} + media-plugins/gst-plugins-meta:1.0 +" +BDEPEND=" dev-util/intltool >=dev-util/xfce4-dev-tools-4.10 sys-devel/gettext virtual/pkgconfig - xfce-base/exo" -REQUIRED_USE="glyr? ( peas ) +" +REQUIRED_USE=" + glyr? ( peas ) grilo? ( peas ) koel? ( soup ) libnotify? ( peas ) mtp? ( udev ) rygel? ( peas ) soup? ( peas ) - udev? ( peas )" + udev? ( peas ) +" src_configure() { local myconf=(