Mon, 08 Jul 2024 20:18:39 UTC | login

Information for build libcgif-0.3.2-2.fc40

ID266952
Package Namelibcgif
Version0.3.2
Release2.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libcgif.git#c947b04a112486cb41552c9acbd361ba43568218
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
StartedThu, 16 Nov 2023 08:35:20 UTC
CompletedThu, 16 Nov 2023 10:03:06 UTC
Taskbuild (f40, /rpms/libcgif.git:c947b04a112486cb41552c9acbd361ba43568218)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libcgif.git#c947b04a112486cb41552c9acbd361ba43568218'}}
Tags
f40
RPMs
src
libcgif-0.3.2-2.fc40.src.rpm (info) (download)
riscv64
libcgif-0.3.2-2.fc40.riscv64.rpm (info) (download)
libcgif-devel-0.3.2-2.fc40.riscv64.rpm (info) (download)
libcgif-debuginfo-0.3.2-2.fc40.riscv64.rpm (info) (download)
libcgif-debugsource-0.3.2-2.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue May 23 2023 Remi Collet <remi@remirepo.net> - 0.3.2-1 - update to 0.3.2 (no change) * Thu Apr 06 2023 Remi Collet <remi@remirepo.net> - 0.3.1-1 - update to 0.3.1 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * 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