Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/graphics
In directory sc8-pr-cvs1:/tmp/cvs-serv9055/graphics
Added Files:
freetype2.info freetype2.patch
Log Message:
dummy packages to stable
--- NEW FILE: freetype2.info ---
Package: freetype2
Version: 2.1.3
Revision: 11
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: True
Source: mirror:sourceforge:freetype/freetype-%v.tar.gz
Source-MD5: 60d2e54385aead468c102e7250eab055
Patch: %n.patch
PatchScript: mv install install.sh
CompileScript: <<
make setup CFG="--prefix=%p"
make
<<
InstallScript: <<
make install prefix=%i
rm -rf %i/bin
rm -rf %i/lib/libfreetype.a
rm -rf %i/lib/libfreetype.dylib
rm -rf %i/lib/libfreetype.la
rm -rf %i/include
rm -rf %i/share/aclocal
<<
SplitOff: <<
Package: %N-shlibs
Replaces: freetype2 (<< 2.0.8-2)
Files: lib/libfreetype.6*dylib
Shlibs: %p/lib/libfreetype.6.dylib 10.0.0 %n (>= 2.0.9-1)
DocFiles: <<
README docs/* src/autohint/CatharonLicense.txt
src/pcf/readme:README.pcf
<<
Description: TrueType font rendering library, version 2, shared libs
<<
DocFiles: <<
README docs/* src/autohint/CatharonLicense.txt
src/pcf/readme:README.pcf
<<
Description: TrueType font rendering library, version 2 (dummy)
DescDetail: <<
FreeType 2 is a library that provides access to and rendering of a
wide range of font file formats, including TrueType, PostScript Type 1,
and several bitmap font formats.
The freetype2 package now exists only for compatibility with older Fink
packages. Developers should use the freetype that is part of XFree86
for new packages.
<<
DescPort: <<
Previous versions by Christoph Pfisterer
<<
License: OSI-Approved
Homepage: http://www.freetype.org/
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
--- NEW FILE: freetype2.patch ---
diff -Naur freetype-2.0.8.old/builds/unix/freetype-config.in
freetype-2.0.8.new/builds/unix/freetype-config.in
--- freetype-2.0.8.old/builds/unix/freetype-config.in Sun Feb 3 00:05:38 2002
+++ freetype-2.0.8.new/builds/unix/freetype-config.in Sat Jun 8 01:35:31 2002
@@ -81,7 +81,8 @@
if test "$echo_cflags" = "yes" ; then
cflags="[EMAIL PROTECTED]@/freetype2"
if test "@includedir@" != "/usr/include" ; then
- echo [EMAIL PROTECTED]@ $cflags
+# echo [EMAIL PROTECTED]@ $cflags
+ echo $cflags [EMAIL PROTECTED]@
else
echo $cflags
fi
diff -Naur freetype-2.0.8.old/builds/unix/ltmain.sh
freetype-2.0.8.new/builds/unix/ltmain.sh
--- freetype-2.0.8.old/builds/unix/ltmain.sh Fri Jun 8 02:36:17 2001
+++ freetype-2.0.8.new/builds/unix/ltmain.sh Sat Jun 8 01:39:29 2002
@@ -2858,6 +2858,11 @@
if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
eval cmds=\"$archive_expsym_cmds\"
else
+ if test "x$verstring" = "x0.0"; then
+ tmp_verstring=
+ else
+ tmp_verstring="$verstring"
+ fi
eval cmds=\"$archive_cmds\"
fi
IFS="${IFS= }"; save_ifs="$IFS"; IFS='~'
--- freetype-2.1.3/src/base/ftobjs.c.orig Mon Feb 17 07:10:01 2003
+++ freetype-2.1.3/src/base/ftobjs.c Mon Feb 17 07:10:39 2003
@@ -798,7 +798,7 @@
/* there's a Mac-specific extended implementation of FT_New_Face() */
/* in src/base/ftmac.c */
-#ifndef FT_MACINTOSH
+/*#ifndef FT_MACINTOSH*/
/* documentation is in freetype.h */
@@ -821,7 +821,7 @@
return FT_Open_Face( library, &args, face_index, aface );
}
-#endif /* !FT_MACINTOSH */
+/*#endif !FT_MACINTOSH */
/* documentation is in freetype.h */
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits