From 1c2000ecbaac82ebd7d62d379a47259bdf20bd45 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 16 Jan 2010 16:05:45 +0100 Subject: Maj de inkscape#0.47-1, et de ses dépendances MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/inkscape/Pkgfile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'extra/inkscape/Pkgfile') diff --git a/extra/inkscape/Pkgfile b/extra/inkscape/Pkgfile index 3ebd7df7b..8fe593d28 100644 --- a/extra/inkscape/Pkgfile +++ b/extra/inkscape/Pkgfile @@ -2,16 +2,19 @@ # URL: http://inkscape.org # Maintainer: NuTyX core team # Packager: skingrapher at legtux dot org -# Depends on: pangomm, cairomm, gtkmm, boost, boehm-gc, imagemagick, gsl, gnome-vfs +# Depends on: pangomm, cairomm, gtkmm, boost, boehm-gc, imagemagick, gsl, gnome-vfs, libwpg, poppler-glib, librsvg name=inkscape version=0.47 release=1 -source=(http://downloads.sourceforge.net/$name/files/$name-$version.tar.bz2) +source=(http://downloads.sourceforge.net/$name/files/$name-$version.tar.bz2\ + http://launchpadlibrarian.net/36057611/inkscape-poppler-0.12.2.patch) build() { -cd $name-* + sed -i "s|(Gf\x\*)this| NULL|g" inkscape-poppler-0.12.2.patch + cd $name-* CFLAGS="${CFLAGS} -I/usr/include/ImageMagick" \ CXXFLAGS="${CXXFLAGS} -I/usr/include/ImageMagick" \ + patch -Np1 -i ../inkscape-poppler-0.12.2.patch ./configure --prefix=/usr \ --enable-lcms \ --with-xft \ @@ -19,6 +22,6 @@ cd $name-* --with-perl \ --with-gnome-vfs - make -j3 + make make DESTDIR=$PKG install } -- cgit v1.2.3-70-g09d2