inkscape: rebuild against ImageMagick>=6.8.7.
This commit is contained in:
parent
b35eaf7090
commit
482651820e
1 changed files with 5 additions and 6 deletions
|
@ -1,10 +1,13 @@
|
|||
# Template file for 'inkscape'
|
||||
pkgname=inkscape
|
||||
version=0.48.4
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-lcms --enable-poppler-cairo"
|
||||
short_desc="vector-based drawing program"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="libpng-devel>=1.6 gsl-devel gc-devel gtkmm2-devel libxslt-devel
|
||||
libxslt-devel boost-devel>=1.55 libmagick-devel>=6.8.7"
|
||||
short_desc="A vector-based drawing program"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://inkscape.org/"
|
||||
license="GPL-2"
|
||||
|
@ -14,10 +17,6 @@ long_desc="
|
|||
Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics)
|
||||
format, a standard maintained by the WWW consortium."
|
||||
|
||||
makedepends="pkg-config intltool libpng-devel>=1.6 gsl-devel gc-devel
|
||||
gtkmm2-devel libxslt-devel boost-devel popt-devel lcms-devel
|
||||
libmagick-devel>=6.8.0"
|
||||
|
||||
inkscape_package() {
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue