| 1 | | [[TOC]] |
| 2 | | |
| 3 | | = PortLog: [wiki:media-libs]/jpeg = |
| 4 | | |
| 5 | | http://www.ijg.org/ |
| 6 | | |
| 7 | | == version 6b == |
| 8 | | |
| 9 | | ||R5||untested|| |
| 10 | | ||BONE||untested|| |
| 11 | | ||Haiku||stable|| |
| 12 | | |
| 13 | | Included in Haiku |
| 14 | | |
| 15 | | === revision 2 (scottmc) === |
| 16 | | |
| 17 | | To build with shared libraries, copy in haiku config.guess/.sub files then[[BR]] |
| 18 | | [http://tools.assembla.com/BePorts/browser/BePorts/trunk/media-libs/jpeg/jpeg-6b-haiku.diff Patch], then run: |
| 19 | | [[BR]] |
| 20 | | |
| 21 | | * aclocal |
| 22 | | * libtoolize --force |
| 23 | | * automake --add-missing |
| 24 | | * autoconf |
| 25 | | * ./configure --prefix=/boot/common --enable-shared |
| 26 | | * make |
| 27 | | * make install[[BR]] |
| 28 | | |
| 29 | | ~~You may need to create the shared/man and shared/man/man1 directories to get it to run make install smoothly.~~ |