Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2016 22:14:54 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r419077 - branches/2016Q3/graphics/gegl3
Message-ID:  <201607252214.u6PMEsgX025187@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Jul 25 22:14:54 2016
New Revision: 419077
URL: https://svnweb.freebsd.org/changeset/ports/419077

Log:
  MFH: r419075
  
  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
  Approved by:	ports-secteam blanket

Modified:
  branches/2016Q3/graphics/gegl3/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/graphics/gegl3/Makefile
==============================================================================
--- branches/2016Q3/graphics/gegl3/Makefile	Mon Jul 25 22:13:12 2016	(r419076)
+++ branches/2016Q3/graphics/gegl3/Makefile	Mon Jul 25 22:14:54 2016	(r419077)
@@ -12,10 +12,15 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 MAINTAINER=	gnome@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607252214.u6PMEsgX025187>