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 E913B158008 for ; Mon, 12 Jun 2023 07:39:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46514E0866; Mon, 12 Jun 2023 07:39:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2D79AE0866 for ; Mon, 12 Jun 2023 07:39:46 +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 0BC4E340EDF for ; Mon, 12 Jun 2023 07:39:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68C26A66 for ; Mon, 12 Jun 2023 07:39:44 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1686555540.f82d8723c5537742a1adbf5dfc6ded3345969e70.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/anki-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/anki-bin/anki-bin-2.1.65.ebuild X-VCS-Directories: app-misc/anki-bin/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: f82d8723c5537742a1adbf5dfc6ded3345969e70 X-VCS-Branch: dev Date: Mon, 12 Jun 2023 07:39:44 +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: 652b1c08-5ce3-46de-9714-a336e9c691d1 X-Archives-Hash: 6c4c41656f6c166f5668bfbd2c83079f commit: f82d8723c5537742a1adbf5dfc6ded3345969e70 Author: Lucio Sauer posteo net> AuthorDate: Mon Jun 12 07:38:12 2023 +0000 Commit: Lucio Sauer posteo net> CommitDate: Mon Jun 12 07:39:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f82d8723 app-misc/anki-bin: add recording optfeature for qt6 Signed-off-by: Lucio Sauer posteo.net> app-misc/anki-bin/anki-bin-2.1.65.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app-misc/anki-bin/anki-bin-2.1.65.ebuild b/app-misc/anki-bin/anki-bin-2.1.65.ebuild index c57a27768..37861a6f0 100644 --- a/app-misc/anki-bin/anki-bin-2.1.65.ebuild +++ b/app-misc/anki-bin/anki-bin-2.1.65.ebuild @@ -81,13 +81,7 @@ pkg_postinst() { xdg_pkg_postinst optfeature "LaTeX in cards" "app-text/texlive[extra] app-text/dvipng" optfeature "sound support" media-video/mpv media-video/mplayer - if use qt6; then - ewarn "Recording support is broken for Qt6 until dev-qt/qtmultimedia" - ewarn "implements support for ALSA or PulseAudio." - ewarn "Consider running Anki with Qt5 if you need recordings." - else - optfeature "recording support" "media-sound/lame[frontend] dev-python/PyQt5[multimedia]" - fi + optfeature "recording support" "media-sound/lame[frontend] dev-python/PyQt$(usex qt6 6 5)[multimedia]" einfo "You can customize the LaTeX header for your cards to fit your needs:" einfo "Notes > Manage Note Types > Options" }