![]() |
“The beast is actively interested only in now, and, as it is always now and always shall be, there is an eternity of time for the accomplishment of objects.” - the wisdom of Tarzan |
Kyng Chaos |
No recent News
|
Table of Contents
JPEG
version: 6b This is a part of my UnixImageIO framework. An Xcode project is available to build the framework from sources. libjpeg is a bit old and parts are out-of-date, and there is a bug, so it needs some patching. After expanding the tarball, you need to update some files. First, download this patch for libtool, and unzip it into the source. This contains a couple Mac OS X patches to this version of libtool (updating the source to use the latest libtool is too much work). Also, download this patch for the jpeg makefile and unzip it into the source folder (replace the makefile.cfg there). This corrects install issues. Now, in the source dir: $ cp -f /usr/share/libtool/config.* . $ patch makefile.cfg makefile.cfg.patch Then build for your OSX version: Leopardexport MACOSX_DEPLOYMENT_TARGET=10.5 ./configure --enable-shared --disable-static CC=~/bin/ccub_3264 CFLAGS=-Os make sudo make install Tigerexport MACOSX_DEPLOYMENT_TARGET=10.4 ./configure --enable-shared --disable-static CC=~/bin/ccub_t CFLAGS=-Os make sudo make install HistoricalOld Panther notes.
Something you can do if you want - a patch for a certain type of malformed jpeg-in-tiff created by old Wang software, pretty obscure. You can skip this if you like. You need the libtiff source for this patch: in the libtiff source $ ./configure --enable-shared --enable-static $ make $ sudo make install |
| Copyright © 2004-2008 Kyng Chaos All trademarks and copyrights on this page are owned by their respective owners. |
Powered By Geeklog |