aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* graphics/mesa-devel: update to 23.1.b.2930Jan Beich2023-06-132-5/+5
| | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/0ce595a89a7...b717a438261
* graphics/mesa-devel: require llvm >= 15 after b0f87fc4035cJan Beich2023-06-131-1/+1
| | | | https://gitlab.freedesktop.org/mesa/mesa/-/compare/7761e93c8c8a...6dc1ae1759e0
* graphics/vulkan-validation-layers: update to 1.3.253Jan Beich2023-06-132-11/+4
| | | | | Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.3.251...v1.3.253 Reported by: Repology, portscout
* graphics/vulkan-loader: update to 1.3.253Jan Beich2023-06-133-6/+5
| | | | | Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.3.251...v1.3.253 Reported by: Repology, portscout
* graphics/catimg: Add new portEmanuel Haupt2023-06-124-0/+26
| | | | | | catimg is a little program written in C with no dependencies that prints images in terminal. It supports JPEG, PNG and GIF formats. This program was originally a script that did the same by using ImageMagick convert.
* graphics/p5-Image-ExifTool-devel: Update to 12.63Sergei Vyshenski2023-06-113-5/+7
| | | | | | Changelog: https://exiftool.org/history.html PR: 271941
* graphics/qt5-imageformats: fix build with clang 16Dimitry Andric2023-06-112-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since clang 16 (and gcc 11) the default C++ standard is now gnu++17. Because graphics/qt5-imageformats 's build infrastructure does not explicitly set its C++ standard, this leads to an issue detecting libmng in the configure stage: Configure summary: Further Image Formats: JasPer ................................. yes MNG .................................... no TIFF ................................... yes Using system libtiff ................. yes WEBP ................................... yes Using system libwebp ................. yes This is because the small configure test program for libmng includes libmng.h, which transitively includes lcms.h, and the latter fails due to 'register' keywords in the header. With lcms2.h there is a special define CMS_NO_REGISTER_KEYWORD to avoid usage of the register keyword, but lcms.h is very old and does not support that. As a workaround, define the register keyword away via a "head" object in src/imageformats/configure.json, and via CXXFLAGS for the rest of the build. PR: 271914 Approved by: tcberner (maintainer) MFH: 2023Q2
* graphics/bgfx: Update 1.118.8455-425 → 1.118.8467-427Yuri Victorovich2023-06-112-11/+11
| | | | Reported by: portscout
* graphics/vulkan-headers: update to 1.3.253Jan Beich2023-06-109-5/+26
| | | | | | | Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.252...v1.3.253 Reported by: Repology, portscout
* graphics/py-fotokilof: Update to 4.3.3Nicola Vitale2023-06-102-5/+5
| | | | Release changes: https://github.com/TeaM-TL/FotoKilof/releases/tag/4.3.3
* */*: Mark IGNORE_WITH_PHP for 8.3.XMuhammad Moinur Rahman2023-06-101-1/+1
| | | | | Approved by: portmgr (blanket) Sponsored by: Bounce Experts
* */*php83*: SunriseMuhammad Moinur Rahman2023-06-104-0/+27
| | | | | | | | | | | Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS Sponsored by: Bounce Experts
* graphics/mesa-devel: update to 23.1.b.2849Jan Beich2023-06-102-6/+5
| | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/be235ce9381...0ce595a89a7
* graphics/R-cran-s2: regenerate patchPiotr Kubaj2023-06-091-3/+3
| | | | | | | ===> Applying extra patch /usr/ports/graphics/R-cran-s2/files/extra-patch-src_Makevars.in 1 out of 1 hunks failed--saving rejects to src/Makevars.in.rej ===> FAILED Applying extra patch /usr/ports/graphics/R-cran-s2/files/extra-patch-src_Makevars.in *** Error code 1
* graphics/R-cran-s2: enable on powerpc / powerpcspePiotr Kubaj2023-06-091-1/+1
|
* lang/rust: Bump revisions after 1.70.0Mikael Urankar2023-06-0916-9/+16
| | | | PR: 271797
* graphics/filament: Update 1.37.0 → 1.38.0Yuri Victorovich2023-06-093-25/+36
| | | | Reported by: portscout
* devel/spatialindex: Update 1.8.5 → 1.9.3Yuri Victorovich2023-06-092-0/+2
| | | | | PR: 271912 Approved by: wen@ (maintainer)
* graphics/p5-Graphics-TIFF: update to version 20Christoph Moench-Tegeder2023-06-082-4/+4
| | | | | Changelog: https://metacpan.org/release/RATCLIFFE/Graphics-TIFF-20/changes
* graphics/wayland-utils: update to 1.2.0Jan Beich2023-06-082-5/+5
| | | | | Changes: https://gitlab.freedesktop.org/wayland/wayland-utils/-/compare/1.1.0...1.2.0 Reported by: GitLab (notify releases)
* graphics/py-fury: New port: Free Unified Rendering in PythonYuri Victorovich2023-06-084-0/+38
|
* graphics/py-pygltflib: New port: Library for managing 3D objects in Khronos ↵Yuri Victorovich2023-06-085-0/+45
| | | | Group gltf, gltf2 formats
* graphics/mesa-devel: update to 23.1.b.2685Jan Beich2023-06-082-5/+5
| | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/bc3f2ab62b3...be235ce9381
* graphics/py-mcomix: Update to 2.1.0Stefan Ehmann2023-06-073-286/+8
| | | | | PR: 271408 Reported by: maintainer
* graphics/blender: fix packaging with CYCLESOSL components (+)Dima Panov2023-06-072-1/+7
| | | | | | | | While here, pet stage-qa and declare dependency on minizip-ng which comes from graphics/opencolorio Reported by: poudriere failure Approved by: maintainer (implicit)
* graphics/gdchart: Fix breakageMuhammad Moinur Rahman2023-06-071-5/+7
| | | | | | Looks like I made a grave mistake on my previous commit. Fixes: 21b9bb4 graphics/gdchart: Fix build on 14
* graphics/gdchart: Fix build on 14Muhammad Moinur Rahman2023-06-071-6/+7
| | | | | - Pet portclippy - Adopt port
* graphics/rawstudio: update maintainer email to @FreeBSDOleksii Samorukov2023-06-061-1/+1
| | | | Reported by: repology
* graphics/igt-gpu-tools: Fix build with lvm15Muhammad Moinur Rahman2023-06-061-1/+7
| | | | Approved by: portmgr (blanket)
* graphics/webp: Minor style fixDaniel Engberg2023-06-061-1/+1
| | | | | | | Adjust PATCH_SITES, requested by maintainer PR: 271695 Reviewed by: sunpoet (maintainer)
* graphics/webp: Patch CVE-2023-1999Daniel Engberg2023-06-062-1/+7
| | | | | | | | | | | Backport upstream commit a486d800b60d0af4cc0836bf7ed8f21e12974129 to fix CVE-2023-1999 Reference: https://security-tracker.debian.org/tracker/CVE-2023-1999 PR: 271695 Reviewed by: sunpoet (maintainer)
* graphics/mesa-devel: update to 23.1.b.2493Jan Beich2023-06-062-5/+5
| | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/9ca0bdba01b...bc3f2ab62b3
* graphics/rubygem-gruff: Update to 0.21.0Po-Chuan Hsieh2023-06-052-4/+4
| | | | Changes: https://github.com/topfunky/gruff/blob/master/CHANGELOG.md
* graphics/py-ming: Convert REINPLACE_CMD to patch filePo-Chuan Hsieh2023-06-052-2/+12
|
* graphics/p5-GD: Update to 2.77Po-Chuan Hsieh2023-06-053-6/+6
| | | | Changes: https://metacpan.org/dist/GD/changes
* graphics/rubygem-rsvg2: Update to 4.1.7Po-Chuan Hsieh2023-06-052-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* graphics/rubygem-gdk_pixbuf2: Update to 4.1.7Po-Chuan Hsieh2023-06-052-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* graphics/rubygem-clutter-gtk: Update to 4.1.7Po-Chuan Hsieh2023-06-052-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* graphics/rubygem-clutter-gdk: Update to 4.1.7Po-Chuan Hsieh2023-06-052-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* graphics/rubygem-clutter: Update to 4.1.7Po-Chuan Hsieh2023-06-052-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* graphics/py-rasterstats: Update to 0.19.0Po-Chuan Hsieh2023-06-052-7/+6
| | | | | Changes: https://github.com/perrygeo/python-rasterstats/releases https://github.com/perrygeo/python-rasterstats/blob/master/CHANGELOG.txt
* graphics/py-imageio: Update to 2.30.0Po-Chuan Hsieh2023-06-052-4/+4
| | | | Changes: https://github.com/imageio/imageio/releases
* graphics/py-altair: Update to 5.0.1Po-Chuan Hsieh2023-06-052-4/+4
| | | | Changes: https://github.com/altair-viz/altair/releases
* graphics/gdal: Enable DEFLATE and LERC options by defaultPo-Chuan Hsieh2023-06-051-2/+2
| | | | | | | - Bump PORTREVISION for dependency change DEFLATE (libdeflate) is already part of the dependencies via tiff. LERC is recommended by upstream.
* graphics/webp: Update WWWPo-Chuan Hsieh2023-06-051-2/+2
|
* graphics/proj-data: Update to 1.14Po-Chuan Hsieh2023-06-053-4/+16
| | | | Changes: https://github.com/OSGeo/PROJ-data/releases
* graphics/py-ming: Fix build with llvm15Muhammad Moinur Rahman2023-06-051-1/+7
| | | | Approved by: portmgr (blanket)
* graphics/openexr: bugfix update to 3.1.8Matthias Andree2023-06-052-6/+6
| | | | | ChangeLog: https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.1.8
* graphics/tippecanoe: fix 'malformed conditional'Matthew Seaman2023-06-051-0/+2
| | | | | | | | | | | ``` make: "/home/matthew/work/ports/graphics/tippecanoe/Makefile" line 26: Malformed conditional (${ARCH} == i386) ``` For some reason this didn't show up in poudriere test builds, but it does if you just invoke make from the CLI. Reported by: FreshPorts Sanity Checking
* graphics/tippecanoe: Update to tippecanoe 2.26.1Darcy Buskermolen2023-06-054-27/+12
| | | | | | | | | | | Maintainer update to Version 2.26.1 Add bash to BUILD_DEPENDS Suppress clang16 build failure on i386: non-constant-expression cannot be narrowed from type 'uint64_t' Changes: https://github.com/felt/tippecanoe/releases/tag/2.26.1 PR: 271789