Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108602 - media-libs/sdl-buffer-0.2.3.1
Summary: media-libs/sdl-buffer-0.2.3.1
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 108604
  Show dependency tree
 
Reported: 2005-10-09 06:52 UTC by crusaderky
Modified: 2011-09-16 19:10 UTC (History)
0 users

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


Attachments
sdl-buffer-0.2.3.ebuild (sdl-buffer-0.2.3.ebuild,728 bytes, text/plain)
2005-10-09 06:53 UTC, crusaderky
Details
media-libs/sdl-buffer-0.2.3.1.ebuild (sdl-buffer-0.2.3.1.ebuild,728 bytes, text/plain)
2007-02-16 15:39 UTC, crusaderky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crusaderky 2005-10-09 06:52:51 UTC
A SDL library that is useful when you have to resize an image multiple times,
like in an interactive image viewer.

The C code is very well tested but expect bugs in the autoconf/automake scripts.

Required by sdlsee.
Comment 1 crusaderky 2005-10-09 06:53:15 UTC
Created attachment 70216 [details]
sdl-buffer-0.2.3.ebuild
Comment 2 SpanKY gentoo-dev 2006-01-29 14:28:09 UTC
any reason you wrote your own instead of simply adding support to sdl-image ?
Comment 3 crusaderky 2006-01-29 15:19:19 UTC
sdl-image is just meant to handle loading (and eventually in the future, saving) from (to) different file format. SDL_buffer doesn't do that - in fact, it's written _on top_ of SDL_image, and it comes in handy whenever you need to resize the same image multiple times.
Comment 4 SpanKY gentoo-dev 2006-09-03 22:23:29 UTC
so why cant said functionality be integrated into SDL_Image ?
Comment 5 crusaderky 2006-09-09 05:10:23 UTC
because, SDL_Image is meant to _load images_.
SDL_gfx is meant to _manipulate an image_.
SDL_buffer is meant to _manipulate an image buffer_, that is, apply multiple manipulations to a single image and then be able to easily revert back to the original.

I didn't patch sdl_image because this has nothing to do with sdl_image, and I didn't patch sdl_gfx becase this adds much more than what the normal sdl_gfx user needs and wants.
Comment 6 crusaderky 2007-02-16 15:39:03 UTC
version bump. same code, only slight modifications to the source package.
Comment 7 crusaderky 2007-02-16 15:39:32 UTC
Created attachment 110389 [details]
media-libs/sdl-buffer-0.2.3.1.ebuild
Comment 8 Mr. Bones. (RETIRED) gentoo-dev 2011-09-16 19:10:07 UTC
upstream went away.