diff options
author | ponce <matteo.bernardini@sns.it> | 2010-09-20 20:29:49 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-21 22:09:43 -0500 |
commit | 23875d103469cf8ccf8e23fca3b534d4e4a022b5 (patch) | |
tree | cc9431f224f60a8313b24378380d22de2060e22d /libraries/wxsvg | |
parent | 3ca905dd4d9e272ce31d16122d7fc2cad83e7128 (diff) | |
download | slackbuilds-23875d103469cf8ccf8e23fca3b534d4e4a022b5.tar.gz |
libraries/wxsvg: Updated for version 1.0.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/wxsvg')
-rw-r--r-- | libraries/wxsvg/README | 4 | ||||
-rw-r--r-- | libraries/wxsvg/slack-desc | 4 | ||||
-rw-r--r-- | libraries/wxsvg/wxsvg.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/wxsvg/wxsvg.info | 12 |
4 files changed, 13 insertions, 11 deletions
diff --git a/libraries/wxsvg/README b/libraries/wxsvg/README index cfd8ab68fb..5b7ab691ef 100644 --- a/libraries/wxsvg/README +++ b/libraries/wxsvg/README @@ -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. diff --git a/libraries/wxsvg/slack-desc b/libraries/wxsvg/slack-desc index a6dd2ebe13..7079c41f9a 100644 --- a/libraries/wxsvg/slack-desc +++ b/libraries/wxsvg/slack-desc @@ -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: diff --git a/libraries/wxsvg/wxsvg.SlackBuild b/libraries/wxsvg/wxsvg.SlackBuild index 91031c0b37..3fec99e8df 100644 --- a/libraries/wxsvg/wxsvg.SlackBuild +++ b/libraries/wxsvg/wxsvg.SlackBuild @@ -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} diff --git a/libraries/wxsvg/wxsvg.info b/libraries/wxsvg/wxsvg.info index 30e14a2ea7..623536a2e8 100644 --- a/libraries/wxsvg/wxsvg.info +++ b/libraries/wxsvg/wxsvg.info @@ -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" |