aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with GCC-based architecturesEmanuel Haupt2018-12-202-8/+6
| | | | | | | | | | | | - Add USES=localbase:ldflags - Re-generate patch files - Pacify portlint PR: 234187 Submitted by: pkubaj@anongoth.pl Notes: svn path=/head/; revision=487855
* This port needs USES=compiler:c++11-lang to build on GCC-based architectures.Mark Linimon2018-12-201-1/+1
| | | | | | | | | PR: 233921 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=487840
* USES=compiler:c++11-lang is needed to fix linking with multimedia/mlt.Mark Linimon2018-12-201-1/+2
| | | | | | | | PR: 233906 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=487835
* graphics/radiance: fix build with GCC-based architecturesYuri Victorovich2018-12-191-0/+3
| | | | | | | | PR: 234166 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=487803
* Mark BROKEN: fails to buildAntoine Brodin2018-12-181-0/+2
| | | | | | | | | | cd /wrkdirs/usr/ports/graphics/appleseed/work/.build/src/appleseed.shaders && /usr/local/bin/cmake -E make_directory /wrkdirs/usr/ports/graphics/appleseed/work/appleseed-1.7.1-beta/sandbox/shaders/maya && /wrkdirs/usr/ports/graphics/appleseed/work/appleseed-1.7.1-beta/sandbox/bin/oslc -O2 -DNDEBUG -I"/wrkdirs/usr/ports/graphics/appleseed/work/appleseed-1.7.1-beta/src/appleseed.shaders/include" -o /wrkdirs/usr/ports/graphics/appleseed/work/appleseed-1.7.1-beta/sandbox/shaders/maya/as_maya_anisotropic.oso /wrkdirs/usr/ports/graphics/appleseed/work/appleseed-1.7.1-beta/src/appleseed.shaders/src/maya/as_maya_anisotropic.osl /wrkdirs/usr/ports/graphics/appleseed/work/appleseed-1.7.1-beta/src/appleseed.shaders/include/appleseed/color/as_color_helpers.h:191: error: cannot write to "illuminant" (read-only symbol) Reported by: pkg-fallout Notes: svn path=/head/; revision=487777
* Upgrade to v.2.4.3.Thierry Thomas2018-12-182-5/+4
| | | | Notes: svn path=/head/; revision=487773
* Fix variable MYDEPENDS which should be MY_DEPENDSDan Langille2018-12-181-1/+1
| | | | | | | Sorry Notes: svn path=/head/; revision=487770
* Add graphics/p5-Image-OCR-TesseractDan Langille2018-12-185-0/+51
| | | | | | | perform ocr on an image and output text to stdout Notes: svn path=/head/; revision=487769
* graphics/py-sk1: Move to graphics/sk1; Update g20171127 -> 2.0rc3Yuri Victorovich2018-12-186-44/+66
| | | | | | | | | | | | | Port changes: * Change to tarballs from their site * Update license * Add shebangfix for setup.py * Update USE_WX to 3.0 * Add INSTALLS_ICONS * Make _VER based on DISTVERSIONFULL Notes: svn path=/head/; revision=487763
* graphics/drm-legacy-kmod: Update snapshotNiclas Zeising2018-12-182-6/+5
| | | | | | | | | | | | | | | Update graphics/drm-legacy-kmod to the latest snapshot. This includes FreeBSD r342182 by markj, which removes support code for UMS in radeonkms. This code was never used, but contains an integrer overflow bug. Original FreeBSD base commit: https://svnweb.freebsd.org/changeset/base/342182 Approved by: jmd (maintainer, implicit) MFH: 2018Q4 Notes: svn path=/head/; revision=487759
* graphics/gmic: Update 2.4.2 -> 2.4.3Yuri Victorovich2018-12-182-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=487758
* Fix version check. THis is only supported on 12 and later.Niclas Zeising2018-12-181-2/+2
| | | | | | | Noticed by: jbeich Notes: svn path=/head/; revision=487755
* graphics/netpbm: Update to 10.84.05Tobias Kortkamp2018-12-172-5/+5
| | | | | | | Changes: https://gitlab.com/tobiask/netpbm/raw/v10.84.05/doc/HISTORY Notes: svn path=/head/; revision=487695
* graphics/poppler: remove DEPRECATEDTobias C. Berner2018-12-171-3/+0
| | | | | | | | | | - the Qt4 slave port was deprecated. PR: 234083 Submitted by: <m.ne@gmx.net> Notes: svn path=/head/; revision=487654
* graphics/minder: Update to 1.1.3Tobias Kortkamp2018-12-173-4/+5
| | | | | | | Changes: https://github.com/phase1geo/Minder/releases/tag/1.1.3 Notes: svn path=/head/; revision=487652
* graphics/dcmtk: Fix build with GCC-based architecturesYuri Victorovich2018-12-161-1/+1
| | | | | | | | PR: 234054 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=487623
* graphics/vigra: update 1.11.0 -> 1.11.1, should fix PNG supportKurt Jaeger2018-12-165-31/+89
| | | | | | | | | PR: 228623 Reported by: grog Relnotes: https://mailhost.informatik.uni-hamburg.de/pipermail/vigra/2017-May/001352.html Notes: svn path=/head/; revision=487603
* Use regular DEPRECATED and EXPIRATION_DATE variables in an "if FLAVOR" blockRene Ladan2018-12-162-6/+4
| | | | | | | | | | instead of flavoring the variables themselves. This caused too much hassle for Tools/scripts/rmport. Discussed with: tcberner Notes: svn path=/head/; revision=487601
* Update PyQt5 to 5.11.3Tobias C. Berner2018-12-161-0/+3
| | | | | | | | | | | | | | - sip upgrade to 4.19.13 - qscintilla2 upgrade to 2.10.8 - PyQt5 upgrade to 5.11.3 This has been worked on by arrowd and myself. PR: 233954 Exp-run by: antoine Notes: svn path=/head/; revision=487597
* Update poppler to 0.72Tobias C. Berner2018-12-1636-490/+1254
| | | | | | | | | | | | | | | | | | | | | | This update brings many changes - the build system has switched to cmake - some ports needed to be switched to use their bundled version of poppler: - print/tex-luatex (r487226) - print/tex-xetex (r487226) - editors/opeonffice-devel - Qt4 support has been dropped - print/frescobaldi has been removed for this reason. - most of the added patches can be removed with the next upgrade of the concerning port. PR: 233452 Exp-run by: antoine Approved by: gnome (kwm) Differential Revision: https://reviews.freebsd.org/D17456 Notes: svn path=/head/; revision=487596
* Update KDE Frameworks to 5.53.0Tobias C. Berner2018-12-166-12/+9
| | | | | | | | | | https://www.kde.org/announcements/kde-frameworks-5.53.0.php PR: 233885 Exp-run by: antoine Notes: svn path=/head/; revision=487595
* Update Qt5 to 5.12.0Tobias C. Berner2018-12-169-30/+57
| | | | | | | | | | | | http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/ - This breaks support for libressl again. Patches are welcome. PR: 233705 Exp-run by: antoine Notes: svn path=/head/; revision=487594
* Remove expired ports:Rene Ladan2018-12-167-366/+0
| | | | | | | | 2018-12-15 graphics/cuneiform: Unmaintained upstream 2018-12-15 dns/knot1: EOL upstream; successor dns/knot2 is in place Notes: svn path=/head/; revision=487552
* graphics/gscan2pdf: remove optional dependency on expired graphics/cuneiformRene Ladan2018-12-161-3/+1
| | | | Notes: svn path=/head/; revision=487551
* graphics/yagf: deal with graphics/cuneiform expirationRene Ladan2018-12-162-11/+7
| | | | | | | | | - drop optional dependency on expired cuneiform - update pkg-descr - bump PORTREVISION Notes: svn path=/head/; revision=487550
* graphics/Coin: Add USES=gl; Fix USE_GL; Add LICENSE_FILEYuri Victorovich2018-12-151-3/+4
| | | | Notes: svn path=/head/; revision=487543
* - Update to 2.11Danilo Egea Gondolfo2018-12-152-6/+5
| | | | Notes: svn path=/head/; revision=487530
* - Update to 2.2.1Danilo Egea Gondolfo2018-12-153-5/+5
| | | | Notes: svn path=/head/; revision=487523
* graphics/drm-fbsd12.0-kmod: Update snapshotNiclas Zeising2018-12-152-5/+5
| | | | | | | | | | Update to latest snapshot to pull in a fix for running sysctl -a when using amdgpu. This fix is aldready in drm-current-kmod. Approved by: jmd (maintainer, implicit) Notes: svn path=/head/; revision=487492
* graphics/osg and graphics/osg-devel: Add USES=gl; Simplify CONFLICTS statementYuri Victorovich2018-12-142-4/+4
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=487466
* New port: graphics/qtpbfimagepluginTobias C. Berner2018-12-144-0/+35
| | | | | | | | PR: 233878 Submitted by: Nikolay Korotkiy <sikmir@gmail.com> Notes: svn path=/head/; revision=487438
* Update KDE Applications to 18.12.0Tobias C. Berner2018-12-1436-83/+53
| | | | | | | https://www.kde.org/announcements/announce-applications-18.12.0.php Notes: svn path=/head/; revision=487405
* - use qt5Dirk Meyer2018-12-131-7/+5
| | | | | | | Obtained from: debian Notes: svn path=/head/; revision=487375
* - use qt5Dirk Meyer2018-12-139-0/+153
| | | | | | | Obtained from: debian Notes: svn path=/head/; revision=487374
* graphics/dcmtk: Update 3.6.0 -> 3.6.4; Move to the 'graphics' categoryYuri Victorovich2018-12-1319-612/+1274
| | | | | | | | | | | | Port changes: * Take maintainership * Move to github * Remove targets: it installs itself fine Update graphics/aeskulap: Swutch to a more updated fork; Update patches and dependencies. Notes: svn path=/head/; revision=487330
* Remove duplicate port (of devel/dcmtk)Antoine Brodin2018-12-125-1227/+0
| | | | | | | Pointy hat: yuri Notes: svn path=/head/; revision=487328
* New port: graphics/dcmtk: DICOM ToolKit, libraries and applications for ↵Yuri Victorovich2018-12-125-0/+1227
| | | | | | | DICOM/MEDICOM standard Notes: svn path=/head/; revision=487321
* Update Imagemagick7 to 7.0.8-16.Koop Mast2018-12-126-43/+9
| | | | Notes: svn path=/head/; revision=487310
* Update ImageMagick6 to 6.9.10-16.Koop Mast2018-12-124-40/+4
| | | | Notes: svn path=/head/; revision=487309
* graphics/drm-fbsd11.2-kmod: update to latest snapshotJohannes M Dieterich2018-12-122-9/+5
| | | | | | | | | | | | | | | Switch to dedicated upstream branch for this release. Indicate Linux DRM version as part of port version to sync with other DRM ports. Remove outdated check for old CURRENT. Reviewed by: zeising (x11) Differential Revision: https://reviews.freebsd.org/D18507 Notes: svn path=/head/; revision=487275
* graphics/drm-fbsd12.0: Update to 4.16 DRMJohannes M Dieterich2018-12-123-12/+34
| | | | | | | | | | | | | Despite the improvements going from 4.11 to 4.16, it also brings experimental support for i386 and powerpc64. Switch to dedicated upstream 12.0 branch Reviewed by: zeising (x11) Differential Revision: https://reviews.freebsd.org/D18508 Notes: svn path=/head/; revision=487274
* graphics/drm-current-kmod: update to latest snapshotJohannes M Dieterich2018-12-122-6/+5
| | | | | | | | | | | Fixes crash when running sysctl -a. Reviewed by: zeising (x11) Approved by: zeising (x11) Differential Revision: https://reviews.freebsd.org/D18509 Notes: svn path=/head/; revision=487273
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-12235-163/+235
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* devel/boost-*: update to 1.69.0Jan Beich2018-12-1244-41/+44
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645 Notes: svn path=/head/; revision=487266
* Update multimedia/mlt, multimedia/shotcut and graphics/movitTobias C. Berner2018-12-115-16/+18
| | | | | | | | | | | | | | | - multimedia/mlt: 6.12.0 - multimedia/shotcut: 18.11.18 - graphics/movit: 1.6.2 To reduce the bumps, all in one. PR: 229068 PR: 229071 Approved by: multimedia (kwm) Notes: svn path=/head/; revision=487262
* graphics/feh: Update to 3.1.1Niclas Zeising2018-12-112-4/+4
| | | | | | | Changelog: https://feh.finalrewind.org/archive/3.1.1/ Notes: svn path=/head/; revision=487259
* Add graphics/webp-pixbuf-loader, gdkpixbuf2 loader and thumbnailer for webpLi-Wen Hsu2018-12-116-0/+54
| | | | | | | | PR: 232872 Submitted by: Greg V <greg@unrelenting.technology> Notes: svn path=/head/; revision=487254
* Add graphics/imlib2-webp, an imlib2 plugin for webp imagesLi-Wen Hsu2018-12-115-0/+43
| | | | | | | | PR: 232871 Submitted by: Greg V <greg@unrelenting.technology> Notes: svn path=/head/; revision=487245
* These ports now build on powerpc64.Mark Linimon2018-12-112-8/+5
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=487243
* Remove expired ports:Rene Ladan2018-12-1133-1719/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-10 net/g2ipmsg: GNOME 2 application 2018-12-10 net/grdesktop: GNOME 2 application 2018-12-10 textproc/gnome-spell: GNOME 2 application 2018-12-10 textproc/sagasu: GNOME 2 application 2018-12-10 deskutils/planner: GNOME 2 application 2018-12-10 deskutils/multisync: GNOME 2 application 2018-12-10 deskutils/drivel: GNOME 2 application 2018-12-10 deskutils/notecase: GNOME 2 application 2018-12-10 deskutils/gtodo: GNOME 2 application 2018-12-10 deskutils/gtweakui: GNOME 2 application 2018-12-10 deskutils/gnotime: GNOME 2 application 2018-12-10 deskutils/gruler: GNOME 2 application 2018-12-10 japanese/gjiten: GNOME 2 application 2018-12-10 graphics/truevision: GNOME 2 application 2018-12-10 graphics/gx: GNOME 2 application 2018-12-10 graphics/amide: GNOME 2 application 2018-12-10 graphics/cbrpager: GNOME 2 application 2018-12-10 www/gurlchecker: GNOME 2 application 2018-12-10 security/gpass: GNOME 2 application 2018-12-10 security/libgnomesu: GNOME 2 application 2018-12-10 security/gnome-gpg: GNOME 2 application 2018-12-10 devel/gnome-vfs-monikers: GNOME 2 application 2018-12-10 ftp/gwget: GNOME 2 application 2018-12-10 print/gribouy: GNOME 2 application 2018-12-10 print/gnomephotoprinter: GNOME 2 application 2018-12-10 print/ggv: GNOME 2 application 2018-12-10 print/gnome-cups-manager: GNOME 2 application 2018-12-10 editors/conglomerate: GNOME 2 application 2018-12-10 misc/gregexp: GNOME 2 application 2018-12-10 science/linsmith: GNOME 2 application 2018-12-10 games/grhino: GNOME 2 application 2018-12-10 games/gnono: GNOME 2 application 2018-12-10 games/gnomekiss: GNOME 2 application 2018-12-10 games/gtktetcolor: GNOME 2 application 2018-12-10 games/gturing: GNOME 2 application 2018-12-10 games/gtetrinet: GNOME 2 application 2018-12-10 games/gdado: GNOME 2 application 2018-12-10 games/monkeybubble: GNOME 2 application 2018-12-10 games/teg: GNOME 2 application 2018-12-10 games/gnomeattacks: GNOME 2 application 2018-12-10 games/gnomebreakout: GNOME 2 application 2018-12-10 x11-clocks/gtubeclock: GNOME 2 application 2018-12-10 x11-clocks/sanduhr: GNOME 2 application 2018-12-10 audio/grip: GNOME 2 application 2018-12-10 audio/jack-rack: GNOME 2 application 2018-12-10 math/gdcalc: GNOME 2 application 2018-12-10 x11/brightside: GNOME 2 application 2018-12-10 x11-fm/gnome-commander2: GNOME 2 application 2018-12-10 multimedia/quark: GNOME 2 application 2018-12-10 astro/celestia-gnome: GNOME 2 application 2018-12-10 comms/gmfsk: GNOME 2 application 2018-12-10 comms/ge-x2212: GNOME 2 application 2018-12-10 comms/efax-gtk: GNOME 2 application 2018-12-10 sysutils/gnome-pkgview: GNOME 2 application 2018-12-10 sysutils/fusefs-gnome-vfs: GNOME 2 application 2018-12-10 sysutils/gai-leds: GNOME 2 application 2018-12-10 sysutils/gnome-device-manager: GNOME 2 application 2018-12-10 sysutils/battfink: GNOME 2 application 2018-12-10 sysutils/cog: GNOME 2 application 2018-12-10 sysutils/gcdmaster: GNOME 2 application Notes: svn path=/head/; revision=487235