mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
graphics/inkscape: Updated for version 0.48.3.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
beed94dadd
commit
c13b3246d8
3 changed files with 17 additions and 16 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue