2011-01-13 14:40:12 by Thomas Klausner | Files touched by this commit (1644) |
Log message:
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
|
2010-09-06 13:26:44 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.03, set LICENSE. Same number of test failures as in 2.02:
Failed 5/7 test programs. 5/7 subtests failed.
2.03 Tue Nov 24 21:40:49 GMT 2009
- add a new_transparent method
- add a create_rotated_image method
- add a human-readable license
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673) |
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
2010-01-18 10:59:46 by Thomas Klausner | Files touched by this commit (938) |
Log message:
Second try at jpeg-8 recursive PKGREVISION bump.
|
2009-12-15 22:48:03 by Joerg Sonnenberger | Files touched by this commit (34) |
Log message:
Recursive bump for libltdl
|
2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | |
Log message:
bump revision because of graphics/jpeg update
|
2009-01-05 13:56:34 by Havard Eidnes | Files touched by this commit (2) | |
Log message:
Update from version 2.01nb1 to 2.02.
Upstream changes:
2.02 Mon Dec 1 11:55:06 GMT 2008
- update documentation to clarify cache_size
- note that new images have undefined content (thanks to barbie)
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-08-03 23:07:21 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 1.04nb3 to 2.01.
Pkgsrc changes:
o Add/change HOMEPAGE to search.cpan.org (old left commented out)
Upstream changes:
2.01 Sun Jun 8 10:05:46 BST 2008
- in Build.PL, exit 0 when we can't find libimlib2
2.00 Fri Dec 7 11:29:47 GMT 2007
- make the cache size 0 by default
1.13 Fri Oct 13 19:08:41 BST 2006
- optimise autocropping (thanks to Sergey Mende)
- find_colour now returns undef if it doesn't find the colour
1.12 Tue Aug 15 10:14:55 BST 2006
- added find_colour method
- added fill method
1.11 Thu Aug 3 10:53:33 BST 2006
- endianness fixes for new_using_data (thanks to Chris Dolan)
- added autocrop method
1.10 Wed Jun 28 12:11:47 BST 2006
- added new_using_data and will_blend (thanks to Chris Dolan) -
new_using_data is endianness specific
- fixed documentation bug, it's called get_text_size not get_font_size
- added create_transparent_image method
- added create_blended_image
- added POD tests
- added width/height as synonyms to get_width/get_height
- disable buggy imlib_image_draw_pixel wrapper - if you have
a version of imlib2 1.0.5 or earlier you will now see the bug
1.09 Thu Jun 15 16:43:10 GMT 2006
- lose AUTOLOAD and define the constants in their own right
code by Mark Fowler. this also means that random calls for
non-existant methods fail properly now
1.08 Wed Mar 1 19:10:05 GMT 2006
- fix build instructions (noticed by JPIERCE)
1.07 Fri Apr 15 11:57:47 BST 2005
- Add clone, sharpen and blur (thanks to Christian Hansen)
1.06 Fri Apr 8 22:58:26 CST 2005
- added missing test file to MANIFEST
1.05 Thu Apr 7 16:55:01 GMT 2005
- added support for defeating caching, namely:
set_cache_size
get_cache_size
set_changed_on_disk
(Thanks to Tom Insam and Mark Fowler)
|