wok diff cairo/receipt @ rev 8713

Fixed avidemux.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 17 18:20:31 2011 +0000 (2011-02-17)
parents d5efaa09404c
children 254cdebd32d5
line diff
     1.1 --- a/cairo/receipt	Thu Sep 16 13:34:06 2010 +0000
     1.2 +++ b/cairo/receipt	Thu Feb 17 18:20:31 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cairo"
     1.7 -VERSION="1.8.10"
     1.8 +VERSION="1.10.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="2D graphics library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -17,13 +17,17 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 +	patch -Np1 -i ../stuff/cairo-1.10.0-buggy_gradients.patch
    1.17 +	# this patch is used to fix incorrect renders with QT
    1.18 +	patch -Np1 -i ../stuff/cairo-respect-fontconfig.patch
    1.19  	./configure \
    1.20  		--prefix=/usr \
    1.21   		--mandir=/usr/share/man \
    1.22  		--with-html-dir=/usr/share/doc \
    1.23  		--enable-xcb \
    1.24 +		--disable-static \
    1.25   		$CONFIGURE_ARGS &&
    1.26 -	make &&
    1.27 +	make -j 4 &&
    1.28  	make DESTDIR=$PWD/_pkg install
    1.29  }
    1.30