libraries/wxsvg: Updated for version 1.0.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
3ca905dd4d
commit
23875d1034
|
@ -1,2 +1,4 @@
|
|||
wxSVG is C++ library to create, manipulate and render SVG files.
|
||||
Some python bindings and tools are also planned.
|
||||
Some python bindings and tools are also planned.
|
||||
|
||||
This requires (wxPython or wxGTK) and ffmpeg.
|
||||
|
|
|
@ -11,9 +11,9 @@ wxsvg:
|
|||
wxsvg: wxSVG is C++ library to create, manipulate and render SVG files.
|
||||
wxsvg: Some python bindings and tools are also planned.
|
||||
wxsvg:
|
||||
wxsvg: Homepage: http://sourceforge.net/projects/wxsvg/
|
||||
wxsvg:
|
||||
wxsvg:
|
||||
wxsvg:
|
||||
wxsvg:
|
||||
wxsvg: homepage:
|
||||
wxsvg: http://sourceforge.net/projects/wxsvg/
|
||||
wxsvg:
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
# Slackware build script for wxsvg
|
||||
|
||||
# Written by Ponce <matteo.bernardini _at_ sns.it>
|
||||
# Written by ponce <matteo.bernardini@sns.it>
|
||||
|
||||
PRGNAM=wxsvg
|
||||
VERSION=${VERSION:-1.0.2_1}
|
||||
VERSION=${VERSION:-1.0.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="wxsvg"
|
||||
VERSION="1.0.2_1"
|
||||
VERSION="1.0.6"
|
||||
HOMEPAGE="http://sourceforge.net/projects/wxsvg/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/wxsvg/wxsvg-1.0.2_1.tar.bz2"
|
||||
MD5SUM="84122c8782bc5c2a3006501b2e76be12"
|
||||
DOWNLOAD="http://download.sourceforge.net/wxsvg/wxsvg-1.0.6.tar.bz2"
|
||||
MD5SUM="328fc48fd07ce6950bcc3bfb02ece475"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Ponce"
|
||||
EMAIL="matteo.bernardini _at_ sns.it"
|
||||
APPROVED="Erik Hanson"
|
||||
MAINTAINER="ponce"
|
||||
EMAIL="matteo.bernardini@sns.it"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in New Issue