aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r549040 r549751Yuri Victorovich2020-09-233-7/+24
| | | | | | | | | | | | | graphics/vv: Update 1.4.0-377 -> 1.4.0-383 graphics/vv: Fix build on some systems by adding the workaround for the bug in science/InsightToolkit Reported by: fallout Approved by: ports-secteam (fluffy) Notes: svn path=/branches/2020Q3/; revision=549753
* MFH: r549047Yuri Victorovich2020-09-203-8/+40
| | | | | | | | | | | | | graphics/xournalpp: Update 1.0.18 -> 1.0.18.20200819; Fix build failure on 13-CURRENT with clang-11 Failure on 13: error: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' Reported by: fallout Approved by: ports-secteam (fluffy) Notes: svn path=/branches/2020Q3/; revision=549120
* MFH: r548374 r548375Sunpoet Po-Chuan Hsieh2020-09-1210-33/+119
| | | | | | | | | | | | | | | | Update to 2.0.20 Changes: https://github.com/jasper-software/jasper/blob/master/NEWS PR: 248912 Exp-run by: antoine Security: 6842ac7e-d250-11ea-b9b7-08002728f74c Fix build with jasper 2.0.20 Approved by: ports-secteam (joneum) Notes: svn path=/branches/2020Q3/; revision=548423
* MFH: r546119Niclas Zeising2020-08-242-5/+8
| | | | | | | | | | | | | | | | grapics/drm-legacy-kmod: Deprecate Deprecate graphics/drm-legacy-kmod. Update the drivers to include a deprecation message when the drivers are loaded. drm-legacy-kmod is holding back changes in the FreeBSD VM subsystem, and it requires substantial changes to be updated to work with the VM changes. See the e-mail to x11@FreeBSD.org for more information. Approved by: ports-secteam (implicit, drm-drivers blanket) Notes: svn path=/branches/2020Q3/; revision=546120
* MFH: r545322Niclas Zeising2020-08-201-0/+50
| | | | | | | | | | | | graphics/freeglut: fix for -fno-common Fix the build of graphics/freeglut when built with -fno-common, which is the default with llvm 11. Approved by: ports-secteam (joenum) Notes: svn path=/branches/2020Q3/; revision=545551
* MFH: r545317Niclas Zeising2020-08-203-3/+42
| | | | | | | | | | | | graphics/argyllcms: Fix -fno-common build Fix the build with -fno-common (default with llvm 11) While here, remove a useless REINPLACE_CMD. Approved by: ports-secteam (joenum) Notes: svn path=/branches/2020Q3/; revision=545550
* MFH: r545240Niclas Zeising2020-08-195-0/+213
| | | | | | | | | | | | graphics/mesa: Fix build with -fno-common Pull in a bunch of upstream patches to graphics/mesa to fix build with -fno-common, which is the default after the llvm 11 import. Approved by: ports-secteam (joenum) Notes: svn path=/branches/2020Q3/; revision=545282
* MFH: r544849Matthias Andree2020-08-1635-50/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | graphics/ilmbase, graphics/openexr: security update to v2.5.3 ChangeLog: https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.3 "Patch release with various bug/security fixes and build/install fixes, plus a performance optimization: * Various sanitizer/fuzz-identified issues related to handling of invalid input * Fixes to misc compiler warnings [...] * Read performance optimization (#782) * Fix for building on non-glibc (#798) * Fixes to tests" The full name of shared libraries changed from *.25.0.1 to *.25.0.2 => PORTREVISION bumps for all ports that use either ilmbase or openexr coming up in separate commit to ease MFH. All test builds of direct users succeeded on 12.1 amd64. Bump PORTREVISION of all ports using ilmbase or openexr. Security: b1d6b383-dd51-11ea-a688-7b12871ef3ad Approved by: ports-secteam@ (joneum@) Notes: svn path=/branches/2020Q3/; revision=545094
* MFH: r544526Jan Beich2020-08-082-12/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | graphics/waifu2x-ncnn-vulkan: back out r539374 ncnn API is not stable, updates frequently break this port. Binary is also smaller when using bundled ncnn. $ size $(which waifu2x-ncnn-vulkan) text data bss dec hex filename -7245567 242384 58992 7546943 73283f /usr/local/bin/waifu2x-ncnn-vulkan +3281223 3152 58840 3343215 33036f /usr/local/bin/waifu2x-ncnn-vulkan $ waifu2x-ncnn-vulkan -i foo.png -o bar.png [0 Intel(R) HD Graphics 530 (SKL GT2)] queueC=0[1] queueG=0[1] queueT=0[1] [0 Intel(R) HD Graphics 530 (SKL GT2)] bugsbn1=0 buglbia=0 bugcopc=0 bugihfa=0 [0 Intel(R) HD Graphics 530 (SKL GT2)] fp16p=1 fp16s=1 fp16a=1 int8s=1 int8a=1 pipeline specialization count mismatch, expect 4 but got 1 new_pipeline failed pipeline specialization count mismatch, expect 4 but got 1 new_pipeline failed Process 8606 stopped * thread #14, name = 'waifu2x-ncnn-vul', stop reason = signal SIGSEGV: invalid address (fault address: 0x28) frame #0: 0x0000000802080be9 libvulkan_intel.so`anv_CmdPushDescriptorSetWithTemplateKHR(commandBuffer=0x000000080c432800, descriptorUpdateTemplate=0x0000000000000000, _layout=0x0000000000000000, _set=0, pData=0x000000080c440140) at anv_cmd_buffer.c:1372:69 1369 1370 assert(_set < MAX_PUSH_DESCRIPTORS); 1371 -> 1372 struct anv_descriptor_set_layout *set_layout = layout->set[_set].layout; 1373 1374 struct anv_descriptor_set *set = 1375 anv_cmd_buffer_push_descriptor_set(cmd_buffer, template->bind_point, (lldb) bt * thread #14, name = 'waifu2x-ncnn-vul', stop reason = signal SIGSEGV: invalid address (fault address: 0x28) * frame #0: 0x0000000802080be9 libvulkan_intel.so`anv_CmdPushDescriptorSetWithTemplateKHR(commandBuffer=0x000000080c432800, descriptorUpdateTemplate=0x0000000000000000, _layout=0x0000000000000000, _set=0, pData=0x000000080c440140) at anv_cmd_buffer.c:1372:69 frame #1: 0x00000000004facce waifu2x-ncnn-vulkan`ncnn::VkCompute::record_pipeline(this=<unavailable>, pipeline=0x00000008045e3400, buffer_bindings=0x00007fffc35ea418, image_bindings=0x00007fffc35ea0f0, constants=0x00007fffc35ea400, dispatcher=0x00007fffc35ea110) at command.cpp:1457:13 frame #2: 0x00000000004f981c waifu2x-ncnn-vulkan`ncnn::VkCompute::record_pipeline(ncnn::Pipeline const*, std::__1::vector<ncnn::VkMat, std::__1::allocator<ncnn::VkMat> > const&, std::__1::vector<ncnn::vk_constant_type, std::__1::allocator<ncnn::vk_constant_type> > const&, ncnn::VkMat const&) [inlined] ncnn::VkCompute::record_pipeline(this=<unavailable>, pipeline=<unavailable>, buffer_bindings=<unavailable>, image_bindings=0x00007fffc35ea0f0, constants=<unavailable>, dispatcher=<unavailable>) at command.cpp:1187:5 frame #3: 0x00000000004f97bb waifu2x-ncnn-vulkan`ncnn::VkCompute::record_pipeline(this=<unavailable>, pipeline=<unavailable>, bindings=<unavailable>, constants=<unavailable>, dispatcher=<unavailable>) at command.cpp:1175 frame #4: 0x000000000086b516 waifu2x-ncnn-vulkan`Waifu2x::process(this=0x00007fffffffdd58, inimage=0x00007fffc35eaf30, outimage=0x00007fffc35eaf70) const at waifu2x.cpp:457:25 frame #5: 0x000000000084cd45 waifu2x-ncnn-vulkan`proc(args=0x00007fffffffdb70) at main.cpp:281:18 frame #6: 0x00000008008fd1c9 libthr.so.3`thread_start(curthread=0x0000000807874300) at thr_create.c:292:16 Approved by: ports-secteam blanket Notes: svn path=/branches/2020Q3/; revision=544527
* MFH: r543594Jochen Neumeister2020-07-283-4/+8
| | | | | | | | | | | | | | | | | | | | Update to 7.0.10-24 This Update fix a vulnerabiliy: 2020-06-14 7.0.10-20 <quetzlzacatenango@image...> Fix out-of-bounds vulnerability when reading sixel images (reference https://github.com/ImageMagick/ImageMagick/issues/2143). Full Changelog: https://imagemagick.org/script/changelog.php PR: 246337 Reported by: VVD <vvd@unislabs.com> Approved by: kwm (maintainer timeout) Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Notes: svn path=/branches/2020Q3/; revision=543595
* MFH: r541873 r543274Tobias Kortkamp2020-07-242-7/+6
| | | | | | | | | | | | | | | Re-enable the pnmquant test, which was fixed in 10.89. Approved by: tobik graphics/netpbm: Update to 10.91.01 Changes: https://github.com/t6/netpbm/blob/v10.91.01/doc/HISTORY Approved by: ports-secteam bug fix blanket Notes: svn path=/branches/2020Q3/; revision=543275
* MFH: r542762Tobias C. Berner2020-07-211-0/+1
| | | | | | | | | | | | | graphics/exiv2 fix TEST option PR: 247869 Submitted by: daniel.engberg.lists@pyret.net Reported by: gja822@narod.ru Approved by: ports-secteam (implicit) Notes: svn path=/branches/2020Q3/; revision=542764
* MFH: r542589Piotr Kubaj2020-07-191-3/+9
| | | | | | | | | | | | | graphics/dspdfviewer: fix build on GCC architectures To build with Qt5, use C++11 compiler. Hide Clang-only flags behind .if and add one for GCC. Approved by: portmgr (fix build blanket) Notes: svn path=/branches/2020Q3/; revision=542590
* MFH: r542352 r542353Matthias Andree2020-07-1835-34/+44
| | | | | | | | | | | | | | | | | | graphics/ilmbase: graphics/openexr: security update to 2.5.2 ChangeLog: https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.2 Verbosely: https://github.com/AcademySoftwareFoundation/openexr/blob/v2.5.2/CHANGES.md#version-252-june-15-2020 openexr/ilmbase update w/ shlib rename => PORTREVISION bumps of dependent ports OpenEXR and ILMBASE updates to 2.5.2 rename the full shlib version names from .0.0 to .0.1 => to be on the safe side, bump PORTREVISIONs. Security: 714e6c35-c75b-11ea-aa29-d74973d1f9f3 Approved by: ports-secteam@ (joneum@) Notes: svn path=/branches/2020Q3/; revision=542483
* MFH: r541745Piotr Kubaj2020-07-092-1/+17
| | | | | | | | | | | | | | graphics/exiv2: fix build on ARM and PPC platforms exiv2 added -fcf-protection, which is not supported on either ARM or PPC. https://github.com/Exiv2/exiv2/commit/1ea63ccb345a4498b41cb8842622ba7ecc9fd484 fixes that but only for ARM. Merge this commit and add modify it to also fix PPC. This is likely the wrong approach, since -fcf-protection seems to be available only on amd64, but this is the approach that upstream chose. Approved by: portmgr (fix build blanket) Notes: svn path=/branches/2020Q3/; revision=541746
* MFH: r541320Tobias C. Berner2020-07-093-24/+20
| | | | | | | | | | | | | graphics/exiv2: update to 0.27.3 PR: 247708 Submitted by: daniel.engberg.lists@pyret.net Exp-run by: antoine Approved by: ports-secteam (joneum) Notes: svn path=/branches/2020Q3/; revision=541741
* MFH: r541360Piotr Kubaj2020-07-061-2/+2
| | | | | | | | | | | | graphics/elementary-photos: fix build on GCC architectures Use newer GCC: cc1: error: unrecognized command line option "-Wno-incompatible-pointer-types" Approved by: portmgr (fix build blanket) Notes: svn path=/branches/2020Q3/; revision=541361
* MFH: mesa-dri: Use gallium SWRAST on x86 and aarch64Emmanuel Vadot2020-07-032-3/+6
| | | | | | | | | | | | Mesa have two software rasterizer, the classic mesa dri one and the gallium one. The classic dri one is starting to be deprecated upstream (like all dri drivers) so switch the arches that can build the gallium one to it. Approved by: portmgr (bapt@) Notes: svn path=/branches/2020Q3/; revision=541134
* MFH: r541081Fernando Apesteguía2020-07-032-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | graphics/xaos: update to 4.1 From ChangeLog: https://github.com/xaos-project/XaoS/releases/tag/release-4.1 New Features * Added option to show Cartesian coordinate grid. * Custom palette helps visualizing palette before applying changes through slider selectable values now. * PNGs exported using 'Save Image' option can be imported back and users can continue zooming on it. Bug Fixes * Fixed crash on recording XaoS animations. * Fixed crash on rendering using command line. * Fix handling non-ASCII paths on Windows. * Only error messages are shown on incorrect commands. * Some other small bug fixes. Reported by: portscout Approved by: ports-secteam (blanket, runtime fix) Notes: svn path=/branches/2020Q3/; revision=541082
* graphics/mesa-devel: update to 20.1.b.2478Jan Beich2020-07-022-8/+5
| | | | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/849227d70f3...6cba468b5e7 Notes: svn path=/head/; revision=541003
* graphics/netpbm: Update to 10.91.00Tobias Kortkamp2020-07-013-8/+10
| | | | | | | Changes: https://github.com/t6/netpbm/blob/v10.91.00/doc/HISTORY Notes: svn path=/head/; revision=540982
* graphics/libxatracker: Fix typo MESA vs MESONEmmanuel Vadot2020-07-011-1/+1
| | | | | | | Reported by: tobik Notes: svn path=/head/; revision=540975
* Update to 0.2.9Li-Wen Hsu2020-07-012-8/+8
| | | | | | | | | PR: 246519 Submitted by: Salil Wadnerkar <salil.wadnerkar@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=540966
* Don't force python 2.7 build dependencies when building without DOCS optionLi-Wen Hsu2020-07-011-0/+4
| | | | | | | | | PR: 246875 Submitted by: VVD <vvd@unislabs.com> Approved by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) Notes: svn path=/head/; revision=540965
* graphics/minder: Update to 1.9.0Tobias Kortkamp2020-07-014-28/+5
| | | | | | | Changes: https://github.com/phase1geo/Minder/releases/tag/1.9.0 Notes: svn path=/head/; revision=540958
* - Update to 1.0.10Li-Wen Hsu2020-07-012-5/+4
| | | | | | | | | PR: 247672 Submitted by: Miguel Gocobachi <miguel@gocobachi.dev> Reported by: punkt.de Hosting Team <ops@punkt.de> (maintainer) Notes: svn path=/head/; revision=540940
* graphics/qgis: Update to 3.14.0Loïc Bartoletti2020-07-013-91/+218
| | | | | | | | | | | | | | | | | | | - Update to 3.14.0 - Update several Python dependencies - Remove txt2tags:textproc/txt2tags, not needed any more - Add devel/py-black, graphics/py-geopandas, devel/py-jedi, and devel/protobuf dependencies - Change post-install ${FIND} parameter Changelog: - https://changelog.qgis.org/en/qgis/version/3.14/ PR: 247622 Submitted by: Rainer Hurling (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25508 Notes: svn path=/head/; revision=540928
* Bump devel/jsoncpp consumers after r540853.Tobias C. Berner2020-06-302-2/+2
| | | | | | | Reported by: Kevin Oberman <rkoberman@gmail.com> Notes: svn path=/head/; revision=540909
* Update to 3.4.3Li-Wen Hsu2020-06-306-402/+541
| | | | | | | | PR: 247654 Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) Notes: svn path=/head/; revision=540887
* Update drm-devel-kmod to 5.3Emmanuel Vadot2020-06-302-5/+5
| | | | | | | | | This put us in sync with Linux 5.3 drm drivers with one cavehat: Navi10 AMDGPU support, an issue is created upstream and we hope to have it working soon. https://github.com/freebsd/drm-kmod/issues/10 Notes: svn path=/head/; revision=540883
* graphics/waylandpp: Update to 0.2.8Tobias Kortkamp2020-06-302-4/+4
| | | | | | | Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.8 Notes: svn path=/head/; revision=540876
* graphics/mesa-devel: update to 20.1.b.2420Jan Beich2020-06-302-8/+8
| | | | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/c0c03f4772f...849227d70f3 Notes: svn path=/head/; revision=540848
* graphics/blender: Update to 2.83.1Niclas Zeising2020-06-292-4/+4
| | | | | | | | | | | Update graphics/blender to 2.83.1. This is a bugfix release PR: 247632 Submitted by: Shane (maintainer) Notes: svn path=/head/; revision=540824
* USES+=gettext unconditionally, making NLS optional still needs more workLi-Wen Hsu2020-06-291-6/+2
| | | | | | | | PR: 247538 Approved by: Miguel Gocobachi <miguel@gocobachi.dev> (maintainer) Notes: svn path=/head/; revision=540764
* Add graphics/elementary-photosLi-Wen Hsu2020-06-297-0/+305
| | | | | | | | | | photo viewer and organizer designed for elementary OS PR: 247600 Submitted by: Miguel Gocobachi <miguel@gocobachi.dev> Notes: svn path=/head/; revision=540755
* Update to 1.10.10Li-Wen Hsu2020-06-283-1249/+1252
| | | | | | | | PR: 246863 Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) Notes: svn path=/head/; revision=540684
* graphics/heimer: Update to 1.18.0Tobias Kortkamp2020-06-282-4/+4
| | | | | | | Changes: https://github.com/juzzlin/Heimer/releases/tag/1.18.0 Notes: svn path=/head/; revision=540668
* graphics/mesa-devel: update to 20.1.b.2394Jan Beich2020-06-282-5/+5
| | | | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/4fccbd0ea60...c0c03f4772f Notes: svn path=/head/; revision=540662
* - Update to 1.5-12TAKATSU Tomonari2020-06-272-4/+4
| | | | Notes: svn path=/head/; revision=540632
* Update graphics/{kimageannotator,ksnip} to latest upstream release.Adriaan de Groot2020-06-276-29/+11
| | | | | | | | | Release notes at https://github.com/ksnip/ksnip/releases/tag/v1.7.1 Most of the FreeBSD patches have been upstreamed for a later release. Notes: svn path=/head/; revision=540593
* qvge is a multi-platform graph editor written in C++/Qt. Its main goalAlexey Dokuchaev2020-06-277-0/+120
| | | | | | | | | | is to make possible visually edit two-dimensional graphs in a simple and intuitive way. WWW: https://github.com/ArsMasiuk/qvge Notes: svn path=/head/; revision=540562
* graphics/py-glfw: Update to 1.11.2Loïc Bartoletti2020-06-272-4/+4
| | | | | | | | Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D25474 Notes: svn path=/head/; revision=540556
* graphics/py-geopandas: Update to 0.7.0Loïc Bartoletti2020-06-272-4/+4
| | | | | | | | Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D25472 Notes: svn path=/head/; revision=540555
* graphics/py-OWSLib: Update to 0.20.0Loïc Bartoletti2020-06-272-4/+4
| | | | | | | | Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D25470 Notes: svn path=/head/; revision=540554
* graphics/py-pygeoapi: Update to 0.8.0Loïc Bartoletti2020-06-272-4/+4
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25473 Notes: svn path=/head/; revision=540553
* graphics/py-fiona: Update to 1.8.13Loïc Bartoletti2020-06-273-42/+7
| | | | | | | | Reported by: phryk@wzff.de Differential Revision: https://reviews.freebsd.org/D25471 Notes: svn path=/head/; revision=540552
* graphics/mesa-devel: update to 20.1.b.2392Jan Beich2020-06-272-8/+8
| | | | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/189a0fecf54...4fccbd0ea60 Notes: svn path=/head/; revision=540547
* devel/looks:Max Brazhnikov2020-06-261-2/+2
| | | | | | | | - Rename to devel/jgoodies-looks to match upstream and update to 2.7.0 - Add SRC option to install source jar Notes: svn path=/head/; revision=540514
* Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113Sunpoet Po-Chuan Hsieh2020-06-261-2/+2
| | | | | | | | | | | | - Fix LICENSE_FILE - Update pkg-descr - Update WWW - Bump PORTREVISION of dependent ports for dependency change Changes: https://metacpan.org/changes/distribution/IO-Stringy Notes: svn path=/head/; revision=540492
* graphics/swappy: embed exact version if snapshotJan Beich2020-06-251-0/+6
| | | | Notes: svn path=/head/; revision=540368