| Name: | stb_rect_pack-devel | 
|---|---|
| Version: | 1.1 | 
| Release: | 0.5.20210927gitc0c9826.el8 | 
| Architecture: | aarch64 | 
| Group: | Unspecified | 
| Size: | 22709 | 
| License: | MIT or Unlicense | 
| RPM: | stb_rect_pack-devel-1.1-0.5.20210927gitc0c9826.el8.aarch64.rpm | 
| Source RPM: | stb-0-0.5.20210927gitc0c9826.el8.src.rpm | 
| Build Date: | Mon Sep 27 2021 | 
| Build Host: | build-ol8-aarch64.oracle.com | 
| Vendor: | Oracle America | 
| URL: | https://github.com/nothings/stb | 
| Summary: | Rectangle packing | 
| 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.  | 
- Update to c0c9826 (fix RHBZ#2002436) - Removed and obsoleted stb_perlin-devel due to possible patents - Updated stb_truetype to 1.26 - Bug fixes in stb_image (no new version number)
- Fix signature of dummy realloc() for STB_VORBIS_NO_CRT
- Use symlinks so including "stb_foo.h" and "stb/stb_foo.h" both work
- Fix duplicated snapshot information
- Initial package for EPEL8