Bug 165938 - media-libs/freeimage-3.92 (new ebuild)
Bug#: 165938 Product:  Gentoo Linux Version: 2006.1 Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: steve@chinavfx.net
Component: Ebuilds
URL: 
Summary: media-libs/freeimage-3.92 (new ebuild)
Keywords:  EBUILD
Status Whiteboard: 
Opened: 2007-02-08 16:48 0000
Description:   Opened: 2007-02-08 16:48 0000
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

------- Comment #1 From Steve Yin 2007-02-08 16:49:00 0000 -------
Created an attachment (id=109557) [details]
ebuild for FreeImage

------- Comment #2 From Steve Yin 2007-02-08 16:49:55 0000 -------
Created an attachment (id=109559) [details]
patch to the freeimage's makefiles

------- Comment #3 From Steve Yin 2007-02-08 16:50:53 0000 -------
forgot to say, this baby should be media-libs/FreeImage

------- Comment #4 From Steve Yin 2007-02-09 07:44:56 0000 -------
Created an attachment (id=109600) [details]
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.

------- Comment #5 From foobat@gmail.com 2007-02-15 13:09:22 0000 -------
Created an attachment (id=110274) [details]
modded ebuild

really minor edit, so that the ebuild is now completely lowercase

------- Comment #6 From Sergey Belyashov 2007-02-16 20:21:59 0000 -------
Created an attachment (id=110417) [details]
media-libs/freeimage-3.9.3.ebuild

------- Comment #7 From Sergey Belyashov 2007-02-16 20:22:37 0000 -------
Created an attachment (id=110418) [details]
files/freeimage-3.9.3-make.patch

------- Comment #8 From Patrick Zimmermann 2007-03-03 16:52:43 0000 -------
Created an attachment (id=111946) [details]
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.

------- Comment #9 From Patrick Zimmermann 2007-03-04 18:51:57 0000 -------
Created an attachment (id=112104) [details]
freeimage-3.9.3.ebuild

Make use of ${S}.

------- Comment #10 From Patrick Zimmermann 2007-03-06 20:47:14 0000 -------
This is now in the sunrise overlay. You can find it at:
http://www.gentoo-sunrise.org/sunrise/browser/sunrise/media-libs/freeimage

------- Comment #11 From Tristan Heaven 2007-03-31 05:57:40 0000 -------
fixed