Mon, 08 Jul 2024 20:11:20 UTC | login

Information for build libcgif-0.3.0-3.fc38

ID242533
Package Namelibcgif
Version0.3.0
Release3.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libcgif.git#cf4b28725ff36cac9cef5c2f6fe42a459d16a225
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, 27 Mar 2023 09:52:57 UTC
CompletedMon, 27 Mar 2023 15:24:06 UTC
Taskbuild (f38, /rpms/libcgif.git:cf4b28725ff36cac9cef5c2f6fe42a459d16a225)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libcgif.git#cf4b28725ff36cac9cef5c2f6fe42a459d16a225'}}
Tags
f38
RPMs
src
libcgif-0.3.0-3.fc38.src.rpm (info) (download)
riscv64
libcgif-0.3.0-3.fc38.riscv64.rpm (info) (download)
libcgif-devel-0.3.0-3.fc38.riscv64.rpm (info) (download)
libcgif-debuginfo-0.3.0-3.fc38.riscv64.rpm (info) (download)
libcgif-debugsource-0.3.0-3.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * 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