libraries/wxsvg: Updated for version 20120820.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-08-21 17:28:33 +02:00 committed by Robby Workman
parent 48264f8281
commit de7c0445f0
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,2 @@
wxSVG is C++ library to create, manipulate and render SVG files.
Some python bindings and tools are also planned.
This requires (wxPython or wxGTK) and ffmpeg.

View File

@ -5,7 +5,7 @@
# Written by ponce <matteo.bernardini@gmail.com>
PRGNAM=wxsvg
VERSION=1.1.5
VERSION=20120820
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -51,6 +51,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
sh autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View File

@ -1,8 +1,8 @@
PRGNAM="wxsvg"
VERSION="1.1.5"
VERSION="20120820"
HOMEPAGE="http://sourceforge.net/projects/wxsvg/"
DOWNLOAD="http://download.sourceforge.net/wxsvg/wxsvg-1.1.5.tar.bz2"
MD5SUM="813df34841e1daca7e4107e9fe80cbd9"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/wxsvg-20120820.tar.bz2"
MD5SUM="531d4b3c48753a52b075f045251b008c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg wxPython"