svn commit: r419075 - head/graphics/gegl3

Jan Beich jbeich at FreeBSD.org
Mon Jul 25 22:11:15 UTC 2016


Author: jbeich
Date: Mon Jul 25 22:11:13 2016
New Revision: 419075
URL: https://svnweb.freebsd.org/changeset/ports/419075

Log:
  graphics/gegl3: apply r386216 + previous commit
  
  - Bundled poly2tri-c is under BSD3CLAUSE
  - Only V4L still uses LGPL20+ code
  - More (but not all) operations/common/*.c are under GPLv3
  
  While here define CPE information.
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/gegl3/Makefile   (contents, props changed)

Modified: head/graphics/gegl3/Makefile
==============================================================================
--- head/graphics/gegl3/Makefile	Mon Jul 25 22:11:02 2016	(r419074)
+++ head/graphics/gegl3/Makefile	Mon Jul 25 22:11:13 2016	(r419075)
@@ -12,10 +12,15 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Graph based image processing framework
 
+LICENSE=	BSD3CLAUSE GPLv3+ LGPL3+
+LICENSE_COMB=	multi
+LICENSE_FILE_GPLv3+ =	${WRKSRC}/COPYING
+LICENSE_FILE_LGPL3+ =	${WRKSRC}/COPYING.LESSER
+
 LIB_DEPENDS=	libbabl-0.1.so:x11/babl \
 		libjson-glib-1.0.so:devel/json-glib
 
-USES=		gettext gmake libtool pathfix pkgconfig shebangfix tar:bzip2
+USES=		cpe gettext gmake libtool pathfix pkgconfig shebangfix tar:bzip2
 USE_GNOME=	glib20 intltool introspection:build
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
@@ -99,6 +104,7 @@ SPIRO_CONFIGURE_WITH=	libspiro
 V4L_BUILD_DEPENDS=	v4l_compat>=0:multimedia/v4l_compat
 V4L_LIB_DEPENDS=	libv4l2.so:multimedia/libv4l
 V4L_CONFIGURE_WITH=	libv4l
+V4L_VARS=		LICENSE+=LGPL20+
 
 WEBP_LIB_DEPENDS=	libwebp.so:graphics/webp
 WEBP_CONFIGURE_WITH=	webp


More information about the svn-ports-head mailing list