diff options
author | Robby Workman <rw@rlworkman.net> | 2012-02-20 16:20:00 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-03-29 10:16:23 -0500 |
commit | c13b3246d8ad41711acd353cfc77b2cf201e367d (patch) | |
tree | 6ffb6cd5ecf146670512b8bcd4e3476149f359a2 /graphics/inkscape | |
parent | beed94dadd052caa62eaa78e9a7d92d912f7dc2c (diff) | |
download | slackbuilds-c13b3246d8ad41711acd353cfc77b2cf201e367d.tar.gz |
graphics/inkscape: Updated for version 0.48.3.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/README | 23 | ||||
-rw-r--r-- | graphics/inkscape/inkscape.SlackBuild | 2 | ||||
-rw-r--r-- | graphics/inkscape/inkscape.info | 8 |
3 files changed, 17 insertions, 16 deletions
diff --git a/graphics/inkscape/README b/graphics/inkscape/README index 064f3ef3df..5cf751b443 100644 --- a/graphics/inkscape/README +++ b/graphics/inkscape/README @@ -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. diff --git a/graphics/inkscape/inkscape.SlackBuild b/graphics/inkscape/inkscape.SlackBuild index 27bc319af9..b316a20f98 100644 --- a/graphics/inkscape/inkscape.SlackBuild +++ b/graphics/inkscape/inkscape.SlackBuild @@ -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} diff --git a/graphics/inkscape/inkscape.info b/graphics/inkscape/inkscape.info index 0d3a206a3e..31fe2ea311 100644 --- a/graphics/inkscape/inkscape.info +++ b/graphics/inkscape/inkscape.info @@ -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" |