| 1 | | [[TOC]] |
| 2 | | |
| 3 | | = PortLog: [wiki:media-libs]/sdl-image = |
| 4 | | |
| 5 | | http://www.libsdl.org/projects/SDL_image/ |
| 6 | | |
| 7 | | == version 1.2.6 == |
| 8 | | |
| 9 | | ||R5||untested|| |
| 10 | | ||BONE||untested|| |
| 11 | | ||Haiku||stable|| |
| 12 | | |
| 13 | | Dependencies: libpng, jpeg, tiff |
| 14 | | |
| 15 | | Copy in Haiku config.guess/.sub files, [http://tools.assembla.com/BePorts/browser/BePorts/trunk/media-libs/sdl-image/SDL_image-1.2.6-haiku.diff Patch]. Then run: |
| 16 | | * cat acinclude/libtool.m4 >> aclocal.m4 |
| 17 | | * cat acinclude/sdl.m4 >> aclocal.m4 |
| 18 | | * aclocal |
| 19 | | * libtoolize --copy --force |
| 20 | | * aclocal |
| 21 | | * autoconf |
| 22 | | * ./autogen.sh |
| 23 | | * ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include |
| 24 | | |
| 25 | | This will build both the shared and static libraries, and include png and jpeg support.[[BR]] |
| 26 | | Theres still an issue getting tiff included. |