Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
as it's homepage saids, FreeImage is a library project for developers who would like to support popular graphics image formats (PNG, JPEG, TIFF, BMP and others). Some highlights are: extremely simple in use, not limited to the local PC (unique FreeImageIO) and Plugin driven! Also, dev-games/cegui, and the new dev-games/ogre ( currently in 1.4.0 branch ) need this as a replacement for devil. Devil has a long long long development cycle. so this packages is good :) Reproducible: Always
Created an attachment (id=109557) [edit] ebuild for FreeImage
Created an attachment (id=109559) [edit] patch to the freeimage's makefiles
forgot to say, this baby should be media-libs/FreeImage
Created an attachment (id=109600) [edit] modded ebuild this is the modified ebuild, which fixed the libpng compile problem on amd64 platform, libpng can not use mmx code with gcc-4.1.1 and binutils-2.17.50.0.12 and amd64. compile failed. this new ebuild fixed this, also added doc use, which installs FreeImage392.pdf.
Created an attachment (id=110274) [edit] modded ebuild really minor edit, so that the ebuild is now completely lowercase
Created an attachment (id=110417) [edit] media-libs/freeimage-3.9.3.ebuild
Created an attachment (id=110418) [edit] files/freeimage-3.9.3-make.patch
Created an attachment (id=111946) [edit] freeimage-3.9.3.ebuild I modified Sergey's version a bit, now it creates a symlink usr/lib/libfreeimage.so -> /usr/lib/libfreeimage-3.9.3.so Many packages depend on this.
Created an attachment (id=112104) [edit] freeimage-3.9.3.ebuild Make use of ${S}.
This is now in the sunrise overlay. You can find it at: http://www.gentoo-sunrise.org/sunrise/browser/sunrise/media-libs/freeimage
fixed