-
Add Xcode3 build projects.
Easy build by loading /Mac OS X/gtk+-osx.xcodeproj and selecting the "gtk+-osx Install Public" target. This will build and install gtk+-osx into the /Library/Frameworks directory, and can then be used in Xcode with by adding the glib, gdk, and gtk frameworks to your project.
Other provided targets are:
"gtk+-osx (Embedded)" which build a version that...
2008-03-28 18:07:57 UTC in GTK+ Mac OS X
-
There seems to be a small bug in the jpeg plug-in under cvs. Was always kicking out after checking for cmyk profile, thus, I could never save as a jpeg.
2008-03-16 05:38:43 UTC in CinePaint
-
Well, apparently you can't have a 2.5MB patch file :( For now, I'll place it here: http://www.lightink.us/cinepaint/downloads/Xcode3_build.patch.bz2.
2008-03-14 19:58:17 UTC in CinePaint
-
Adds Xcode3 build environment to the cvs tree. Also adds gtk-1.2.10, glib-1.2.10, jpeg-6b, fltk-1.1.x-r6062, and tiff-3.8.2 that are needed for the Xcode3 build.
gtk-1.2.10 and glib-1.2.10 are put in the tree to keep everything under the cinepaint-project subdirectory.
jpeg-6b is added because I was not able to get the libjpeg directory to compile.
tiff-3.8.2 is added because I was not...
2008-03-14 19:52:29 UTC in CinePaint
-
A small patch that fixes a few formatting errors in configure.in and acinclude.m4 when running aclocal.
2008-01-14 23:51:35 UTC in CinePaint
-
A modified version of PMK that will run from within the
build environment and not require installation before use.
Uses the same syntax for config files as the official
release version. Based on PMK Version 0.9.3.
2005-09-20 03:36:19 UTC in CinePaint
-
This patch creates the files necessary to use pkg-tool
to supply the flags necessary to build against the
libcinepaint library and install the necessary headers
into the /include directory.
2005-08-28 12:25:00 UTC in CinePaint
-
Logged In: YES
user_id=821044
This is a (hopefully) stable patch that allows you to add a
new transparent layer to each loaded image, and to apply the
last filter to each loaded image. This differes from the
original in that the last filter is applied to EVERY loaded
frame. So you must undo the original filter application for
it will be applied to the image a second time.
Applies the...
2005-06-09 04:39:48 UTC in CinePaint
-
Fixes some typos in Makefile.am for the xwd plugin
which was generating
warnings from automake.
2005-06-02 23:27:20 UTC in CinePaint
-
This is an update for the configure.in script.
It should remove the warning messages that generated
when running automake autoconf.
It doesn't add any functionality, just makes life prettier.
laters,
Tom.
2005-05-04 20:34:00 UTC in CinePaint