From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 8D5571584AD for ; Sun, 27 Apr 2025 21:21:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 78F29343424 for ; Sun, 27 Apr 2025 21:21:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 291001104B9; Sun, 27 Apr 2025 21:21:24 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 1F21D1104B9 for ; Sun, 27 Apr 2025 21:21:24 +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 A0CB134343E for ; Sun, 27 Apr 2025 21:21:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F352255C for ; Sun, 27 Apr 2025 21:21:22 +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: <1745788867.19586a56a25158fe2b85c800be4d590465295a05.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kwave/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kwave/kwave-25.04.0.ebuild X-VCS-Directories: kde-apps/kwave/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 19586a56a25158fe2b85c800be4d590465295a05 X-VCS-Branch: master Date: Sun, 27 Apr 2025 21:21:22 +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: 0bb09c62-e9da-4a8f-8565-9354bc143a71 X-Archives-Hash: a3fe754f2dde79517de0a052476c18ed commit: 19586a56a25158fe2b85c800be4d590465295a05 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 27 20:48:31 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 27 21:21:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19586a56 kde-apps/kwave: Drop unused cmake arg Upstream commit fbff057976e8988e01de0430705a8c75573bcd29 KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=499512 Closes: https://bugs.gentoo.org/954848 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kwave/kwave-25.04.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/kde-apps/kwave/kwave-25.04.0.ebuild b/kde-apps/kwave/kwave-25.04.0.ebuild index 63bb98536125..80982316a8ea 100644 --- a/kde-apps/kwave/kwave-25.04.0.ebuild +++ b/kde-apps/kwave/kwave-25.04.0.ebuild @@ -79,8 +79,6 @@ src_configure() { -DWITH_OGG_VORBIS=$(usex vorbis) -DWITH_OGG_OPUS=$(usex opus) -DWITH_OSS=$(usex oss) - # https://bugs.kde.org/show_bug.cgi?id=499512 - -DWITH_OPTIMIZED_MEMCPY=OFF -DWITH_PULSEAUDIO=$(usex pulseaudio) -DWITH_QT_AUDIO=$(usex qtmedia) )