c280e59732
Pkgsrc changes: * Bump version. * Adjust PLIST. Upstream changes: goffice 0.10.23: Details of changes by contributor: Jean * Disable metafiles support when there is no screen. [Bug 748493]. * Fuzzed file fixes. [Bug 750860] [Bug 751059] [Bug 751256] [Bug 751257] [Bug 751272] [Bug 751925] [Bug 752223]. Morten * Fix ABR [Bug 749167]. * Shield Cairo from image sizes it cannot handle. [Bug 749274]. * Plug leaks. [Bug 749395]. * Portability problem affecting macs. [Bug 749463]. * Fuzzed file fixes. [Bug 750047] [Bug 751250]. * Fix log-fit problem. [Redhat Bug 1240470]. * Fix general format for wide case. [Bug 752839]. goffice 0.10.22: Noteworthy news in this release: * Graph fixes and enhancements. Details of changes by contributor: Jean * Fix selection of axes using only part fo the plot area. [Bug 746456]. * Protect colored xy and bubble plots against NULL z values. * Update circular axis bounds after a unit change. [Bug 746738]. * Auto fill color made transparent for opened markers. [Bug 691025]. * Make manual scale really manual. [Bug 700599]. Johannes Deutsch * Do not draw the line over the arrow head at start. [Bug 745736]. Morten * Improve log axis bounds. [Bug 745960]. * Fix format used for stacked percentage graphs. * Don't force bar/col axis to include 0 for log axis. * Don't force radial plots to include 0 for log axis. * Rewrite pattern-fill rendering. [Bug 747212]. * Add go_cotpi and go_atan2pi. * Fix persistence of ring plot center size.
40 lines
1.5 KiB
Makefile
40 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.18 2015/08/13 15:10:44 he Exp $
|
|
|
|
DISTNAME= goffice-0.10.23
|
|
PKGNAME= ${DISTNAME:S/goffice/goffice0.10/}
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.10/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Library of document-centric objects and utilities
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgoffice.pc.in
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.38.0
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.24
|
|
.include "../../devel/libgsf/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.pango+= pango>=1.24.0
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.10.0
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gdk-pibxbuf2+= gdk-pixbuf2>=2.22.0
|
|
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.librsvg+= librsvg>=2.22.0
|
|
.include "../../graphics/librsvg/buildlink3.mk"
|
|
.include "../../graphics/lasem/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.4.12
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.8.7
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|