pkgsrc/graphics/libmypaint/Makefile
ryoon e52c8673c0 libmypaint: Update to 1.6.1
Changelog:
1.6.1 - libtool '-release' flag no longer used

1.6.0
This minor version release includes:

    The new mypaint_brush_stroke_to_2_linearsRGB function.
    Some performance improvements, particularly improved auto-vectorization in the spectral->rgb conversion function (thanks to SleepProgger).
    Improved documentation (still lacking a comprehensive overview).
    New translations for Croatian, Portuguese, Valencian, English (UK) and Dutch
2020-05-28 14:21:22 +00:00

24 lines
662 B
Makefile

# $NetBSD: Makefile,v 1.7 2020/05/28 14:21:22 ryoon Exp $
DISTNAME= libmypaint-1.6.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=mypaint/}
GITHUB_PROJECT= libmypaint
GITHUB_RELEASE= v${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.xz
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://mypaint.org/
COMMENT= Library for making brushstrokes
LICENSE= isc
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= intltool msgfmt msgmerge pkg-config xgettext
PKGCONFIG_OVERRIDE+= gegl/libmypaint-gegl.pc.in
PKGCONFIG_OVERRIDE+= libmypaint.pc.in
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../textproc/json-c/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"