This is a source collection of the packages used in the first release
of Gimp 2.4.7 for AmiCygnix.
All included packages are provided as diff files. You need to download the
original archives and patch them with the corresponding diff file. In the
following summary all packages are listed together with a link, where you
can download the original archive.
In every package you can find an amigados scripts called
"amicygnix-configure.bat". Use the script to configure the project. I have
included the makefiles and config files created by configure. Some of them
are modified by hand. You CAN'T compile the packages with these files, you
must reconfigure the package.
IMPORTANT: Please copy your projects to "Cygnix:Development" or
"Cygnix:CygnixPPC/local/src" and not to "Cygnix:CygnixPPC/src"
and use the prefix "/Cygnix/CygnixPPC/local" for configure!
Included packages:
------------------
Package name Download link
------------ -------------
gimp-2.4.7.tar.bz2 http://artfiles.org/gimp.org/gimp/v2.4/
gimp-2.4.7.tar.bz2
lcms-1.16.tar.gz http://www.littlecms.com/lcms-1.16.tar.gz
libart_lgpl-2.3.17.tar.gz http://ftp.gnome.org/pub/GNOME/sources
How to patch:
-------------
Example: Patch the gimp-2.4.7 package:
* Download the original archive and unpack the archive to (for example) "ram:"
Afterwards a directory called "gimp-2.4.7" is located in "ram:"
* Copy the corresponding patch file "gimp-2.4.7.diff" to "ram:".
* Open a shell and cd into "ram:".
* Type into the shell:
"patch -p1 -u -dgimp-2.4.7 --verbose <gimp-2.4.7.diff"
and press return.
The patch command is included in the AmigaOS4 SDK.
| |