Search Criteria
Package Details: lib32-freeimage 3.18.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-freeimage.git (read-only, click to copy) |
---|---|
Package Base: | lib32-freeimage |
Description: | Library project for developers who would like to support popular graphics image formats |
Upstream URL: | http://freeimage.sourceforge.net |
Licenses: | GPL, custom:FIPL |
Submitter: | None |
Maintainer: | ducakar |
Last Packager: | ducakar |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2011-02-20 20:34 (UTC) |
Last Updated: | 2020-06-11 21:34 (UTC) |
Dependencies (3)
- freeimage
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- gcc-multilib (gcc-gitAUR, gcc-libs-gitAUR, gcc-fortran-gitAUR, gcc-objc-gitAUR, gcc-ada-gitAUR, gcc-go-gitAUR, gccrs-gitAUR, gccrs-libs-gitAUR, gcc-snapshotAUR, gcc) (make)
Latest Comments
1 2 3 Next › Last »
MarsSeed commented on 2025-03-04 12:11 (UTC)
The package also does not follow Arch package guidelines like extra/freeimage does in relying on shared libraries.
Instead, it builds and bundles the needed llibraries inside a static libfreeimageplus.a; e.g. the old versions of the following ones: libraw, openexr, libjpeg, libpng, libtiff4, zlib, openjpeg, libwebp, libjxr.
Then it goes on to discard the bundled libfreeimageplus.a file.
dreieck commented on 2025-03-04 11:31 (UTC)
Build fails with
gzlib.c:14:17: error: implicit declaration of function ‘lseek’; did you mean ‘fseek’? [-Wimplicit-function-declaration]
and subsequent errors (see below for more detailed log).A workaround is to add
-Wno-error=implicit-function-declaration
to the
CFLAGS
andCXXFLAGS
in thebuild()
function in thePKGBUILD
.Patch:
Please add this workaround if upstream does not fix this code for new GCC versions.
Here more detailed build log:
Regards and thanks for the package!
ducakar commented on 2016-05-28 08:12 (UTC)
balwierz commented on 2016-05-24 23:55 (UTC)
rcrath commented on 2015-06-30 23:07 (UTC)
ducakar commented on 2015-06-28 14:59 (UTC)
rcrath commented on 2015-06-27 04:51 (UTC)
Agt commented on 2015-04-27 20:12 (UTC)
Agt commented on 2015-04-27 18:45 (UTC)
1 2 3 Next › Last »