Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 165938 - media-libs/freeimage-3.92 (new ebuild)
Summary: media-libs/freeimage-3.92 (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 166468
  Show dependency tree
 
Reported: 2007-02-08 16:48 UTC by Steve Yin
Modified: 2007-03-31 05:57 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for FreeImage (FreeImage-3.9.2.ebuild,844 bytes, text/plain)
2007-02-08 16:49 UTC, Steve Yin
Details
patch to the freeimage's makefiles (gentoo-make.patch,1.73 KB, patch)
2007-02-08 16:49 UTC, Steve Yin
Details | Diff
modded ebuild (FreeImage-3.9.2.ebuild,1.10 KB, text/plain)
2007-02-09 07:44 UTC, Steve Yin
Details
modded ebuild (freeimage-3.9.2.ebuild,1.13 KB, text/plain)
2007-02-15 13:09 UTC, foobat
Details
media-libs/freeimage-3.9.3.ebuild (freeimage-3.9.3.ebuild,1.17 KB, text/plain)
2007-02-16 20:21 UTC, Sergey Belyashov
Details
files/freeimage-3.9.3-make.patch (freeimage-3.9.3-make.patch,2.05 KB, patch)
2007-02-16 20:22 UTC, Sergey Belyashov
Details | Diff
freeimage-3.9.3.ebuild (freeimage-3.9.3.ebuild,1.27 KB, text/plain)
2007-03-03 16:52 UTC, patrick
Details
freeimage-3.9.3.ebuild (freeimage-3.9.3.ebuild,1.23 KB, text/plain)
2007-03-04 18:51 UTC, patrick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Yin 2007-02-08 16:48:21 UTC
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 Steve Yin 2007-02-08 16:49:00 UTC
Created attachment 109557 [details]
ebuild for FreeImage
Comment 2 Steve Yin 2007-02-08 16:49:55 UTC
Created attachment 109559 [details, diff]
patch to the freeimage's makefiles
Comment 3 Steve Yin 2007-02-08 16:50:53 UTC
forgot to say, this baby should be media-libs/FreeImage
Comment 4 Steve Yin 2007-02-09 07:44:56 UTC
Created attachment 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 foobat 2007-02-15 13:09:22 UTC
Created attachment 110274 [details]
modded ebuild

really minor edit, so that the ebuild is now completely lowercase
Comment 6 Sergey Belyashov 2007-02-16 20:21:59 UTC
Created attachment 110417 [details]
media-libs/freeimage-3.9.3.ebuild
Comment 7 Sergey Belyashov 2007-02-16 20:22:37 UTC
Created attachment 110418 [details, diff]
files/freeimage-3.9.3-make.patch
Comment 8 patrick 2007-03-03 16:52:43 UTC
Created attachment 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 patrick 2007-03-04 18:51:57 UTC
Created attachment 112104 [details]
freeimage-3.9.3.ebuild

Make use of ${S}.
Comment 10 patrick 2007-03-06 20:47:14 UTC
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 Tristan Heaven (RETIRED) gentoo-dev 2007-03-31 05:57:40 UTC
fixed