diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-07-25 22:11:13 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-07-25 22:11:13 +0000 |
commit | 58077f89edf746055edead517dfcdc29d98ad98e (patch) | |
tree | b617a550d5871a24768fb11d1093c3e6d94383eb /graphics | |
parent | graphics/gegl: clarify LICENSE (diff) |
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
Notes
Notes:
svn path=/head/; revision=419075
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gegl3/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/gegl3/Makefile b/graphics/gegl3/Makefile index a0cca14533df..5f959694e16d 100644 --- a/graphics/gegl3/Makefile +++ b/graphics/gegl3/Makefile @@ -12,10 +12,15 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.a1//} 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 |