summaryrefslogtreecommitdiff
path: root/graphics (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build on 9.x.Raphael Kubo da Costa2015-12-041-0/+19
| | | | | | | | | | | | | | | | | | | Add a missing include so that the port builds on 9.3-{amd64,i386}: /wrkdirs/usr/ports/graphics/hugin/work/hugin-2015.0.0/src/hugin_cpfind/localfeatures/RansacFiltering.cpp: In function 'int genint(int)': /wrkdirs/usr/ports/graphics/hugin/work/hugin-2015.0.0/src/hugin_cpfind/localfeatures/RansacFiltering.cpp:28:31: error: 'rand' was not declared in this scope return (int)((double)rand()*x/(double)RAND_MAX); ^ /wrkdirs/usr/ports/graphics/hugin/work/hugin-2015.0.0/src/hugin_cpfind/localfeatures/RansacFiltering.cpp:28:43: error: 'RAND_MAX' was not declared in this scope return (int)((double)rand()*x/(double)RAND_MAX); ^ The quarterly branch is not affected, it still contains hugin 2013.0.0. Approved by: portmgr blanket approval (trivial and tested build fix) Notes: svn path=/head/; revision=402987
* - Update to 1.8.1Sunpoet Po-Chuan Hsieh2015-12-042-3/+3
| | | | | | | Changes: https://github.com/sdsykes/fastimage/commits/master Notes: svn path=/head/; revision=402969
* - Update to 0.12Sunpoet Po-Chuan Hsieh2015-12-0412-121/+129
| | | | | | | | | | | | | | | | | | | | | | - Add LICENSE_FILE - Convert to new options helper - Convert to new options target helper - Convert to new test framework - Remove EXTRACT_AFTER_ARGS - Sort USES - Use USES=shebangfix - Repack test tarball - Cosmetic change - Split and rename patch files - Regenerate patch files with makepatch: - Update WWW - Add git repository to WWW - Take maintainership Changes: http://git.ghostscript.com/?p=jbig2dec.git;a=blob;f=CHANGES;hb=HEAD Notes: svn path=/head/; revision=402944
* Update Mesa ports to 11.0.6.Koop Mast2015-12-045-21/+24
| | | | | | | Obtained from: x11 team development repo. Notes: svn path=/head/; revision=402912
* Update giflib to 5.1.1Antoine Brodin2015-12-0324-21/+26
| | | | | | | PR: 204492 Notes: svn path=/head/; revision=402898
* Update to 1.6.20Antoine Brodin2015-12-033-6/+6
| | | | | | | | MFH: 2015Q4 Security: CVE-2015-8126 Notes: svn path=/head/; revision=402897
* - fix build for ruby >= 2.1Dirk Meyer2015-12-032-8/+16
| | | | Notes: svn path=/head/; revision=402875
* graphics/waifu2x-converter-cpp: update to 1.0.0.400Jan Beich2015-12-022-8/+7
| | | | | | | Changes: https://github.com/tanakamura/waifu2x-converter-cpp/compare/007e7b1...6dbdc24 Notes: svn path=/head/; revision=402807
* graphics/p5-feedgnuplot: 1.35 -> 1.36Kurt Jaeger2015-12-012-3/+3
| | | | | | | - Added --equation to plot symbolic equations Notes: svn path=/head/; revision=402784
* Phototonic is a fast and functional image viewer and organizer, inspiredOlivier Duchateau2015-12-016-0/+66
| | | | | | | | | | by the traditional image viewer design (i.e. thumbnails and viewer layouts). WWW: http://oferkv.github.io/phototonic/ Notes: svn path=/head/; revision=402780
* graphics/optar: update distfile and undeprecateRene Ladan2015-11-303-22/+9
| | | | | | | | | | | | | - The port version changes from 1.0 to 2015.02.09 - Add license file - Clean up Makefile - Remove now unneeded patch PR: 204198 Submitted by: tkato432 Notes: svn path=/head/; revision=402708
* Update to 5.6.16 release.Alex Dupre2015-11-301-1/+0
| | | | Notes: svn path=/head/; revision=402669
* graphics/fotofix: fix typo in DESKTOP_ENTRIES, bump PORTREVISIONRene Ladan2015-11-301-1/+2
| | | | | | | Submitted by: danfe Notes: svn path=/head/; revision=402652
* graphics/waffle: Update to 1.5.2Jean-Sébastien Pédron2015-11-303-16/+11
| | | | | | | | | | | The "x11_egl" platform is now explicitely enabled. Reviewed by: danfe, kwm Approved by: kwm Differential Revision: https://reviews.freebsd.org/D4051 Notes: svn path=/head/; revision=402649
* graphics/fotofix: update to 0.01.1.88, unbreakRene Ladan2015-11-302-16/+21
| | | | | | | | | | | | | - change MASTER_SITES to GitHub - add manual page - add desktop entry - clean up Makefile PR: 204196 Submitted by: tkato432 Notes: svn path=/head/; revision=402648
* Update libepoxy to 1.3.1.Koop Mast2015-11-292-4/+5
| | | | | | | | Add LICENSE_FILES link. Don't restrict to python3 only. It only needs a python to build. Notes: svn path=/head/; revision=402612
* graphics/libGL: unbreak build on sparc64Michael Moll2015-11-291-1/+10
| | | | | | | | | Approved by: x11 (kwm) MFH: 2015Q4 Differential Revision: https://reviews.freebsd.org/D4311 Notes: svn path=/head/; revision=402605
* Allow to build on PowerPC.Alexey Dokuchaev2015-11-293-0/+21
| | | | Notes: svn path=/head/; revision=402595
* - Update to 0.5TAKATSU Tomonari2015-11-292-3/+3
| | | | Notes: svn path=/head/; revision=402593
* graphics/gimp-elsamuko-script: make fetchableRene Ladan2015-11-291-5/+1
| | | | | | | | | | This port needs to use USE_GITHUB properly. PR: 200272 Submitted by: Rainer Hurling (rhurling gwdg de) Notes: svn path=/head/; revision=402591
* Deprecate ports broken for more than 6 monthsAntoine Brodin2015-11-291-0/+2
| | | | Notes: svn path=/head/; revision=402586
* - Fix build on armv6Sunpoet Po-Chuan Hsieh2015-11-292-1/+117
| | | | | | | | | | | - Bump PORTREVISION for package change PR: 201226 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Tested by: mmoll Notes: svn path=/head/; revision=402582
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-11-291-1/+2
| | | | Notes: svn path=/head/; revision=402570
* Remove expired ports:Rene Ladan2015-11-2839-798/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-11-26 audio/pecl-id3: Broken for more than 6 months 2015-11-26 dns/geta: Broken for more than 6 months 2015-11-26 finance/openerp-web: Broken for more than 6 months 2015-11-26 devel/py-async: Further using of this module is not encouraged by upstream 2015-11-26 chinese/kon2: Depends on expiring chinese/cce 2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi 2015-11-26 archivers/wzip: Broken for more than 6 months 2015-11-26 databases/sybtcl: Broken for more than 6 months 2015-11-26 biology/povchem: Broken for more than 6 months 2015-11-26 audio/btc: Broken for more than 6 months 2015-11-26 astro/wmglobe: Broken for more than 6 months 2015-11-26 graphics/pyro: Broken for more than 6 months 2015-11-26 graphics/jpeg2ps: Broken for more than 6 months 2015-11-26 chinese/gugod-clean: Broken for more than 6 months 2015-11-26 comms/bforce: Broken for more than 6 months 2015-11-26 cad/geda-docs: Broken for more than 6 months 2015-11-26 chinese/cwtexttf: Broken for more than 6 months 2015-11-26 comms/zmtx-zmrx: Broken for more than 6 months 2015-11-26 astro/sky2000: Broken for more than 6 months 2015-11-26 deskutils/libopensync-plugin-file: Broken for more than 6 months 2015-11-26 databases/sqlite-ext-mobigroup: Broken for more than 6 months 2015-11-26 chinese/bg5ps: Broken for more than 6 months 2015-11-26 deskutils/x-tile: Broken for more than 6 months 2015-11-26 graphics/pure-gl: Broken for more than 6 months 2015-11-26 audio/dvda-author: Broken for more than 6 months 2015-11-26 chinese/oxim: Broken for more than 6 months 2015-11-26 editors/spe: Broken for more than 6 months 2015-11-26 audio/mpdscribble: Broken for more than 6 months 2015-11-26 cad/geda-symcheck: Broken for more than 6 months 2015-11-26 audio/linux-fmodapi: Broken for more than 6 months 2015-11-26 audio/pure-audio: Broken for more than 6 months 2015-11-26 editors/bpatch: Broken for more than 6 months 2015-11-26 benchmarks/geekbench: Broken for more than 6 months 2015-11-26 graphics/icoconvert: Broken for more than 6 months 2015-11-26 cad/geda-utils: Broken for more than 6 months 2015-11-26 deskutils/tomboy-plugin-wordcount: Broken for more than 6 months 2015-11-26 graphics/sketch: Broken for more than 6 months 2015-11-26 ftp/spegla: Broken for more than 6 months 2015-11-26 graphics/clutter-box2d: Broken for more than 6 months 2015-11-26 audio/scmpc: Broken for more than 6 months 2015-11-26 ftp/gnusget: Broken for more than 6 months 2015-11-26 comms/gpsk31: Broken for more than 6 months 2015-11-26 cad/geda-gschem: Broken for more than 6 months 2015-11-26 audio/ampache: Broken for more than 6 months 2015-11-26 cad/slffea: Broken for more than 6 months 2015-11-26 audio/cripple: Broken for more than 6 months 2015-11-26 cad/geda-gattrib: Broken for more than 6 months 2015-11-26 cad/findhier: Broken for more than 6 months 2015-11-26 biology/njplot: Broken for more than 6 months 2015-11-26 audio/wmmp: Broken for more than 6 months 2015-11-26 x11/avant-window-navigator: Broken for more than 6 months 2015-11-26 cad/geda-netlist: Broken for more than 6 months 2015-11-26 deskutils/libopensync-plugin-sunbird: Broken for more than 6 months 2015-11-26 biology/ortep3: Broken for more than 6 months 2015-11-26 astro/aa: Broken for more than 6 months 2015-11-26 french/belote: Broken for more than 6 months 2015-11-26 converters/p5-String-SetUTF8: Broken for more than 6 months 2015-11-26 cad/geda-examples: Broken for more than 6 months 2015-11-26 editors/yasnippet: Broken for more than 6 months 2015-11-26 audio/musica: Broken for more than 6 months 2015-11-26 graphics/rubyphoto: Broken for more than 6 months 2015-11-26 german/bsdpaste: Broken for more than 6 months 2015-11-26 audio/amrcoder: Broken for more than 6 months 2015-11-26 sysutils/bashburn: Broken for more than 6 months 2015-11-26 editors/e93: Broken for more than 6 months 2015-11-26 audio/tepsonic: Broken for more than 6 months 2015-11-26 astro/ephem: Broken for more than 6 months 2015-11-26 chinese/cce: Broken for more than 6 months 2015-11-26 graphics/qcread: Broken for more than 6 months 2015-11-26 databases/py-sqlkit: Broken for more than 6 months 2015-11-26 databases/usogres: Broken for more than 6 months 2015-11-26 cad/libgeda: Broken for more than 6 months 2015-11-26 chinese/p5-Lingua-ZH-BPMFConvert: Broken for more than 6 months 2015-11-26 french/alphabet_sounds_fr: Broken for more than 6 months 2015-11-26 deskutils/mrundlg: Broken for more than 6 months 2015-11-26 databases/erlang-mysql: Broken for more than 6 months 2015-11-26 graphics/linux-XnViewMP: Broken for more than 6 months 2015-11-26 deskutils/akamaru: Broken for more than 6 months 2015-11-26 dns/p5-Net-DNS-ZoneCheck: Broken for more than 6 months 2015-11-26 astro/dgpsip: Broken for more than 6 months 2015-11-26 databases/pecl-handlersocket: Broken for more than 6 months 2015-11-26 audio/cymbaline: Broken for more than 6 months 2015-11-26 french/dico: Broken for more than 6 months 2015-11-26 comms/qpage: Broken for more than 6 months 2015-11-26 audio/sonice: Broken for more than 6 months 2015-11-26 cad/geda-symbols: Broken for more than 6 months 2015-11-26 databases/java-mybatis: Broken for more than 6 months 2015-11-26 databases/openbase-jdbc: Broken for more than 6 months 2015-11-27 www/mediawiki119: Please upgrade to mediawiki-1.25 2015-11-28 www/R-cran-Rpad: Unmaintained upstream Notes: svn path=/head/; revision=402562
* Update ImageMagick to 6.9.2-7.Koop Mast2015-11-283-4/+3
| | | | Notes: svn path=/head/; revision=402561
* graphics/lensfun: bump PORTREVISIONMichael Moll2015-11-281-0/+1
| | | | | | | | | | r402504 did effectively change the resulting binary for default i386 builds PR: 200028 Submitted by: jbeich Notes: svn path=/head/; revision=402552
* Update to upstream version 1.7.88Thomas Zander2015-11-282-3/+3
| | | | | | | | | | | Version 1.7.88 eliminates a potential overflow while adding iTXt chunk. PR: 204733 Submitted by: vsasjason@gmail.com (maintainer) MFH: 2015Q4 Notes: svn path=/head/; revision=402541
* graphics/lensfun: fix build on armMichael Moll2015-11-281-0/+8
| | | | | | | | | PR: 200028 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Approved by: danfe (maintainer) Notes: svn path=/head/; revision=402504
* Depend on sqlite3Greg Lehey2015-11-272-3/+4
| | | | | | | | | | | | Not found by: port test Find a more general way to determine the python path. Approved by: edwin@ (mentor) MFC after: 3 weeks Notes: svn path=/head/; revision=402471
* Do not unconditionally use SSE4.1 code: not just it makes it less portable,Alexey Dokuchaev2015-11-273-1/+58
| | | | | | | it might crash on CPUs that do not support those instructions, with SIGILL. Notes: svn path=/head/; revision=402466
* - Take MaintainershipMartin Wilke2015-11-266-6/+6
| | | | | | | Approved by: mat (mentor) Notes: svn path=/head/; revision=402439
* - Update to 0.8.1TAKATSU Tomonari2015-11-252-6/+7
| | | | Notes: svn path=/head/; revision=402415
* - Add new port: graphics/R-cran-visNetworkTAKATSU Tomonari2015-11-254-0/+28
| | | | | | | | | | Provides an R interface to the 'vis.js' JavaScript charting library. It allows an interactive visualization of networks. WWW: https://cran.r-project.org/web/packages/visNetwork/ Notes: svn path=/head/; revision=402414
* - Update to version 1.5.1 which fixes a few annoying issues with glossyAlexey Dokuchaev2015-11-243-10/+13
| | | | | | | | | | | | materials when using the new LuxCore rendering modes - Because upstream did not use different tag names for LuxCore and LuxRender this time, avoid distfile name clash by using .tar.gz format for smaller distfile (3.1M) and .tar.bz2 for the larger one (28M) - Ensure that correct build number is reported in the "About" dialog box - Fix USES and DISTVERSION check for version 1.4 support while I'm here Notes: svn path=/head/; revision=402368
* Bump port revision that should've been part of r402355 (given a chance toAlexey Dokuchaev2015-11-241-9/+5
| | | | | | | touch Makefile again, convert IMAGEVIEWER option to helper knobs). Notes: svn path=/head/; revision=402357
* - Allow to build OpenImageIO without OpenCV, JPEG 2000, and TrueType supportAlexey Dokuchaev2015-11-243-13/+26
| | | | | | | | | | | | | | | - Turn off FFMPEG option by default; fix spelling of "FFmpeg" and "Color" - Make sure that `graphics/py-openimageio' slave port remains optionless - While here, wrap couple of long lines and beautify port description text OpenCV and FFMPEG are heavy dependencies, while these features might not even be used in consumer ports (e.g. blender, luxrender, and appleseed). More to it, OpenCV is broken on PowerPC, which prevents building any consumer ports. Approved by: maintainer Notes: svn path=/head/; revision=402355
* graphics/gtk-update-icon-cache: restore r297047 after r313633Jan Beich2015-11-241-7/+6
| | | | | | | | | | | | | | - Invoke pkg-config(1) instead of checking manually [1] - Convert to ECHO_MSG which can be silenced PR: 166279 Reported by: mi (via mail on gnome@ list) Approved by: gnome (kwm) Submitted by: John Hein <jh-fbml@snkmail.com> [1] Differential Revision: https://reviews.freebsd.org/D4260 Notes: svn path=/head/; revision=402343
* Update gimp to 2.8.16, 20 years gimp anniversary edition.Koop Mast2015-11-234-7/+19
| | | | Notes: svn path=/head/; revision=402331
* - Add missing USES=localbaseSunpoet Po-Chuan Hsieh2015-11-231-6/+6
| | | | | | | | - Fix build for dependent ports if OPENMP enabled - Bump PORTREVISION for package change Notes: svn path=/head/; revision=402311
* 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
* Add missing dependency.Greg Lehey2015-11-233-1/+16
| | | | | | | | | | | | Add missing files to pkg-plist. Work around breakage in configuration files. Reviewed by: Callum Gibson, Henrik Johansson Approved by: edwin@ (mentor) MFC after: 2 weeks Notes: svn path=/head/; revision=402255
* - Update graphics/libraw to 0.17.0Dmitry Marakasov2015-11-2213-31/+29
| | | | | | | | | | | - While here, minor port cleanup, switch to options helpers - Bump PORTREVISIONs of consumers as soversion has changed PR: 204553 Submitted by: graham@menhennitt.com.au Notes: svn path=/head/; revision=402228
* Make installation of sample files optional (as port examples).Alexey Dokuchaev2015-11-222-17/+19
| | | | Notes: svn path=/head/; revision=402227
* Update ImageMagick7 to 20151120 snapshot.Koop Mast2015-11-223-9/+12
| | | | | | | | | * Convert the custom test target into a do-test target and run it when the TESTS options is selected. * Sort plist Notes: svn path=/head/; revision=402223
* Update ImageMagick to 6.9.2-6.Koop Mast2015-11-223-55/+63
| | | | | | | | | * Convert the custom test target into a do-test target and run it when the TESTS options is selected. * Sort plist Notes: svn path=/head/; revision=402222
* Update Gstreamer suite to 1.6.1.Koop Mast2015-11-211-1/+1
| | | | Notes: svn path=/head/; revision=402206
* - rename MAN1Dirk Meyer2015-11-211-4/+4
| | | | Notes: svn path=/head/; revision=402193
* - use post-install-DOCS-onDirk Meyer2015-11-211-2/+2
| | | | Notes: svn path=/head/; revision=402172
* Unbreak the build on PowerPC by using modern compiler (GCC). The problemAlexey Dokuchaev2015-11-211-1/+1
| | | | | | | | was the same as fixed recently in r401989 since FreeImage bundles its own copy of OpenEXR. Notes: svn path=/head/; revision=402169
* - Update to version 1.3.0-beta, which integrates most of our patches forAlexey Dokuchaev2015-11-2120-821/+107
| | | | | | | | | native FreeBSD support - Provide the real ONLY_FOR_ARCHS_REASON - Rename DISNEY_MATERIAL to simply DISNEY (previous name was too long) Notes: svn path=/head/; revision=402145