svn commit: r419077 - branches/2016Q3/graphics/gegl3
Jan Beich
jbeich at FreeBSD.org
Mon Jul 25 22:14:55 UTC 2016
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 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-branches
mailing list