aboutsummaryrefslogtreecommitdiff
path: root/graphics/gegl3
Commit message (Collapse)AuthorAgeFilesLines
* Update gegl3 to 0.3.18.Koop Mast2017-06-024-226/+20
| | | | | | | | | | | * Switch to USES=localbase * Record missing dependancy for OPENEXR option * Drop custom WRKSRC, it was needed for alpha releases. Obtained from: gnome devel repo (based on) Notes: svn path=/head/; revision=442365
* Update to 0.6.0Sunpoet Po-Chuan Hsieh2017-04-301-1/+1
| | | | | | | | | - Bump PORTREVISION for dependent ports Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS Notes: svn path=/head/; revision=439814
* - Update graphics/libraw to 0.18.0Jason E. Hale2017-01-191-1/+1
| | | | | | | | | | | | | | | | - Complete conversion to options helpers - Add options for JPEG and JASPER support - Side note: This had a dependency on jpeg before, so the JPEG option default is ON. However, the configure script wasn't detecting it previously. - Silence MKDIRs - Take maintainership - Chase shared library bump Changes: http://www.libraw.org/download#changelog Notes: svn path=/head/; revision=431839
* graphics/gegl3: unbreak FFMPEG=on runtimeJan Beich2016-12-122-1/+43
| | | | | | | | | | | | | | | | | | | | | $ echo CFLAGS+=-Werror=implicit-function-declaration >>Makefile.local $ make [...] ./ff-save.c:700:9: error: implicit declaration of function 'avcodec_encode_video' is invalid in C99 [-Werror,-Wimplicit-function-declaration] avcodec_encode_video (c, ^ ./ff-save.c:700:9: note: did you mean 'avcodec_encode_video2'? /usr/local/include/libavcodec/avcodec.h:5323:5: note: 'avcodec_encode_video2' declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^ PR: 207547 Obtained from: upstream Approved by: portmgr blanket Notes: svn path=/head/; revision=428399
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-111-1/+1
| | | | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog PR: 207547 Submitted by: riggs, ebirth@b0ss.net (libressl fix) Exp-run by: antoine (3 tries) Notes: svn path=/head/; revision=428352
* graphics/gegl{,3}: fix typos in optionsJan Beich2016-07-251-2/+2
| | | | | | | | | | | - gegl: SIMD=on has the opposite effect - gegl3: ENSCRIPT=on has no effect Approved by: portmgr blanket MFH: 2016Q4 Notes: svn path=/head/; revision=419079
* graphics/gegl3: apply r386216 + previous commitJan Beich2016-07-251-1/+7
| | | | | | | | | | | | | - 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: svn path=/head/; revision=419075
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-18/+18
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 0.5.0Sunpoet Po-Chuan Hsieh2016-04-011-0/+1
| | | | | | | | | - Bump PORTREVISION for graphics/webp shlib change Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS Notes: svn path=/head/; revision=412334
* Update gegl3 to 3.0.4.Koop Mast2015-12-103-18/+7
| | | | | | | | | | | * Remove SIMD option, the logic in the Makefile was inverted, so it was enabled anyway. * Add GEXIV2 option description * Fix plist for not-enabled RAW option * Don't install examples Notes: svn path=/head/; revision=403475
* Update gegl3 to 0.3.2.Koop Mast2015-11-233-11/+28
| | | | | | | | | | Replace Openraw Option/dependancy with libraw. Add tiff (default on) and gexiv2 options. Fix plist when ffmpeg option is selected. Notes: svn path=/head/; revision=402284
* Update gegl3 to 0.3.0.Koop Mast2015-07-303-42/+16
| | | | | | | | * First stable release. * Remove documentation code since it horribly borken. Notes: svn path=/head/; revision=393226
* Convert to USES=jpegAntoine Brodin2015-06-221-1/+1
| | | | Notes: svn path=/head/; revision=390310
* Add gegl3, git snapshot of what will be gegl 0.3.0 when it is released.Koop Mast2015-03-254-0/+504
Disable docs for now, will be enabled when 0.3.0 is released. Convert to option helpers, mention why the UMFPACK support doesn't work. Make parallel installable with gegl 0.2 by renaming the installed executable and example dirs. Notes: svn path=/head/; revision=382274