This is a source collection of the packages used in the first release
of the Sane frontends and backends for AmiCygnix.
Sane is a scanner driver software.
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 I
downloaded the original archives.
In every package you can find two amigados scripts called
"amicygnix-configure-local.bat" and "amicygnix-configure-system.bat". Use the
first script to configure as a local package and the second to configure it
as a replacement of the original AmiCygnix packages.
I 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
------------ -------------
sane-backends-1.0.20.tar.gz ftp://ftp2.sane-project.org/pub/sane/
sane-backends-1.0.20/
sane-backends-1.0.20.tar.gz
sane-frontends-1.0.14.tar.gz ftp://ftp2.sane-project.org/pub/sane/
sane-frontends-1.0.14/
sane-frontends-1.0.14.tar.gz
How to patch:
-------------
Example: Patch the sane backends 1.0.20 package:
* Download the original archive and unpack the archive to (for example) "ram:"
Afterwards a directory called "sane-backends-1.0.20" is located in "ram:"
* Copy the corresponding patch file "sane-backends-1.0.20.diff" to "ram:".
* Open a shell and cd into "ram:".
* Type into the shell:
"patch -p1 -u -dsane-backends-1.0.20 --verbose <sane-backends-1.0.20.diff"
and press return.
The patch command is included in the AmigaOS4 SDK.
| |