Fri, 05 Jul 2024 08:13:25 UTC | login

Information for build libcgif-0.3.0-2.fc37

ID212719
Package Namelibcgif
Version0.3.0
Release2.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libcgif.git#f080af0ae5bbb04e8fe40e506b32271e30cf4690
SummaryA fast and lightweight GIF encoder
DescriptionA fast and lightweight GIF encoder that can create GIF animations and images. Summary of the main features: - user-defined global or local color-palette with up to 256 colors (limit of the GIF format) - size-optimizations for GIF animations: - option to set a pixel to transparent if it has identical color in the previous frame (transparency optimization) - do encoding just for the rectangular area that differs from the previous frame (width/height optimization) - fast: a GIF with 256 colors and 1024x1024 pixels can be created in below 50 ms even on a minimalistic system - MIT license (permissive) - different options for GIF animations: static image, N repetitions, infinite repetitions - additional source-code for verifying the encoder after making changes - user-defined delay time from one frame to the next (can be set independently for each frame) - source-code conforms to the C99 standard
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 17 Oct 2022 16:48:19 UTC
CompletedMon, 17 Oct 2022 17:13:29 UTC
Taskbuild (f37, /rpms/libcgif.git:f080af0ae5bbb04e8fe40e506b32271e30cf4690)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libcgif.git#f080af0ae5bbb04e8fe40e506b32271e30cf4690'}}
Tags
f37
f38
RPMs
src
libcgif-0.3.0-2.fc37.src.rpm (info) (download)
riscv64
libcgif-0.3.0-2.fc37.riscv64.rpm (info) (download)
libcgif-devel-0.3.0-2.fc37.riscv64.rpm (info) (download)
libcgif-debuginfo-0.3.0-2.fc37.riscv64.rpm (info) (download)
libcgif-debugsource-0.3.0-2.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Apr 25 2022 Remi Collet <remi@remirepo.net> - 0.3.0-1 - update to 0.3.0 * Thu Mar 03 2022 Remi Collet <remi@remirepo.net> - 0.2.1-1 - update to 0.2.1 * Wed Feb 16 2022 Remi Collet <remi@remirepo.net> - 0.2.0-1 - update to 0.2.0 * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sun Jan 02 2022 Remi Collet <remi@remirepo.net> - 0.1.0-1 - update to 0.1.0 * Mon Dec 13 2021 Remi Collet <remi@remirepo.net> - 0.0.4-1 - update to 0.0.4 * Sun Nov 28 2021 Remi Collet <remi@remirepo.net> - 0.0.3-1 - update to 0.0.3 * Tue Nov 09 2021 Remi Collet <remi@remirepo.net> - 0.0.2-1 - update to 0.0.2 * Mon Nov 08 2021 Remi Collet <remi@remirepo.net> - 0.0.1-1 - initial package - add patch to fix missing version in pc file reported as https://github.com/dloebl/cgif/issues/24 from https://github.com/dloebl/cgif/pull/26