Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17934
Modified Files:
gd2.info
Added Files:
t1lib1.info t1lib5.info
Removed Files:
t1lib1-1.3.1-2.info
Log Message:
latest version to stable
--- NEW FILE: t1lib1.info ---
Package: t1lib1
Version: 1.3.1
Revision: 3
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: True
Conflicts: t1lib5
Replaces: t1lib5
UpdateLibtoolinDirs: ac-tools
PatchScript: perl -pi -e "s|hardcode_direct=yes|hardcode_direct=no|"
ac-tools/ltconfig
CompileScript: <<
./configure %c
make without_doc
<<
InstallScript: <<
make install prefix=%i
mkdir -p %i/share/doc/%n
mv %i/share/t1lib/doc/t1lib_doc.pdf %i/share/doc/%n
/bin/rm -rf %i/share/t1lib/doc
<<
SplitOff: <<
Package: %N-shlibs
Files: lib/*.1*dylib
Shlibs: <<
%p/lib/libt1.1.dylib 5.0.0 %n (>= 1.3.1-2)
%p/lib/libt1x.1.dylib 5.0.0 %n (>= 1.3.1-2)
<<
DocFiles: README.t1lib-1.3.1 LICENSE LGPL
Description: Shared libs for generating Type 1 Font bitmaps
<<
License: GPL
DocFiles: README.t1lib-1.3.1 LICENSE LGPL
#Source: http://sunsite.unc.edu/pub/linux/libs/graphics/t1lib-%v.tar.gz
Source: mirror:sourceforge:fink/direct_download/source/t1lib-%v.tar.gz
Source-MD5: bce5051f2ad068af49d44cf6203e22ce
Homepage: http://sunsite.unc.edu/pub/linux/libs/graphics/
Description: Generates bitmaps from Type 1 fonts
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
Index: gd2.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/graphics/gd2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gd2.info 27 Apr 2005 03:39:35 -0000 1.1
+++ gd2.info 4 May 2005 01:13:06 -0000 1.2
@@ -1,21 +1,17 @@
Package: gd2
-Version: 2.0.23
-Revision: 25
+Version: 2.0.33
+Revision: 2
Depends: %N-shlibs (= %v-%r)
BuildDepends: libpng3, libjpeg (>= 6b-3), fink (>= 0.9.9-1), x11,
libiconv-dev, x11-dev
Conflicts: gd
Replaces: gd, gd209
Source: http://www.boutell.com/gd/http/gd-%v.tar.gz
-Source-MD5: 3bcd6daef3eb7b31ddc68a7d54b98c15
-Patch: %n.patch
+Source-MD5: be0a6d326cd8567e736fbc75df0a5c45
+PatchScript: perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
NoSetCPPFLAGS: True
SetCPPFLAGS: -fno-common -I%p/include
SetLDFLAGS: -liconv
ConfigureParams: --with-freetype=/usr/X11R6
-CompileScript: <<
- ./configure %c
- make CCLD="gcc -L./.libs"
-<<
DocFiles: COPYING INSTALL index.html README-JPEG.TXT README.TXT readme.jpn
BuildDependsOnly: True
SplitOff: <<
@@ -23,7 +19,7 @@
Depends: libpng3-shlibs, libjpeg-bin, x11-shlibs, x11
Replaces: gd209-shlibs
Files: lib/libgd.2*.dylib
- Shlibs: %p/lib/libgd.2.dylib 3.0.0 %n (>= 2.0.23-25)
+ Shlibs: %p/lib/libgd.2.dylib 3.0.0 %n (>= 2.0.28-1)
Description: Shared libraries for gd2 package
DocFiles: COPYING index.html
<<
@@ -46,11 +42,7 @@
The dynamic library needs the -fno-common switch.
For some reason, libiconv is not found at link time, so we explicitly
invoke it.
- When an older version is installed, the wrong library version may be
- linked against; the CCLD="gcc -L./.libs" is a workaround for this.
- A small patch is needed in order to allow this to link to the version
- of the freetype2 library supplied with Panther. (Patch sent upstream
- on 21 May 2004.)
+ The PatchScript prevents linking against the wrong copy of the library.
<<
DescPackaging: <<
This package is based on previous work by Chris Pepper, Jeremy Higgs
--- NEW FILE: t1lib5.info ---
Package: t1lib5
Version: 5.0.2
Revision: 1
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: True
Conflicts: t1lib1
Replaces: t1lib1
UpdateLibtoolinDirs: ac-tools
PatchScript: perl -pi -e "s|hardcode_direct=yes|hardcode_direct=no|"
ac-tools/ltconfig
CompileScript: <<
./configure %c
make without_doc
<<
InstallScript: <<
make install prefix=%i
mkdir -p %i/share/doc/%n
mv %i/share/t1lib/doc/t1lib_doc.pdf %i/share/doc/%n
/bin/rm -rf %i/share/t1lib/doc
<<
SplitOff: <<
Package: %N-shlibs
Files: lib/*.5*dylib
Shlibs: <<
%p/lib/libt1.5.dylib 6.0.0 %n (>= 5.0.2-1)
%p/lib/libt1x.5.dylib 6.0.0 %n (>= 5.0.2-1)
<<
DocFiles: README.t1lib-%v LICENSE LGPL
Description: Shared libs for generating Type 1 Font bitmaps
<<
License: GPL
DocFiles: README.t1lib-%v LICENSE LGPL
Source: http://sunsite.unc.edu/pub/linux/libs/graphics/t1lib-%v.tar.gz
#Source: mirror:sourceforge:fink/direct_download/source/t1lib-%v.tar.gz
Source-MD5: cc5d4130b25bb8a1c930488b78930e9b
Homepage: http://sunsite.unc.edu/pub/linux/libs/graphics/
Description: Generates bitmaps from Type 1 fonts
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
--- t1lib1-1.3.1-2.info DELETED ---
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits