Browse Source

polished fontconfig, added xft and disabled the both in the xfree86

package (where old ones are included ...)
- UNTESTED - CURRENT REGRESSION TESTING ... -


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1806 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
dd3931d82e
7 changed files with 105 additions and 0 deletions
  1. +3
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +6
    -0
      package/x11/fontconfig/fontconfig.conf
  3. +44
    -0
      package/x11/fontconfig/fontconfig.desc
  4. +0
    -0
      package/x11/xfree86/ppc-card-compile-fix.patch
  5. +4
    -0
      package/x11/xfree86/xf_config.sh
  6. +6
    -0
      package/x11/xft/xft.conf
  7. +42
    -0
      package/x11/xft/xft.desc

+ 3
- 0
Documentation/Developers/CHANGELOG-RENE

@ -8,6 +8,9 @@
- Juergen Sawinski: fixed python related gnome24 build problems - Juergen Sawinski: fixed python related gnome24 build problems
fixed mozilla to create more library sym-links fixed mozilla to create more library sym-links
added jsaw/libmusicbrainz added jsaw/libmusicbrainz
added fontconfig
- polished fontconfig, added xft and disabled the both in the xfree86
package (where old ones are included ...)
*) 2003-11-17 (2.0.0-rc2 - 2.0.0-rc3) *) 2003-11-17 (2.0.0-rc2 - 2.0.0-rc3)

+ 6
- 0
package/x11/fontconfig/fontconfig.conf

@ -0,0 +1,6 @@
if [ $prefix_auto = 1 ] ; then
prefix="usr/x11"
set_confopt
fi

+ 44
- 0
package/x11/fontconfig/fontconfig.desc

@ -0,0 +1,44 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/x11/fontconfig/fontconfig.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] A library for configuring and customizing font access.
[T] Fontconfig is a library for configuring and customizing font access. It
[T] contains two essential modules, the configuration module which builds an
[T] internal configuration from XML files and the matching module which
[T] accepts font patterns and returns the nearest matching font.
[U] http://freedesktop.org/software/fontconfig
[A] Keith Packard <keithp@keithp.com>
[M] Juergen Sawinski <jsaw@gmx.net>
[C] extra/font
[L] Unknown
[S] OpenSource
[V] 2.2.0
[P] X -----5---9 271.000
[D] 0 fontconfig-2.2.0.tar.gz http://pdx.freedesktop.org/software/fontconfig/releases/

package/x11/xfree86/ppc-card-compilse.patch → package/x11/xfree86/ppc-card-compile-fix.patch


+ 4
- 0
package/x11/xfree86/xf_config.sh

@ -142,6 +142,10 @@ xf_config() {
/* Disable the internal zlib to use the system installed one */ /* Disable the internal zlib to use the system installed one */
#define HasZlib YES #define HasZlib YES
/* Disable some internal libraries - we (normally) ship a newer one */
#define BuildFontconfig NO
#define BuildXftLibrary NO
/* Less warnings with recent gccs ... */ /* Less warnings with recent gccs ... */
#define DefaultCCOptions -ansi GccWarningOptions #define DefaultCCOptions -ansi GccWarningOptions

+ 6
- 0
package/x11/xft/xft.conf

@ -0,0 +1,6 @@
if [ $prefix_auto = 1 ] ; then
prefix="usr/x11"
set_confopt
fi

+ 42
- 0
package/x11/xft/xft.desc

@ -0,0 +1,42 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/x11/fontconfig/fontconfig.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] A X11 library for client-side font rendering
[T] A X11 library for client-side font rendering - using either
[T] the old core protocol or the XRender extension.
[U] http://freedesktop.org/Software/xlibs/
[A] Keith Packard <keithp@keithp.com>
[M] Rene Rebe <rene@rocklinux.org>
[C] extra/font
[L] OpenSource
[S] Stable
[V] 2.1.2
[P] X -----5---9 271.000
[D] 0 xft-2.1.2.tar.gz http://freedesktop.org/~xlibs/release/

Loading…
Cancel
Save