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 7CDF41581FB for ; Fri, 30 Aug 2024 00:47:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 968A3E2A11; Fri, 30 Aug 2024 00:47:44 +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 7B78DE2A11 for ; Fri, 30 Aug 2024 00:47:44 +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 578F2341DD0 for ; Fri, 30 Aug 2024 00:47:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2C611744 for ; Fri, 30 Aug 2024 00:47:41 +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: <1724978843.bdc198bdc90b05f2946f48b45b54118c001575be.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/strawberry/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/strawberry/metadata.xml media-sound/strawberry/strawberry-9999.ebuild X-VCS-Directories: media-sound/strawberry/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bdc198bdc90b05f2946f48b45b54118c001575be X-VCS-Branch: master Date: Fri, 30 Aug 2024 00:47:41 +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: bd9c70f4-f050-43bd-bfe8-cf1f98050dcc X-Archives-Hash: 7924697274f84c0966f8b37e6058ccc1 commit: bdc198bdc90b05f2946f48b45b54118c001575be Author: Gino McCarty protonmail com> AuthorDate: Thu Dec 28 08:56:16 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 30 00:47:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc198bd media-sound/strawberry: Fix missing dev-qt/qtbase:6 slot dep Improve metadata.xml. Salvaging remainder of the review. Bug: https://bugs.gentoo.org/920422 Closes: https://github.com/gentoo/gentoo/pull/34512 Signed-off-by: Gino McCarty protonmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/strawberry/metadata.xml | 2 +- media-sound/strawberry/strawberry-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/strawberry/metadata.xml b/media-sound/strawberry/metadata.xml index c5351200e084..9496c014df75 100644 --- a/media-sound/strawberry/metadata.xml +++ b/media-sound/strawberry/metadata.xml @@ -8,7 +8,7 @@ Enable media-video/vlc backend Enable moodbar support - Enable soup support + Allow streaming with media-plugins/gst-plugins-soup jonaski/strawberry diff --git a/media-sound/strawberry/strawberry-9999.ebuild b/media-sound/strawberry/strawberry-9999.ebuild index d10f402bbdc1..3b96cd045947 100644 --- a/media-sound/strawberry/strawberry-9999.ebuild +++ b/media-sound/strawberry/strawberry-9999.ebuild @@ -46,7 +46,7 @@ COMMON_DEPEND=" ) qt6? ( dev-libs/kdsingleapplication[qt6(+)] - dev-qt/qtbase[concurrent,dbus,gui,network,ssl,sql,sqlite,widgets] + dev-qt/qtbase:6[concurrent,dbus,gui,network,ssl,sql,sqlite,widgets] ) cdda? ( dev-libs/libcdio:= ) gstreamer? (