fifth-toe: version bumps



* conglomerate
[20-jun-05]: 0.9.0 -> 0.9.1

* gimp
[05-oct-05]: 2.3.4 -> 2.3.5
plug-ins/common/svg.c still needs to be tweaked.
There are two instances of the following code fragement

        #if (LIBRSVG_MAJOR_VERSION == 2 && LIBRSVG_MINOR_VERSION < 99)
          rsvg_handle_set_dpi_x_y (handle, vals->resolution, vals->resolution);
        #else
          rsvg_handle_set_dpi (handle, vals->resolution, vals->resolution);
        #endif
        
In each instance, replace the 99 by some number that will force the
second choice, say 11.

* tsclient
[09-may-05]: 0.132 -> 0.140

* xchat
[03-nov-05]: 2.4.4 -> 2.6.0
MASTER_SITES = http://xchat.org/files/source/2.6/


Discussion
----------
These updates build and run under 2.12.x.  I assume that they will also
build and run under 2.13.x.

To update:
* edit the GAR Makefile
* run: make checksum
to fetch the new version and update the checksum file
* run: make install


-Joseph
-- 
joseph_sacco [at] comcast [dot] net




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]