From 53b9fd5cbb7c4b70d09d0f0f32fa15600e3412ee Mon Sep 17 00:00:00 2001 From: Ivan Lloro Date: Thu, 24 Oct 2024 11:28:32 +0200 Subject: [PATCH] media-gfx/mayo: Qt6-enabled compilation Signed-off-by: Ivan Lloro --- media-gfx/mayo/mayo-0.8.0-r1.ebuild | 40 +++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 media-gfx/mayo/mayo-0.8.0-r1.ebuild diff --git a/media-gfx/mayo/mayo-0.8.0-r1.ebuild b/media-gfx/mayo/mayo-0.8.0-r1.ebuild new file mode 100644 index 0000000000..946167f8f6 --- /dev/null +++ b/media-gfx/mayo/mayo-0.8.0-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qmake-utils desktop xdg + +DESCRIPTION="Opensource 3D CAD viewer and converter" +HOMEPAGE="https://github.com/fougue/mayo" +SRC_URI="https://github.com/fougue/mayo/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-qt/qttranslations:6 + >=media-libs/assimp-5.3.1 + >=sci-libs/opencascade-7.7.0-r2 +