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 A5C8A15812D for ; Sun, 05 Jan 2025 23:36:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D061EE07A5; Sun, 05 Jan 2025 23:36:12 +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 B4BB9E07A5 for ; Sun, 05 Jan 2025 23:36:12 +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 B7E75340C57 for ; Sun, 05 Jan 2025 23:36:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B2A5D81 for ; Sun, 05 Jan 2025 23:36:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1736120147.e101a4b4d7ecc5815e198c4c035cf7d42ba01806.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/strawberry/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/strawberry/strawberry-1.2.2-r1.ebuild media-sound/strawberry/strawberry-1.2.2.ebuild media-sound/strawberry/strawberry-1.2.3-r1.ebuild media-sound/strawberry/strawberry-1.2.3-r2.ebuild media-sound/strawberry/strawberry-9999.ebuild X-VCS-Directories: media-sound/strawberry/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e101a4b4d7ecc5815e198c4c035cf7d42ba01806 X-VCS-Branch: master Date: Sun, 05 Jan 2025 23:36:10 +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: da0437c6-2799-4584-a487-fa91492e4276 X-Archives-Hash: d3158d9dfb8078419043fb747d2ff424 commit: e101a4b4d7ecc5815e198c4c035cf7d42ba01806 Author: Sam James gentoo org> AuthorDate: Sun Jan 5 23:34:51 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 5 23:35:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e101a4b4 media-sound/strawberry: fix gst-plugins-taglib dependency We want to depend on gst-plugins-taglib itself, not the meta[taglib], given that's not what we actually require. See also 8aa530ef5f9359cb73dbc4a2248118a4fb50dafb in binhost.git and https://github.com/gentoo/gentoo/pull/39436#discussion_r1899846204. Fixes: abda45906f0e009a9aea2f6e7c2566cb656ab9e5 Signed-off-by: Sam James gentoo.org> .../{strawberry-1.2.2.ebuild => strawberry-1.2.2-r1.ebuild} | 5 +++-- .../{strawberry-1.2.3-r1.ebuild => strawberry-1.2.3-r2.ebuild} | 5 +++-- media-sound/strawberry/strawberry-9999.ebuild | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/media-sound/strawberry/strawberry-1.2.2.ebuild b/media-sound/strawberry/strawberry-1.2.2-r1.ebuild similarity index 96% rename from media-sound/strawberry/strawberry-1.2.2.ebuild rename to media-sound/strawberry/strawberry-1.2.2-r1.ebuild index c8643f713b38..62a157052f29 100644 --- a/media-sound/strawberry/strawberry-1.2.2.ebuild +++ b/media-sound/strawberry/strawberry-1.2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -48,7 +48,8 @@ COMMON_DEPEND=" " # Note: sqlite driver of dev-qt/qtsql is bundled, so no sqlite use is required; check if this can be overcome someway; RDEPEND="${COMMON_DEPEND} - media-plugins/gst-plugins-meta:1.0[taglib] + media-plugins/gst-plugins-meta:1.0 + media-plugins/gst-plugins-taglib udisks? ( sys-fs/udisks:2 ) kde? ( kde-frameworks/kglobalaccel ) " diff --git a/media-sound/strawberry/strawberry-1.2.3-r1.ebuild b/media-sound/strawberry/strawberry-1.2.3-r2.ebuild similarity index 96% rename from media-sound/strawberry/strawberry-1.2.3-r1.ebuild rename to media-sound/strawberry/strawberry-1.2.3-r2.ebuild index 3179da1a806c..c2b53b601542 100644 --- a/media-sound/strawberry/strawberry-1.2.3-r1.ebuild +++ b/media-sound/strawberry/strawberry-1.2.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -48,7 +48,8 @@ COMMON_DEPEND=" " # Note: sqlite driver of dev-qt/qtsql is bundled, so no sqlite use is required; check if this can be overcome someway; RDEPEND="${COMMON_DEPEND} - media-plugins/gst-plugins-meta:1.0[taglib] + media-plugins/gst-plugins-meta:1.0 + media-plugins/gst-plugins-taglib udisks? ( sys-fs/udisks:2 ) kde? ( kde-frameworks/kglobalaccel ) " diff --git a/media-sound/strawberry/strawberry-9999.ebuild b/media-sound/strawberry/strawberry-9999.ebuild index 3179da1a806c..c2b53b601542 100644 --- a/media-sound/strawberry/strawberry-9999.ebuild +++ b/media-sound/strawberry/strawberry-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -48,7 +48,8 @@ COMMON_DEPEND=" " # Note: sqlite driver of dev-qt/qtsql is bundled, so no sqlite use is required; check if this can be overcome someway; RDEPEND="${COMMON_DEPEND} - media-plugins/gst-plugins-meta:1.0[taglib] + media-plugins/gst-plugins-meta:1.0 + media-plugins/gst-plugins-taglib udisks? ( sys-fs/udisks:2 ) kde? ( kde-frameworks/kglobalaccel ) "