OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Jan-2005 22:35:56
Branch: HEAD Handle: 2005011221355600
Modified files:
openpkg-src/perl-gd perl-gd.spec
Log:
fix PNG and GIF support in GD module
Summary:
Revision Changes Path
1.84 +2 -2 openpkg-src/perl-gd/perl-gd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-gd/perl-gd.spec
============================================================================
$ cvs diff -u -r1.83 -r1.84 perl-gd.spec
--- openpkg-src/perl-gd/perl-gd.spec 1 Jan 2005 10:53:32 -0000 1.83
+++ openpkg-src/perl-gd/perl-gd.spec 12 Jan 2005 21:35:56 -0000 1.84
@@ -47,7 +47,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20041129
+Release: 20050112
# list of sources
Source0: http://www.cpan.org/modules/by-module/GD/GD-%{V_gd}.tar.gz
@@ -161,7 +161,7 @@
-e 's/\(@LIBPATH = qw(\).*\();\)/\1\2/' \
Makefile.PL
%{l_prefix}/bin/perl-openpkg \
- -A '-options JPEG,FT' \
+ -A '-options GIF,PNG,JPEG,FT' \
-A '-lib_gd_path %{l_prefix}' \
-A '-lib_png_path %{l_prefix}' \
-A '-lib_zlib_path %{l_prefix}' \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]