aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* graphics/mesa-devel: update to 21.0.b.2999Jan Beich2021-03-132-8/+5
| | | | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/c22267262ee...a04a797b89b Notes: svn path=/head/; revision=568222
* Update amdgpu firmwares to the latest version.Jung-uk Kim2021-03-123-5/+6
| | | | | | | | PR: 253834 Approved by: jmd (maintainer) Notes: svn path=/head/; revision=568202
* - Update math/glm to 0.9.9.8Dmitry Marakasov2021-03-126-5/+6
| | | | Notes: svn path=/head/; revision=568184
* graphics/vulkan-validation-layers: update to 1.2.172Jan Beich2021-03-112-4/+4
| | | | | | | | Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.2.171...v1.2.172 Reported by: portscout Notes: svn path=/head/; revision=568129
* graphics/rawtherapee: move Tier 2 check to 14Piotr Kubaj2021-03-111-1/+1
| | | | | | | | PR: 254216 Approved by: mandree (maintainer) Notes: svn path=/head/; revision=568114
* graphics/variety: update to 0.8.5Nicola Vitale2021-03-113-5/+6
| | | | | | | Changes: https://github.com/varietywalls/variety/releases/tag/0.8.5 Notes: svn path=/head/; revision=568093
* graphics/vulkan-tools: update to 1.2.172Jan Beich2021-03-112-4/+4
| | | | | | | | Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.2.171...v1.2.172 Reported by: portscout Notes: svn path=/head/; revision=568078
* graphics/vulkan-loader: update to 1.2.172Jan Beich2021-03-112-5/+4
| | | | | | | | Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.2.171...v1.2.172 Reported by: portscout Notes: svn path=/head/; revision=568077
* graphics/vulkan-headers: update to 1.2.172Jan Beich2021-03-115-5/+7
| | | | | | | | Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.2.171...v1.2.172 Reported by: portscout Notes: svn path=/head/; revision=568076
* - Build Python3 code the same way as Python2, this is currently no-opAlexey Dokuchaev2021-03-112-11/+38
| | | | | | | | | | but would be required for upcoming appleseed.studio-enabled builds - Move Python bits from custom prefix to standard PYTHON_SITELIBDIR, where appleseed.studio would be able to find them without passing the PYTHONHOME environment variable to executable Notes: svn path=/head/; revision=568068
* graphics/glfw: update to version 3.3.3Nuno Teixeira2021-03-112-9/+8
| | | | | | | | | | | | | - Point MASTER_SITES to glfw official github.com url - Pet portclippy - ChangeLog: https://github.com/glfw/glfw/releases/tag/3.3.3 Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D29179 Notes: svn path=/head/; revision=568067
* graphics/mesa-devel: update to 21.0.b.2806Jan Beich2021-03-113-12/+12
| | | | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/25020c125a9...c22267262ee Notes: svn path=/head/; revision=568056
* graphics/cbonsai: Update to 1.0.1Lewis Cook2021-03-102-5/+5
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D29198 Notes: svn path=/head/; revision=568025
* - Fix Python 3.x bindings build and enable them by defaultAlexey Dokuchaev2021-03-096-5/+101
| | | | | | | | | - Add one missing LIB_DEPENDS per the stage Q/A report - Make symlinks to external programs instead of copying - Prevent overlinking to libGLU when it is being found Notes: svn path=/head/; revision=567952
* Remove occurrences of %%LUA_LIBDIR%%.Mathieu Arnold2021-03-092-3/+3
| | | | | | | Differential Revision: https://reviews.freebsd.org/D29138 Notes: svn path=/head/; revision=567933
* graphics/mesa-devel: update to 21.0.b.2712Jan Beich2021-03-092-5/+5
| | | | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/24ce0862fe0...25020c125a9 Notes: svn path=/head/; revision=567880
* graphics/vulkan-validation-layers: update to 1.2.171Jan Beich2021-03-082-6/+5
| | | | | | | | Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/sdk-1.2.170.0...v1.2.171 Reported by: portscout Notes: svn path=/head/; revision=567875
* graphics/mesa-devel: chase r567872Jan Beich2021-03-081-1/+1
| | | | Notes: svn path=/head/; revision=567874
* graphics/poppler: update to 21.03.0Tobias C. Berner2021-03-0832-31/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.03.0: core: * Fix parsing text in some broken pdf files. Issue #1040 * Fix memory issue when using threads. Issue #1050 * TextSelectionDumper: Fix getText() for space after word * Change signature of OutputDev:tilingPatternFill * Make PDFDocBuilder return a std::unique_ptr * Improve well formed check for shading functions * Fix leak in case of fread failing * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap * PSOutputDev: Fix stack overflow in broken files glib: * poppler_annot_free_text_get_callout_line: Fix wrong static cast * poppler-structure-element: fix memleak * Improve documentation * demo: keep same visual appearance between displayed and copied text utils: * pdftotext: Add -cropbox option * pdftoppm: Add -progress option * pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927 qt6: * Add missing poppler-qt6.pc.cmake PR: 253953 Exp-run by: antoine Notes: svn path=/head/; revision=567866
* graphics/py-box2d-py: Fix build after misc/box2d's shared lib was renamedYuri Victorovich2021-03-081-1/+5
| | | | | | | | | Also strip binary. Reported by: fluffy Notes: svn path=/head/; revision=567853
* graphics/p5-Barcode-ZBar: support new version of graphics/zbarFernando Apesteguía2021-03-081-0/+15
| | | | | | | | | | | graphics/zbar was updated in PR 253743 PR: 253931 Submitted by: vvd@unislabs.com Approved by: kuriyama@FreeBSD.org (maintainer, timeout > 1 week) Notes: svn path=/head/; revision=567834
* PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0Loïc Bartoletti2021-03-087-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | * PyQt5: update to 5.15.3 This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages. - Added the missing QImage.setAlphaChannel(). - Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package. - Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel. * QScintilla2: update to 2.12.0 This adds support for Qt6 and removes support for Qt4. - Change the new distname (again)i due to a conflict - Use the new sip-build system * devel/py-qtbuilder: update to 1.9.0 * devel/py-sip: fix flavor for sip-distinfo PR: 253865 Exp-run by: antoine Notes: svn path=/head/; revision=567825
* graphics/diff-pdf: update to 0.5Neel Chauhan2021-03-082-12/+6
| | | | | | | | | | Changes: https://github.com/vslavik/diff-pdf/releases/tag/v0.5 PR: 254057 Submitted by: Zsolt Udvari <uzsolt AT uzsolt DOT hu> (maintainer) Notes: svn path=/head/; revision=567813
* Update to 2.66Sunpoet Po-Chuan Hsieh2021-03-072-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/GraphViz2 Notes: svn path=/head/; revision=567649
* Update to 4.0.3Sunpoet Po-Chuan Hsieh2021-03-073-75/+66
| | | | | | | Changes: https://github.com/mozilla/mozjpeg/releases Notes: svn path=/head/; revision=567621
* Add py-urbansim 3.2Sunpoet Po-Chuan Hsieh2021-03-074-0/+45
| | | | | | | | | | | | | | | | UrbanSim is a platform for building statistical models of cities and regions. These models help forecast long-range patterns in real estate development, demographics, and related outcomes, under various policy scenarios. This urbansim Python library is a core component. It contains tools for statistical estimation and simulation; domain-specific logic about housing markets, household relocation, and other processes; and frameworks and utilities for assembling a model. WWW: https://github.com/UDST/urbansim Notes: svn path=/head/; revision=567607
* Add py-urbanaccess 0.2.2Sunpoet Po-Chuan Hsieh2021-03-074-0/+48
| | | | | | | | | | | | | | | | | | UrbanAccess is tool for creating multi-modal graph networks for use in multi-scale (e.g. address level to the metropolitan level) transit accessibility analyses with the network analysis tool Pandana. UrbanAccess uses open data from General Transit Feed Specification (GTFS) data to represent disparate operational schedule transit networks and pedestrian OpenStreetMap (OSM) data to represent the pedestrian network. UrbanAccess provides a generalized, computationally efficient, and unified accessibility calculation framework by linking tools for: 1) network data acquisition, validation, and processing; 2) computing an integrated pedestrian and transit weighted network graph; and 3) network analysis using Pandana. WWW: https://github.com/UDST/urbanaccess Notes: svn path=/head/; revision=567606
* Add py-pandana 0.6Sunpoet Po-Chuan Hsieh2021-03-074-0/+42
| | | | | | | | | | | | Pandana is a Python library for network analysis that uses contraction hierarchies to calculate super-fast travel accessibility metrics and shortest paths. The numerical code is in C++. WWW: https://udst.github.io/pandana/ WWW: https://github.com/UDST/pandana Notes: svn path=/head/; revision=567605
* Add py-osmnet 0.1.6Sunpoet Po-Chuan Hsieh2021-03-074-0/+36
| | | | | | | | | | | OSMnet offers tools to download street network data from OpenStreetMap and extract a graph network comprised of nodes and edges to be used in Pandana street network accessibility calculations. WWW: https://github.com/UDST/osmnet Notes: svn path=/head/; revision=567604
* graphics/py-djvulibre: Remve unnecessary patching instructionYuri Victorovich2021-03-071-3/+0
| | | | Notes: svn path=/head/; revision=567540
* graphics/py-djvulibre: Update 0.8.5 -> 0.8.6Yuri Victorovich2021-03-072-5/+8
| | | | Notes: svn path=/head/; revision=567539
* graphics/art: Remove already applied patch.Yuri Victorovich2021-03-061-12/+0
| | | | Notes: svn path=/head/; revision=567526
* graphics/R-cran-ggrepel: Update to 0.9.1Rainer Hurling2021-03-062-6/+6
| | | | | | | | | | Changelog: https://cran.r-project.org/web/packages/ggrepel/news/news.html PR: 254023 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) Notes: svn path=/head/; revision=567480
* - Fix .desktop entry, remove wrong path from Exec lineGuido Falsi2021-03-061-5/+8
| | | | | | | | | | | | - Convert port to USES=localbase - SSilence portlint warnings about variables order PR: 254031 Approved by: mjl@luckie.org.nz (maintainer) MFH: 2021Q1 Notes: svn path=/head/; revision=567478
* - Instead of patching every cpuid() call to match our version,Alexey Dokuchaev2021-03-062-86/+8
| | | | | | | | | | simply provide two-argument compatibility method (I somehow forgot that this is C++ code so we can overload methods) - Remove no longer needed workaround for GCC 4.2.1: we always build in C++11 mode now and thus require modern compiler Notes: svn path=/head/; revision=567462
* graphics/jpeg-xl: update to 0.3.3Jan Beich2021-03-063-11/+10
| | | | | | | | Changes: https://gitlab.com/wg1/jpeg-xl/-/tags/v0.3.3 Changes: https://gitlab.com/wg1/jpeg-xl/-/compare/v0.3.2...v0.3.3 Notes: svn path=/head/; revision=567446
* graphics/mesa-devel: update to 21.0.b.2670Jan Beich2021-03-062-5/+5
| | | | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/a8423eb7328...24ce0862fe0 Notes: svn path=/head/; revision=567442
* Update KDE Release-Service releases to 20.12.3Tobias C. Berner2021-03-0419-53/+51
| | | | | | | | | 20.12.3 Releases Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE’s release service. Notes: svn path=/head/; revision=567334
* Update Linux CentOS ports to 7.9.2009.Tijl Coosemans2021-03-046-63/+63
| | | | Notes: svn path=/head/; revision=567324
* - Revivify and unbreak by fixing problematic code andAlexey Dokuchaev2021-03-0412-0/+711
| | | | | | | | | | suppressing dreaded C++11 narrowing warnings/errors - Convert to USES+=localbase and optimize away LIBS+= - Remove excessive vertical whitespace from one patch - Chase HTTP redirection in the WWW line of pkg-descr Notes: svn path=/head/; revision=567316
* - Resurrect, unbreak, and update to the latest version 2.1.0-betaAlexey Dokuchaev2021-03-0412-0/+520
| | | | | | | | | | | | - Disable appleseed.studio for now: while it had been ported to Qt5, it still heavily relies on Python 2.x - Drop the options: C++11 is required now, and API examples are of little interest to end-users so just stop installing them - Add dependencies on `archivers/liblz4' and `graphics/openimageio' - GC no longer needed work-arounds for old versions of Clang Notes: svn path=/head/; revision=567314
* graphics/imp: Adopt portNuno Teixeira2021-03-041-1/+1
| | | | | | | | Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D29055 Notes: svn path=/head/; revision=567313
* graphics/darktable: Add LTO option to toggle Rawspeed LTOJean-Sébastien Pédron2021-03-041-1/+3
| | | | | | | | PR: 253904 Submitted by: pkubaj@ Notes: svn path=/head/; revision=567294
* graphics/mesa-devel: update to 21.0.b.2591Jan Beich2021-03-042-5/+5
| | | | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/3054921a8d4...a8423eb7328 Notes: svn path=/head/; revision=567279
* graphics/vulkan-tools: update to 1.2.171Jan Beich2021-03-042-4/+4
| | | | | | | | Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.2.170...v1.2.171 Reported by: portscout Notes: svn path=/head/; revision=567274
* graphics/minder: Update to 1.12.0Neel Chauhan2021-03-032-4/+4
| | | | | | | Changes: https://github.com/phase1geo/Minder/releases/tag/1.12.0 Notes: svn path=/head/; revision=567251
* graphics/mypaint: Fix packaging with Python 3.8Kai Knoblich2021-03-032-3/+3
| | | | | | | | | | | | | | * Also apply the same fix as in r559094 by stripping libraries by wildcard paths. * Add "noflavors" to USE_PYTHON as well to avoid package name collisions if built with "BUILD_ALL_PYTHON_FLAVORS". PR: 253815 Approved by: python (with hat) Notes: svn path=/head/; revision=567246
* Remove PYNUMPYSunpoet Po-Chuan Hsieh2021-03-031-2/+2
| | | | Notes: svn path=/head/; revision=567178
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2021-03-031-1/+2
| | | | Notes: svn path=/head/; revision=567177
* Remove PYNUMPYSunpoet Po-Chuan Hsieh2021-03-031-2/+2
| | | | Notes: svn path=/head/; revision=567176