pkgsrc/devel/libgsf/Makefile

27 lines
773 B
Makefile
Raw Normal View History

2016-08-03 12:22:08 +02:00
# $NetBSD: Makefile,v 1.87 2016/08/03 10:22:11 adam Exp $
Update to 1.14.34, so that gnumeric112 has a chance of building. libgsf 1.14.34 Morten: * Fix OLE2 property parsing problem. [#748528] * Fuzzed file fixes. [#749120] [#749169] [#749183] [#750809] [#751273] * xlsx: fix problem with absolute relation targets. [#751120] * Fix text line problem with very long lines. -------------------------------------------------------------------------- libgsf 1.14.33 Morten: * Ensure floats roundtrip through our xml functions. * Improve handling of unknown xml tags. * xml parser improvements. * xml pretty-printing improvements. -------------------------------------------------------------------------- libgsf 1.14.32 Morten: * Fix obscure problem with xml parser. * Add vml to openpkg utils. * Allow NULL content type for openpkg. * Plug leak. -------------------------------------------------------------------------- libgsf 1.14.31 Andreas: * Add two new localc name spaces to gsf-opendoc-utils Allin Cottrell: * Add support for non-default zip compression level. [#722470] Morten: * Plug leaks. * Dead kittens. * Reduce number of CRITICALs for corrupted files. * Read zip files with 64k+ members. [Part of #732209] * Read zip files members larger than 4G. [Part of #732209] * Speed up zip file reading for lots of members. * Speed up stdio directory handling with large number of files. * Fix various issues with files larger than 4G. * Fix minor zip file issues. * Write zip archives with more than 64k+ members. * Store unix modtime in zip. (Until that overflows.) * Fix seekability checks in GsfOutputIOChannel. * Avoid implementation defined behaviour of shifts. * Start a test suite.
2015-08-06 14:47:26 +02:00
DISTNAME= libgsf-1.14.34
2016-08-03 12:22:08 +02:00
PKGREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgsf/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME2 structured file library
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
USE_TOOLS+= gmake intltool msgfmt pkg-config
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE= libgsf-1.pc.in
2004-02-11 05:58:15 +01:00
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
2004-02-11 05:58:15 +01:00
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"