commit: 29eea93dde6411b1af700ff1d6adb92e824b23af Author: Bernd Waibel <waebbl <AT> gmail <DOT> com> AuthorDate: Sun Dec 23 21:12:50 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Apr 24 20:14:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29eea93d
media-gfx/openscad: add missing dependencies Update metadata.xml to add myself as maintainer (see https://archives.gentoo.org/gentoo-dev/message/3d497dc197a35250614437572ef80e4b) Closes: https://bugs.gentoo.org/661384 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Bernd Waibel <waebbl <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10687 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-gfx/openscad/metadata.xml | 26 ++++++++++++++++++++++---- media-gfx/openscad/openscad-9999.ebuild | 5 ++++- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/media-gfx/openscad/metadata.xml b/media-gfx/openscad/metadata.xml index a11c32d6c96..7b83ba14800 100644 --- a/media-gfx/openscad/metadata.xml +++ b/media-gfx/openscad/metadata.xml @@ -1,8 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <longdescription> -OpenSCAD is a software for creating solid 3D CAD objects. Unlike most free software for creating 3D models (such as the famous application Blender) it does not focus on the artistic aspects of 3D modelling but instead on the CAD aspects. Thus it might be the application you are looking for when you are planning to create 3D models of machine parts but pretty sure is not what you are looking for when you are more interested in creating computer-animated movies. OpenSCAD is free software and available for Linux/UNIX, MS Windows and Mac OS X. - </longdescription> +<maintainer type="person"> + <email>[email protected]</email> + <name>Bernd Waibel</name> +</maintainer> +<maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> +</maintainer> +<longdescription> + OpenSCAD is a software for creating solid 3D CAD objects. Unlike + most free software for creating 3D models (such as the famous + application Blender) it does not focus on the artistic aspects of 3D + modelling but instead on the CAD aspects. Thus it might be the + application you are looking for when you are planning to create 3D + models of machine parts but pretty sure is not what you are looking + for when you are more interested in creating computer-animated movies. + OpenSCAD is free software and available for Linux/UNIX, MS Windows and + Mac OS X. +</longdescription> +<upstream> + <remote-id type="github">openscad/openscad</remote-id> +</upstream> </pkgmetadata> diff --git a/media-gfx/openscad/openscad-9999.ebuild b/media-gfx/openscad/openscad-9999.ebuild index 4dd3247d891..c6641079520 100644 --- a/media-gfx/openscad/openscad-9999.ebuild +++ b/media-gfx/openscad/openscad-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,10 +21,13 @@ DEPEND=" dev-libs/boost:= dev-libs/glib:2 dev-libs/gmp:0= + dev-libs/libzip:= dev-libs/mpfr:0= dev-qt/qtconcurrent:5 dev-qt/qtcore:5 + dev-qt/qtdbus:5 dev-qt/qtgui:5[-gles2] + dev-qt/qtmultimedia:5[-gles2] dev-qt/qtopengl:5 media-gfx/opencsg media-libs/fontconfig:1.0
