c8b1b02f9d
goffice 0.10.35: Morten: * Fix quad-precision overflow problem. -------------------------------------------------------------------------- goffice 0.10.34: Morten: * Fix rich-text format problem. -------------------------------------------------------------------------- goffice 0.10.33: Jean: * Make box plots look like bar plots in legends. [#773825] * Fix conditional compilation for long double. Patch from Ludovic Rousseau). [#774439] * Reimplement major grids for discrete axes. [#775624]. * Fix add child menu in graph guru. [#777336] * Fix evaluation of regression curves for area plots. [#777334] Morten: * Introspection fixes. -------------------------------------------------------------------------- goffice 0.10.32: Morten: * Plug leak. * Avoid gnome-common dependency. -------------------------------------------------------------------------- goffice 0.10.31: -------------------------------------------------------------------------- goffice 0.10.30: Jean: * Fix color scale reference to its axis. [#766829] -------------------------------------------------------------------------- goffice 0.10.29: Jean: * Do not load invalid data labels in XYcolor plots. [#765155] * Fix an infinite loop condition in 3D plots. [#765480] * Implement line width and fill pattern support in themes. [#765970] Morten: * Improve go_complex_sqrt. * Improve go_complex_div. -------------------------------------------------------------------------- goffice 0.10.28: Jean: * Fix histograms with missing values. [#763446] Morten: * Configuration fixes. * Introspection improvements. -------------------------------------------------------------------------- goffice 0.10.27: Andreas: * Support new foreign element in ODF export of time styles Jean: * Add title to axis lines. [#760675] Morten: * Fix go_complex_powl accuracy for real case. * Fix go_complex_div for very small divisor. -------------------------------------------------------------------------- goffice 0.10.26: -------------------------------------------------------------------------- goffice 0.10.25: Morten: * Plug leaks. * Fix axis editing bug. [#684886] * Make builds more reproducible. -------------------------------------------------------------------------- goffice 0.10.24: Jean: * Fix bounds and distance for rectangle and paths in RTL mode. [#753963] * Don't access NULL X or Y values in YXZ matrix plots. [#754590]
40 lines
1.5 KiB
Makefile
40 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.23 2017/10/03 12:44:05 wiz Exp $
|
|
|
|
DISTNAME= goffice-0.10.35
|
|
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= https://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"
|