Mon, 05 Jun 2023 23:21:39 UTC

Information for build libAfterImage-1.20-26.el9

ID1904583
Package NamelibAfterImage
Version1.20
Release26.el9
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libAfterImage.git#d417f0ee4fa54bab78d296f2f471a9799e1e0962
SummaryA generic image manipulation library
DescriptionlibAfterImage is a generic image manipulation library. It was initially implemented to address AfterStep Window Manager's needs for image handling, but it evolved into extremely powerful and flexible software, suitable for virtually any project that has needs for loading, manipulating, displaying images, as well as writing images in files. Most of the popular image formats are supported using standard libraries, with XCF, XPM, PPM/PNM, BMP, ICO and TGA being supported internally. GIF, PNG, JPEG, TIFF and SVG formats are supported via standard libraries. Powerful text rendering capabilities included, providing support for TrueType fonts using FreeType library, and anti-aliasing of standard fonts from X window system.
Built byellert
State complete
Volume DEFAULT
StartedTue, 25 Jan 2022 17:17:19 UTC
CompletedTue, 25 Jan 2022 17:23:14 UTC
Taskbuild (epel9-candidate, /rpms/libAfterImage.git:d417f0ee4fa54bab78d296f2f471a9799e1e0962)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libAfterImage.git#d417f0ee4fa54bab78d296f2f471a9799e1e0962'}}
Tags
epel9
RPMs
src
libAfterImage-1.20-26.el9.src.rpm (info) (download)
aarch64
libAfterImage-1.20-26.el9.aarch64.rpm (info) (download)
libAfterImage-apps-1.20-26.el9.aarch64.rpm (info) (download)
libAfterImage-devel-1.20-26.el9.aarch64.rpm (info) (download)
libAfterImage-apps-debuginfo-1.20-26.el9.aarch64.rpm (info) (download)
libAfterImage-debuginfo-1.20-26.el9.aarch64.rpm (info) (download)
libAfterImage-debugsource-1.20-26.el9.aarch64.rpm (info) (download)
ppc64le
libAfterImage-1.20-26.el9.ppc64le.rpm (info) (download)
libAfterImage-apps-1.20-26.el9.ppc64le.rpm (info) (download)
libAfterImage-devel-1.20-26.el9.ppc64le.rpm (info) (download)
libAfterImage-apps-debuginfo-1.20-26.el9.ppc64le.rpm (info) (download)
libAfterImage-debuginfo-1.20-26.el9.ppc64le.rpm (info) (download)
libAfterImage-debugsource-1.20-26.el9.ppc64le.rpm (info) (download)
s390x
libAfterImage-1.20-26.el9.s390x.rpm (info) (download)
libAfterImage-apps-1.20-26.el9.s390x.rpm (info) (download)
libAfterImage-devel-1.20-26.el9.s390x.rpm (info) (download)
libAfterImage-apps-debuginfo-1.20-26.el9.s390x.rpm (info) (download)
libAfterImage-debuginfo-1.20-26.el9.s390x.rpm (info) (download)
libAfterImage-debugsource-1.20-26.el9.s390x.rpm (info) (download)
x86_64
libAfterImage-1.20-26.el9.x86_64.rpm (info) (download)
libAfterImage-apps-1.20-26.el9.x86_64.rpm (info) (download)
libAfterImage-devel-1.20-26.el9.x86_64.rpm (info) (download)
libAfterImage-apps-debuginfo-1.20-26.el9.x86_64.rpm (info) (download)
libAfterImage-debuginfo-1.20-26.el9.x86_64.rpm (info) (download)
libAfterImage-debugsource-1.20-26.el9.x86_64.rpm (info) (download)
Logs
aarch64
hw_info.log
state.log
build.log
root.log
mock_output.log
ppc64le
hw_info.log
state.log
build.log
root.log
mock_output.log
s390x
hw_info.log
state.log
build.log
root.log
mock_output.log
x86_64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Mar 18 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 1.20-26 - Remove l option to ar - it is no longer ignored - causes build failure * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.20-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.20-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.20-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.20-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon May 13 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 1.20-21 - Fix FTBFS (rhbz#1604550, rhbz#1675256) - Add build requires on gcc - Change build requires from libungif-devel to giflib-devel (the libungif compat library is no longer available since Fedora 28) - Port to giflib version 5 and allow unbundling of giflib - Link the shared library with its dependencies and adjust afterimage-libs and afterimage-config --libs to not list the dependencies - Add build requires on librsvg2-devel and build the package with SVG support - Create an -apps subpackage containing the sample programs (used to be part of the -devel subpackage) - Do not enable the GLX extension - it causes problems on newer Fedora releases (rhbz#1708922, rhbz#1615383 [aterm], rhbz#1704691 [root]) - Update the license file with new FSF address