Mon Mar 31 23:26:35 2014 UTC ()
Update to 1.2.1

Changelog:
Version 1.2.1 <2013-10-16>
--------------------------

  * fixed loading images with relative path

Version 1.2 <2013-09-20>
------------------------

  * added initial support of animations
  * added support of mask for image element
  * removed obsolete backends (libart and agg)
  * removed svgui classes

Version 1.1.16 <2013-08-25>
---------------------------

  *  rendering: added support of wxProgressDialog

Version 1.1.15 <2013-05-01>
---------------------------

  * fixed text rendering using PangaCairo


(ryoon)
diff -r1.44 -r1.45 pkgsrc/graphics/wxsvg/Makefile
diff -r1.12 -r1.13 pkgsrc/graphics/wxsvg/distinfo

cvs diff -r1.44 -r1.45 pkgsrc/graphics/wxsvg/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/wxsvg/Makefile 2014/03/30 10:32:34 1.44
+++ pkgsrc/graphics/wxsvg/Makefile 2014/03/31 23:26:35 1.45
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.44 2014/03/30 10:32:34 ryoon Exp $ 1# $NetBSD: Makefile,v 1.45 2014/03/31 23:26:35 ryoon Exp $
2# 2#
3 3
4DISTNAME= wxsvg-1.1.14 4DISTNAME= wxsvg-1.2.1
5PKGREVISION= 5 
6CATEGORIES= graphics 5CATEGORIES= graphics
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxsvg/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxsvg/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://sourceforge.net/projects/wxsvg/ 10HOMEPAGE= http://sourceforge.net/projects/wxsvg/
12COMMENT= C++ library to create, manipulate and render SVG files 11COMMENT= C++ library to create, manipulate and render SVG files
13LICENSE= gnu-lgpl-v2 12LICENSE= gnu-lgpl-v2
14 13
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes
18USE_TOOLS+= gmake pkg-config 17USE_TOOLS+= gmake pkg-config

cvs diff -r1.12 -r1.13 pkgsrc/graphics/wxsvg/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/wxsvg/distinfo 2013/04/17 17:28:03 1.12
+++ pkgsrc/graphics/wxsvg/distinfo 2014/03/31 23:26:35 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2013/04/17 17:28:03 drochner Exp $ 1$NetBSD: distinfo,v 1.13 2014/03/31 23:26:35 ryoon Exp $
2 2
3SHA1 (wxsvg-1.1.14.tar.bz2) = 79fef0869289986cdaa831183feab51b406e991a 3SHA1 (wxsvg-1.2.1.tar.bz2) = 772b02f7366fcec50a06612af59b019425335970
4RMD160 (wxsvg-1.1.14.tar.bz2) = b0d8c021d96c48e368d0862b2a3c4ecf4bf4f62f 4RMD160 (wxsvg-1.2.1.tar.bz2) = bc3be51c348857682257db65efa3847daa59ba46
5Size (wxsvg-1.1.14.tar.bz2) = 652469 bytes 5Size (wxsvg-1.2.1.tar.bz2) = 434627 bytes