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 78D0B15800A for ; Mon, 12 Jun 2023 19:27:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBF14E094E; Mon, 12 Jun 2023 19:27:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A4EB1E094A for ; Mon, 12 Jun 2023 19:27:33 +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 D6CE5341309 for ; Mon, 12 Jun 2023 19:27:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5820EA97 for ; Mon, 12 Jun 2023 19:27:30 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1686555540.f82d8723c5537742a1adbf5dfc6ded3345969e70.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: f82d8723c5537742a1adbf5dfc6ded3345969e70 X-VCS-Branch: master Date: Mon, 12 Jun 2023 19:27:30 +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: 256bffd0-ad0a-498f-bc25-f4fb6c2ef70e X-Archives-Hash: 238f7364cfefa098a8f85583c9e85fcf commit: f82d8723c5537742a1adbf5dfc6ded3345969e70 Author: Lucio Sauer posteo net> AuthorDate: Mon Jun 12 07:38:12 2023 +0000 Commit: Florian Schmaus gentoo org> 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" }