pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/converters/libwpg



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Mar 25 10:24:05 UTC 2020

Modified Files:
        pkgsrc/converters/libwpg: Makefile distinfo

Log Message:
libwpg: Update to 0.3.3

0.3.2 - 0.3.3

- Drop obsolete MSVC project files.
- Use --disable-werror instead of --enable-werror as configure default.
- Fix parsing of 24-bit RGB and 32-bit RGBA bitmaps in WPG2 files. (tdf#78105)

0.3.1 - 0.3.2

- Require C++11 for build.
- Fix a couple of issues found by oss-fuzz.
- Improve performance of reading image data from WPG2 files.
- Various minor code cleanups.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/converters/libwpg/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/converters/libwpg/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/libwpg/Makefile
diff -u pkgsrc/converters/libwpg/Makefile:1.36 pkgsrc/converters/libwpg/Makefile:1.37
--- pkgsrc/converters/libwpg/Makefile:1.36      Sun Jan 26 05:26:18 2020
+++ pkgsrc/converters/libwpg/Makefile   Wed Mar 25 10:24:05 2020
@@ -1,21 +1,25 @@
-# $NetBSD: Makefile,v 1.36 2020/01/26 05:26:18 rillig Exp $
+# $NetBSD: Makefile,v 1.37 2020/03/25 10:24:05 nia Exp $
 
-DISTNAME=      libwpg-0.3.1
-PKGREVISION=   14
+DISTNAME=      libwpg-0.3.3
 CATEGORIES=    converters graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libwpg/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://libwpg.sourceforge.net/
 COMMENT=       Library for importing and converting Corel WordPerfect Graphics images
 LICENSE=       gnu-lgpl-v2 OR mpl-2.0
 
-USE_LANGUAGES=         c c++
-USE_LIBTOOL=           yes
-USE_TOOLS+=            perl pkg-config
-GNU_CONFIGURE=         yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_LANGUAGES= c c++
+USE_TOOLS+=    perl pkg-config
+
+# C++11
+GCC_REQD+=     4.7
+
 CONFIGURE_ARGS+=       --without-docs
+
 PKGCONFIG_OVERRIDE+=   libwpg.pc.in
 
 REPLACE_PERL=          src/conv/svg/wpg2svgbatch.pl
@@ -23,13 +27,4 @@ REPLACE_PERL=                src/conv/svg/wpg2svgbatch
 .include "../../converters/libwpd/buildlink3.mk"
 .include "../../converters/librevenge/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
-
-# Include all buildlink3.mk before compiler.mk, as the buildlink dependencies
-# may alter the compiler selection.
-.include "../../mk/compiler.mk"
-
-.if !empty(PKGSRC_COMPILER:Mclang)
-BUILDLINK_TRANSFORM+=  rm:-Werror
-.endif
-
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/converters/libwpg/distinfo
diff -u pkgsrc/converters/libwpg/distinfo:1.9 pkgsrc/converters/libwpg/distinfo:1.10
--- pkgsrc/converters/libwpg/distinfo:1.9       Tue Mar  8 19:00:14 2016
+++ pkgsrc/converters/libwpg/distinfo   Wed Mar 25 10:24:05 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/03/08 19:00:14 ryoon Exp $
+$NetBSD: distinfo,v 1.10 2020/03/25 10:24:05 nia Exp $
 
-SHA1 (libwpg-0.3.1.tar.bz2) = 9d9a38bfa97f1f75f5f79a68496dfdd9e5585fd2
-RMD160 (libwpg-0.3.1.tar.bz2) = b91053259259c74715c4297c020b4c2e441f92ba
-SHA512 (libwpg-0.3.1.tar.bz2) = e5533e7c43fc08dfdc2a8c5e81e1ab3ef8b515fe50256de2f0917eaf39f83ff5416821e151cf212697f89936f256f3896fb72d101ce64c4e09f4666bcc5909ec
-Size (libwpg-0.3.1.tar.bz2) = 397128 bytes
+SHA1 (libwpg-0.3.3.tar.xz) = 20096bd99681c719164cefafc9046271de255acb
+RMD160 (libwpg-0.3.3.tar.xz) = b09ab44cdb4731ec3aee299ac256ac5214dadefa
+SHA512 (libwpg-0.3.3.tar.xz) = 99f8346b336eb902626fe07836c73870a57e100620ddd242ce7c2866e564483ed024a3a0b2804f81a0f59a0873310c3a93c005d306437a27818a6f4374c0c491
+Size (libwpg-0.3.3.tar.xz) = 328664 bytes



Home | Main Index | Thread Index | Old Index