inkscape: rebuild against libmagick-6.8.
This commit is contained in:
parent
c5126a63e2
commit
4b8e2ea3d3
1 changed files with 7 additions and 5 deletions
|
@ -1,19 +1,21 @@
|
|||
# Template file for 'inkscape'
|
||||
pkgname=inkscape
|
||||
version=0.48.3.1
|
||||
revision=2
|
||||
revision=3
|
||||
patch_args="-Np1"
|
||||
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-lcms --enable-poppler-cairo"
|
||||
makedepends="pkg-config intltool libpng-devel>=1.5.10 gsl-devel gc-devel gtkmm2-devel libxslt-devel boost-devel popt-devel lcms-devel libmagick-devel"
|
||||
fulldepends="desktop-file-utils hicolor-icon-theme"
|
||||
|
||||
short_desc="vector-based drawing program"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://inkscape.org/"
|
||||
license="GPL-2"
|
||||
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=073bf585b6a708747485f2de1f5a1b77c3f45a79e6ee128bf946bae99476db88
|
||||
long_desc="
|
||||
Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics)
|
||||
format, a standard maintained by the WWW consortium."
|
||||
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
makedepends="pkg-config intltool libpng-devel>=1.5.10 gsl-devel gc-devel
|
||||
gtkmm2-devel libxslt-devel boost-devel popt-devel lcms-devel
|
||||
libmagick-devel>=6.8.0"
|
||||
|
|
Loading…
Reference in a new issue