add media-gfx/solvespace
This commit is contained in:
parent
f0a3f056f8
commit
8d75228eaa
1 changed files with 36 additions and 0 deletions
36
media-gfx/solvespace/solvespace-9999.ebuild
Normal file
36
media-gfx/solvespace/solvespace-9999.ebuild
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit git-r3 cmake-utils
|
||||||
|
|
||||||
|
DESCRIPTION="Parametric 2d/3d CAD"
|
||||||
|
HOMEPAGE="http://solvespace.com/"
|
||||||
|
EGIT_REPO_URI="https://github.com/solvespace/solvespace"
|
||||||
|
EGIT_SUBMODULES=( '*libdxfrw' 'extlib/flatbuffers' 'extlib/q3d' 'extlib/mimalloc' )
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
sys-libs/zlib
|
||||||
|
dev-libs/json-c
|
||||||
|
x11-libs/cairo
|
||||||
|
dev-cpp/gtkmm:3.0
|
||||||
|
dev-cpp/pangomm
|
||||||
|
media-libs/fontconfig
|
||||||
|
media-libs/freetype
|
||||||
|
media-libs/glu
|
||||||
|
media-libs/libpng
|
||||||
|
dev-libs/libspnav"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
CMAKE_BUILD_TYPE="Release"
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
local mycmakeargs=("-DENABLE_TESTS=OFF")
|
||||||
|
cmake-utils_src_configure
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue