graphics/inkscape: Updated for version 0.48.3.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-02-20 16:20:00 -06:00 committed by Erik Hanson
parent beed94dadd
commit c13b3246d8
3 changed files with 17 additions and 16 deletions

View file

@ -1,12 +1,13 @@
Inkscape is an Open Source vector graphics editor, with capabilities similar to
Illustrator, Freehand, CorelDraw, or Xara X using the W3C standard Scalable
Vector Graphics (SVG) file format. Supported SVG features include shapes, paths,
text, markers, clones, alpha blending, transforms, gradients, patterns, and
grouping. Inkscape also supports Creative Commons meta-data, node editing,
layers, complex path operations, bitmap tracing, text-on-path, flowed text,
direct XML editing, and more. It imports formats such as JPEG, PNG, TIFF, and
others and exports PNG as well as multiple vector-based formats.
Inkscape is an Open Source vector graphics editor, with capabilities
similar to Illustrator, Freehand, CorelDraw, or Xara X using the W3C
standard Scalable Vector Graphics (SVG) file format. Supported SVG
features include shapes, paths, text, markers, clones, alpha blending,
transforms, gradients, patterns, and grouping. Inkscape also supports
Creative Commons meta-data, node editing, layers, complex path operations,
bitmap tracing, text-on-path, flowed text, direct XML editing, and more.
It imports formats such as JPEG, PNG, TIFF, and others and exports PNG
as well as multiple vector-based formats.
Inkscape requires gc, gsl, libsigc++, glibmm, cairomm, pangomm, and gtkmm.
lxml and numpy are optional dependencies, but they are strongly recommended
if you want all of inkscape's intended functionality.
Inkscape requires gc, gsl, and gtkmm. lxml and numpy are optional
dependencies, but they are strongly recommended if you want all of
inkscape's intended functionality.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=inkscape
VERSION=0.48.1
VERSION=0.48.3
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="inkscape"
VERSION="0.48.1"
VERSION="0.48.3"
HOMEPAGE="http://www.inkscape.org/"
DOWNLOAD="http://downloads.sourceforge.net/inkscape/inkscape-0.48.1.tar.gz"
MD5SUM="3c179eb998d49d1c312822e15773bf6d"
DOWNLOAD="http://downloads.sourceforge.net/inkscape/inkscape-0.48.3.tar.gz"
MD5SUM="4623e6be4d4553d7c871b26454de88db"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="dsomero"
APPROVED="Erik Hanson"