Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv3970

Added Files:
        freetype219-32bit.info 
Log Message:
Commit 32-bit version of Freetype219 package. No-one from the gnome-core list 
objected to this. Needed for wine-32bit.


--- NEW FILE: freetype219-32bit.info ---
Package: freetype219-32bit
Version: 2.4.4
Revision: 2
BuildDepends: fink (>= 0.24.12-1)
Depends: %N-shlibs (= %v-%r)
BuildConflicts: make (<= 3.79.1-3)
Conflicts: freetype219-hinting, freetype219-x86
Replaces: freetype219-hinting, %N-default, freetype219-x86
BuildDependsOnly: True
Source: http://download.savannah.gnu.org/releases/freetype/freetype-%v.tar.bz2
Source-MD5: b3e2b6e2f1c3e0dffa1fd2a0f848b671
#Source2: mirror:debian:pool/main/f/freetype/freetype_%v-1.diff.gz
Source2: mirror:debian:pool/main/f/freetype/freetype_2.4.4-1.diff.gz
Source2-MD5: 0beb8386f9eba23dbbc00ae6c0d02f89
PatchFile: freetype219.patch
PatchFile-MD5: fe4d9c9a991e77575d861d9a4ec69d0a
PatchScript: <<
 %{default_script}
 gzip -dc ../freetype_2.4.4-1.diff.gz | patch -p1
 patch -p0 < debian/patches-freetype/freetype-2.1.7-backwards.compat.patch
 patch -p1 < debian/patches-freetype/enable-gxvalid-otvalid.patch
 patch -p1 < debian/patches-freetype/enable-subpixel-rendering.patch
<<
NoSetCPPFLAGS: true
CompileScript: <<
#!/bin/sh -ev
        export CPATH=%p/include
        export CC="i686-apple-darwin11-gcc-4.2.1"
        export CXX="i686-apple-darwin11-g++-4.2.1"
        ./configure --prefix=%p/lib/%N --with-old-mac-fonts --disable-static 
--host=i686-apple-darwin11
        make
<<
InstallScript: <<
#!/bin/sh -ev
        make -j1 install DESTDIR="%d"
        rm -rf %i/lib/%N/share
        install -d -m 755 %i/share/doc/%N
        cp -pR docs/* %i/share/doc/%N/

        # everything is buried in a private hierarchy...
        # now symlink from the default places
        # must not symlink dirs...risk of confusing dpkg
<<

SplitOff: <<
        Package: %N-shlibs
        Depends: dpkg-base-files
        Replaces:  freetype219-hinting-shlibs, freetype2 (<< 2.0.8-2)
        Conflicts: freetype219-hinting-shlibs
        Files: lib/%N/lib/libfreetype.6*dylib
        Shlibs: %p/lib/%N/lib/libfreetype.6.dylib 13.0.0 %n (>= 2.4.4-1)
        DocFiles: ChangeLog* README docs/LICENSE.TXT
        Description: TrueType font rendering library, shared libs
<<

DocFiles: ChangeLog* README docs/LICENSE.TXT
Description: TrueType font rendering library, headers
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.
<<
DescPort: <<
* Previous versions by Christoph Pfisterer
* 2006-08-06 Benjamin Reed <[email protected]>
  - updated to 2.2.1
  - integrated patches from debian's freetype-2.2.1 for
    backwards-compatibility with 2.1.9 and earlier
* 2006-11-14 Martin Costabel <[email protected]>
  - integrated endianness fix from freetype CVS
* 2008-August/September Daniel Macks <[email protected]>
  - updated from 2.3.5 to 2.3.7
  - implemented symlinking game from compiler-default paths
<<
DescPackaging: <<
        CPPFLAGS gets passed before local -I and we don't use any fink
        headers, so just omit default -I%p/include

        Don't install freetype2.m4 because...that's how we've always
        done it for this package.

        This is lowest-level x11-supplied lib fink overlays, so use
        dpkg-base-files to purify .la to avoid mixing (or at least
        make it easier to be self-consistent) in higher-level pkgs.

        2.3.8 broke ABI (size of a public struct), which we didn't
        catch prior to release. 2.3.9 reverted to 2.3.7 ABI. We patch
        the public struct in 2.3.9+ to have the same size as 2.3.8 to
        avoid further breakage going forward.
#       But forgot to bump c_v for new public functions also. So hack
#       ltmain.sh to append ".0.1" to -compatibility_version so when
#       upstream fixes -version-info triplet x+1.y.z will be higher.
#       See: https://savannah.nongnu.org/bugs/?28483

        No longer supply static (as of 2.4.4-2), therefore no longer
        need to propagate linking against libs that are not in public
        ABI.
<<
License: OSI-Approved
Homepage: http://www.freetype.org/
# Original maintainer for non-32bit version of package: The Gnome Core
# Team <[email protected]>
Maintainer: Sjors Gielen <[email protected]>


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to