[argyllcms] Autotools patches for Argyll V1.0.1 and beyond

  • From: "Alastair M. Robinson" <profiling@xxxxxxxxxxxxxxxxxxxxxxx>
  • To: argyllcms@xxxxxxxxxxxxx
  • Date: Sat, 26 Jul 2008 12:37:26 +0100

Hi

Since my previous autotools Argyll package is slightly out-of-sync with the 1.0.1 release, at the suggestion of Nicolas Mailhot I've made the Autotools files available in patch form.

There are two versions of the patch presented here - one uses system libusb, the other builds the internal version of libusb and links it statically with the binaries.

Thay can be downloaded from
http://www.blackfiveservices.co.uk/Argyll_V1.0.1_autotools.patch.gz
http://www.blackfiveservices.co.uk/Argyll_V1.0.1_autotools_staticusb.patch.gz

Apply like this:
gunzip /path/to/Argyll_V1.0.1_autotools.patch.gz
cd /path/to/Argyll_V1.0.1
patch -p1 -i /path/to/Argyll_V1.0.1_autotools.patch
chmod +x configure
./configure
make

The patch is only concerned with configure scripts and makefiles, so it shouldn't interfere with patches to Argyll itself, so should be forward-compatible until such time as new binaries are added.

All the best,
--
Alastair M. Robinson

Other related posts:

  • » [argyllcms] Autotools patches for Argyll V1.0.1 and beyond