mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
lib2geom, revbump, cleanup (#12647)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
SUMMARY="Easy to use 2D geometry library in C++"
|
||||
DESCRIPTION="2Geom is a C++ 2D geometry library geared towards robust processing of computational \
|
||||
geometry data associated with vector graphics. The primary design consideration is ease of use \
|
||||
and clarity. It is dual-licensed under LGPL 2.1 and MPL 1.1.
|
||||
and clarity.
|
||||
|
||||
The library is descended from a set of geometric routines present in Inkscape, a vector graphics \
|
||||
editor based around the Scalable Vector Graphics format, the most widespread vector graphics \
|
||||
@@ -12,11 +12,10 @@ Rendering is outside the scope of this library, and it is assumed something like
|
||||
similar is employed for this. 2geom concentrates on higher level algorithms and geometric \
|
||||
computations."
|
||||
HOMEPAGE="https://gitlab.com/inkscape/lib2geom"
|
||||
COPYRIGHT="2014 Developer name
|
||||
2016 Another developer's name"
|
||||
COPYRIGHT="2025 Inkscape Developers"
|
||||
LICENSE="GNU LGPL v2.1
|
||||
MPL v1.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://gitlab.com/inkscape/lib2geom/-/archive/$portVersion/lib2geom-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="717a87ce7f2192271a789c1273ae7b432856c522647b9fe33bb4dd662942b3ea"
|
||||
|
||||
@@ -87,8 +86,3 @@ INSTALL()
|
||||
$developDir \
|
||||
$libDir/cmake
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user