You are not logged in.

#26 2007-01-26 13:16:31

murpheus40
Member
Registered: 2004-03-04
Posts: 77

Re: Fonts rendering sucks

manmower wrote:

Okay,

- did you make sure you applied all three patches (freetype, xft, cairo)? Did you change cairo's pkgver to 1.2.6? (That's what I did and it worked for me, not sure if this is the recommended way though.)

- Could you post the contents of your .fonts.conf?

Oups, I forgot to change the version to 1.2.6.  :oops:
I'll try it again tonight...

EDIT: Ok, Finally, it works! Md5sums should be changed into the PKGBUILD file.

# Maintainer: freedom <zhanglin22000>
pkgname=cairo-cleartype
pkgver=1.2.6
pkgrel=1
pkgdesc="Cairo vector graphics library with cleartype patch"
arch=(i686 x86_64)
url="http://cairographics.org/"
depends=('libpng' 'libxrender' 'fontconfig')
conflicts=('cairo')
provides=('cairo')
makedepends=('pkgconfig')
options=('nolibtool')
source=(http://cairographics.org/releases/cairo-${pkgver}.tar.gz
cairo-1.2.4-lcd-cleartype-like.diff)
md5sums=('487b3d7515752fe57f780d0fd707b01a' 'de7cccfcca8e686bca039a985436548e')
build() {
  cd ${startdir}/src/cairo-${pkgver}
  patch -Np1 -i ${startdir}/cairo-1.2.4-lcd-cleartype-like.diff || return 1
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=${startdir}/pkg install
}

Offline

Board footer

Powered by FluxBB