Name: | earcut-hpp-devel |
---|---|
Version: | 2.2.4 |
Release: | 15.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 32808 |
License: | ISC |
RPM: | earcut-hpp-devel-2.2.4-15.el10_0.noarch.rpm |
Source RPM: | earcut-hpp-2.2.4-15.el10_0.src.rpm |
Build Date: | Sat Dec 21 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/mapbox/earcut.hpp |
Summary: | Fast, header-only polygon triangulation |
Description: | A C++ port of earcut.js, a fast, header-only polygon triangulation library. The library implements a modified ear slicing algorithm, optimized by z-order curve hashing and extended to handle holes, twisted polygons, degeneracies and self-intersections in a way that doesn’t guarantee correctness of triangulation, but attempts to always produce acceptable results for practical data like geographical shapes. It’s based on ideas from FIST: Fast Industrial-Strength Triangulation of Polygons by Martin Held and Triangulation by Ear Clipping by David Eberly. |
- Add a SourceLicense field
- Invoke %cmake in %conf rather than in %build
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Remove explicit %set_build_flags, not needed since F36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Fix missing “export” in spec file
- Fix missing upstream bug URL in spec file comment