Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284200 - grit-0.8.3.ebuild (New Package)
Summary: grit-0.8.3.ebuild (New Package)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.coranac.com/projects/grit/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2009-09-08 19:19 UTC by Kim Nilsson
Modified: 2009-09-13 08:24 UTC (History)
1 user (show)

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


Attachments
Ebuild for grit-0.8.3 (grit-0.8.3.ebuild,645 bytes, text/plain)
2009-09-08 19:21 UTC, Kim Nilsson
Details
Patch to fix missing include in cli.cpp (cli.patch,528 bytes, patch)
2009-09-08 19:22 UTC, Kim Nilsson
Details | Diff
Patch for fixing iterator implementation in grit_main.cpp (grit_main.patch,1.12 KB, patch)
2009-09-08 19:22 UTC, Kim Nilsson
Details | Diff
Fixed the dependancy part a bit (grit-0.8.3.ebuild,669 bytes, text/plain)
2009-09-08 19:56 UTC, Kim Nilsson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Nilsson 2009-09-08 19:19:16 UTC
This is my attempt at making an ebuild for GRIT. It comes with two patches for making it compile. (GCC 4.4.1)
GRIT (formerly GIT or GBA Image Transmogrifier) is an image conversion utility for developers working with Nintendo GBA and DS.

I suggest dev-util/grit as it is a very handy utility when making homebrew.

Also, it depends on freeimage.
Comment 1 Kim Nilsson 2009-09-08 19:21:12 UTC
Created attachment 203528 [details]
Ebuild for grit-0.8.3
Comment 2 Kim Nilsson 2009-09-08 19:22:13 UTC
Created attachment 203529 [details, diff]
Patch to fix missing include in cli.cpp
Comment 3 Kim Nilsson 2009-09-08 19:22:41 UTC
Created attachment 203530 [details, diff]
Patch for fixing iterator implementation in grit_main.cpp
Comment 4 Kim Nilsson 2009-09-08 19:56:23 UTC
Created attachment 203532 [details]
Fixed the dependancy part a bit