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 49F3B158089 for ; Sun, 1 Oct 2023 08:23:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E17E2BC017; Sun, 1 Oct 2023 08:23:15 +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 1FF012BC017 for ; Sun, 1 Oct 2023 08:23:15 +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 20AF2335C2A for ; Sun, 1 Oct 2023 08:23:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BE6810F4 for ; Sun, 1 Oct 2023 08:23:12 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1696148557.1378bf2991b29cd8e691009d628b310a5079b3b0.fordfrog@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.0.18-r1.ebuild media-sound/strawberry/strawberry-1.0.18.ebuild media-sound/strawberry/strawberry-1.0.20-r1.ebuild media-sound/strawberry/strawberry-1.0.20.ebuild media-sound/strawberry/strawberry-9999.ebuild X-VCS-Directories: media-sound/strawberry/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 1378bf2991b29cd8e691009d628b310a5079b3b0 X-VCS-Branch: master Date: Sun, 1 Oct 2023 08:23:12 +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: 6cf2d3c9-5656-4da8-8fc4-f977e1dad341 X-Archives-Hash: cfebe4f84bad065c3c1e2fcbc134f2eb commit: 1378bf2991b29cd8e691009d628b310a5079b3b0 Author: Miroslav Šulc gentoo org> AuthorDate: Sun Oct 1 08:21:31 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Oct 1 08:22:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1378bf29 media-sound/strawberry: fixed linking against qt Closes: https://bugs.gentoo.org/914985 Thanks-to: Jason A. Donenfeld gentoo.org> Signed-off-by: Miroslav Šulc gentoo.org> .../{strawberry-1.0.18.ebuild => strawberry-1.0.18-r1.ebuild} | 3 +-- .../{strawberry-1.0.20.ebuild => strawberry-1.0.20-r1.ebuild} | 3 +-- media-sound/strawberry/strawberry-9999.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/media-sound/strawberry/strawberry-1.0.18.ebuild b/media-sound/strawberry/strawberry-1.0.18-r1.ebuild similarity index 98% rename from media-sound/strawberry/strawberry-1.0.18.ebuild rename to media-sound/strawberry/strawberry-1.0.18-r1.ebuild index e7b15325921c..3b9cb84b945d 100644 --- a/media-sound/strawberry/strawberry-1.0.18.ebuild +++ b/media-sound/strawberry/strawberry-1.0.18-r1.ebuild @@ -102,8 +102,7 @@ src_configure() { -DENABLE_SONGFINGERPRINTING="$(usex gstreamer)" -DENABLE_UDISKS2="$(usex udisks)" -DENABLE_VLC="$(usex vlc)" - # Disable until we have qt6 in the tree - -DWITH_QT6=OFF + -DQT_VERSION_MAJOR=5 ) use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT diff --git a/media-sound/strawberry/strawberry-1.0.20.ebuild b/media-sound/strawberry/strawberry-1.0.20-r1.ebuild similarity index 98% rename from media-sound/strawberry/strawberry-1.0.20.ebuild rename to media-sound/strawberry/strawberry-1.0.20-r1.ebuild index d228a9e4d370..3db9ec7c7628 100644 --- a/media-sound/strawberry/strawberry-1.0.20.ebuild +++ b/media-sound/strawberry/strawberry-1.0.20-r1.ebuild @@ -102,8 +102,7 @@ src_configure() { -DENABLE_SONGFINGERPRINTING="$(usex gstreamer)" -DENABLE_UDISKS2="$(usex udisks)" -DENABLE_VLC="$(usex vlc)" - # Disable until we have qt6 in the tree - -DWITH_QT6=OFF + -DQT_VERSION_MAJOR=5 ) use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT diff --git a/media-sound/strawberry/strawberry-9999.ebuild b/media-sound/strawberry/strawberry-9999.ebuild index d228a9e4d370..3db9ec7c7628 100644 --- a/media-sound/strawberry/strawberry-9999.ebuild +++ b/media-sound/strawberry/strawberry-9999.ebuild @@ -102,8 +102,7 @@ src_configure() { -DENABLE_SONGFINGERPRINTING="$(usex gstreamer)" -DENABLE_UDISKS2="$(usex udisks)" -DENABLE_VLC="$(usex vlc)" - # Disable until we have qt6 in the tree - -DWITH_QT6=OFF + -DQT_VERSION_MAJOR=5 ) use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT