Name: | stb_rect_pack-devel |
---|---|
Version: | 1.1^20220908git8b5f1f3 |
Release: | 0.3.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 22728 |
License: | MIT OR Unlicense |
RPM: | stb_rect_pack-devel-1.1^20220908git8b5f1f3-0.3.el9.x86_64.rpm |
Source RPM: | stb-0^20220908git8b5f1f3-0.3.el9.src.rpm |
Build Date: | Sun Sep 18 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/nothings/stb |
Summary: | Simple 2D rectangle packer with decent quality |
Description: | Useful for e.g. packing rectangular textures into an atlas. Does not do rotation. Not necessarily the awesomest packing method, but better than the totally naive one in stb_truetype (which is primarily what this is meant to replace). No memory allocations; uses qsort() and assert() from stdlib. Can override those by defining STBRP_SORT and STBRP_ASSERT. This library currently uses the Skyline Bottom-Left algorithm. Please note: better rectangle packers are welcome! Please implement them to the same API, but with a different init function. |
- A few improved descriptions
- Improved summaries based on upstream’s README.md
- Update to 8b5f1f3 - The stb_perlin-devel subpackage has been restored, as upstream believes all relevant patents are now expired.
- Update License to SPDX
- Reword spec file note on stb_include
- Security fix for CVE-2022-28041 (fix RHBZ#2077020, fix RBHZ#2077019)
- Switch to modern snapshot versioning
- Stop numbering patches
- Revert "Work around no ImageMagick on EPEL9"
- Work around no ImageMagick on EPEL9