Skip to content

Commit

Permalink
update sub-module READMEs
Browse files Browse the repository at this point in the history
- they point at the -dev or -devel package

- they point at Imager::Install

- other minor changes
  • Loading branch information
tonycoz committed Feb 18, 2013
1 parent 26e8a22 commit 0953e1c
Show file tree
Hide file tree
Showing 16 changed files with 106 additions and 19 deletions.
5 changes: 5 additions & 0 deletions FT2/Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Imager-Font-FT2 0.89
====================

- update README

Imager-Font-FT2 0.88
====================

Expand Down
2 changes: 1 addition & 1 deletion FT2/FT2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use vars qw($VERSION @ISA);
@ISA = qw(Imager::Font);

BEGIN {
$VERSION = "0.88";
$VERSION = "0.89";

require XSLoader;
XSLoader::load('Imager::Font::FT2', $VERSION);
Expand Down
13 changes: 9 additions & 4 deletions FT2/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ library.
It requires libfreetype and its development header files to be
installed.

This is currently shipped as part of Imager, but but Imager may
install with out installing Imager::Font::FT2, if your module or
application requires FreeType 2 support then add Imager::Font::FT2 as
a prerequisite.
For Linux distributions this typically requires installation of the
associated -dev or -devel package.

See Imager::Install for more information.

Imager::Font::FT2 is currently shipped as part of Imager, but but
Imager may install with out installing Imager::Font::FT2. If your
module or application requires FreeType 2 support then add
Imager::Font::FT2 as a prerequisite.
12 changes: 12 additions & 0 deletions GIF/Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Imager-File-GIF 0.87
====================

- add the missing 0.86 changes list

- update README

Imager-File-GIF 0.86
====================

- avoid re-entrancy to giflib using the mutex API

Imager-File-GIF 0.85
====================

Expand Down
2 changes: 1 addition & 1 deletion GIF/GIF.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use Imager;
use vars qw($VERSION @ISA);

BEGIN {
$VERSION = "0.86";
$VERSION = "0.87";

require XSLoader;
XSLoader::load('Imager::File::GIF', $VERSION);
Expand Down
14 changes: 11 additions & 3 deletions GIF/README
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ Imager::File::GIF provides GIF file format support for Imager.

It requires libgif to be installed, including development headers.

This is currently shipped as part of Imager, but Imager may install
with out installing Imager::File::GIF, so if you need GIF support, add
a dependency on Imager::File::GIF.
For Linux distributions this typically requires installation of the
associated -dev or -devel package.

See Imager::Install for more information.

Imager::File::GIF is currently shipped as part of Imager, but Imager
may install with out installing Imager::File::GIF, so if you need GIF
support, add a dependency on Imager::File::GIF.

Makefile.PL will reject libgif 4.2.0 and 5.0.0 due to bugs in those
releases.
8 changes: 7 additions & 1 deletion JPEG/README
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Imager::File::JPEG provides JPEG file format support for Imager.

It requires libjpeg to be installed.
It requires libjpeg to be installed, any version from jpeg6b or later.
libjpeg-turbo is also supported.

For Linux distributions this typically requires installation of the
associated -dev or -devel package.

See Imager::Install for more information.

This is currently shipped as part of Imager, but Imager may install
with out installing Imager::File::JPEG, so if you need JPEG support,
Expand Down
5 changes: 5 additions & 0 deletions PNG/Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Imager-File-PNG 0.87
====================

- update README

Imager-File-PNG 0.86
====================

Expand Down
2 changes: 1 addition & 1 deletion PNG/PNG.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use Imager;
use vars qw($VERSION @ISA);

BEGIN {
$VERSION = "0.86";
$VERSION = "0.87";

require XSLoader;
XSLoader::load('Imager::File::PNG', $VERSION);
Expand Down
13 changes: 9 additions & 4 deletions PNG/README
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Imager::File::PNG provides PNG file format support for Imager.

It requires libpng to be installed.
It requires libpng, including development files, to be installed.

This is currently shipped as part of Imager, but Imager may install
with out installing Imager::File::PNG, so if you need PNG support,
add a dependency on Imager::File::PNG.
For Linux distributions this typically requires installation of the
associated -dev or -devel package.

See Imager::Install for more information.

Imager::File::PNG is currently shipped as part of Imager, but Imager
may install without installing Imager::File::PNG, so if you need PNG
support, add a dependency on Imager::File::PNG.
17 changes: 17 additions & 0 deletions T1/Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Imager::Font::T1 1.020
======================

- add the 1.019 changes list

- update README

Imager::Font::T1 1.019
======================

- slightly improve control over anti-aliasing, this is now recorded
per thread

- use a mutex to avoid re-entering t1lib, which isn't thread safe.

- avoid a paralled testing race condition.

Imager::Font::T1 1.018
======================

Expand Down
16 changes: 15 additions & 1 deletion T1/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
This module provides Type 1 font support for Imager via T1Lib.
Imager::Font::T1 provides Type 1 font support for Imager via T1Lib.

http://imager.perl.org/
http://www.t1lib.org/

This requires that t1lib is installed, including any development files.

For Linux distributions this typically requires installation of the
associated -dev or -devel package.

See Imager::Install for more information.

Imager::Font::T1 is shipped as part of Imager, but if the libraries
required aren't found it won't be installed. If you require T1
support via libt1 then add a dependency on Imager::Font::T1.

Imager::Font::FT2 provides most of the functionality of
Imager::Font::T1 and more.
2 changes: 1 addition & 1 deletion T1/T1.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use vars qw(@ISA $VERSION);
use Scalar::Util ();

BEGIN {
$VERSION = "1.019";
$VERSION = "1.020";

require XSLoader;
XSLoader::load('Imager::Font::T1', $VERSION);
Expand Down
5 changes: 5 additions & 0 deletions TIFF/Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Imager-File-TIFF 0.86
=====================

- update README

Imager-File-TIFF 0.85
=====================

Expand Down
7 changes: 6 additions & 1 deletion TIFF/README
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Imager::File::TIFF provides TIFF file format support for Imager.

It requires libtiff to be installed.
It requires libtiff to be installed, including development files.

For Linux distributions this typically requires installation of the
associated -dev or -devel package.

See Imager::Install for more information.

This is currently shipped as part of Imager, but Imager may install
with out installing Imager::File::TIFF, so if you need TIFF support,
Expand Down
2 changes: 1 addition & 1 deletion TIFF/TIFF.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use Imager;
use vars qw($VERSION @ISA);

BEGIN {
$VERSION = "0.85";
$VERSION = "0.86";

require XSLoader;
XSLoader::load('Imager::File::TIFF', $VERSION);
Expand Down

0 comments on commit 0953e1c

Please sign in to comment.