pkgsrc/multimedia/frei0r/Makefile
nia ac2f3ec319 frei0r: Update to 1.7.0
1.7   - 6 December 2019

	This release includes three new filters, code cleanups and several
	bugfixes improving stability of existing plugins.
	New filters (3): normaliz0r, elastic_scale, premultiply.
	Updated (47): alpha0ps, baltan, bgsubtractor, bluescreen0r, blur,
	c0rners, cairogradient, cairoimagegrid, cartoon, cluster,
	coloradj, colorhalftone, curves, d90stairsteppingfix, defish0r,
	delay0r, edgeglow, emboss, facebl0r, facedetect, levels,
	lightgraffiti, measure, ndvi, nervous, nosync0r, primaries,
	rgbnoice, rgbsplit0r, scanline0r, select0r, sopsat, spillsupress,
	three_point_balance, timeout, tutorial, vertigo, vignette, water,
	alphaatop, alphain, alphaout, alphaover, alphaxor,
	cairoaffineblend, cairoblend, xfade0r
2019-12-07 19:17:59 +00:00

24 lines
639 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/12/07 19:17:59 nia Exp $
DISTNAME= frei0r-plugins-1.7.0
PKGNAME= ${DISTNAME:S/-plugins//}
CATEGORIES= multimedia
MASTER_SITES= https://files.dyne.org/frei0r/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://frei0r.dyne.org/
COMMENT= Collection of free and portable video plugins
LICENSE= gnu-gpl-v2
USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release"
# Not in pkgsrc yet
CMAKE_ARGS+= -DWITHOUT_GAVL=ON
# Not compatible with latest version
CMAKE_ARGS+= -DWITHOUT_OPENCV=ON
.include "../../graphics/cairo/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"