op
197d5ff2f8
update graphics/yacreader to 9.9.1
...
bugfix release:
- fix 'go to' dialog not clearing the page number between runs
- fix scroll behavior in 'go to flow' view (macos).
- fix grid view unable to scroll in some systems.
2022-09-06 12:47:36 +00:00
kn
1a38a6af33
Update to bonzomatic 2022.08.20
2022-09-05 18:37:56 +00:00
op
29273743e7
graphics/yacreader: add missing LDEP
...
forgot x11/qt5/qtquickcontrols2 in previous update. spotted by naddy,
thanks!
2022-09-05 18:23:51 +00:00
op
9c08f3d7b0
update graphics/pixelorama to 0.10.2
...
minor update but with some cool additions!
changelog:
https://github.com/Orama-Interactive/Pixelorama/releases/tag/v0.10.2
diff from MAINTAINER Riccardo Mazzurco, thanks!
2022-09-04 15:47:51 +00:00
thfr
a17a827eb9
mojoshader is now part of fna3d and not used elsewhere. input from sthen@
2022-09-04 13:10:44 +00:00
op
a282e0630a
update graphics/yacreader to 9.9.0
...
lengthy changelog available at:
https://github.com/YACReader/yacreader/releases/tag/9.9.0
2022-09-04 09:08:56 +00:00
rsadowski
a8e57d653c
Update DigiKam to 7.8.0
...
- Enable VideoSlideShow plugin
- Use system mysql aka. mariadb instead of internal mysql-server
2022-09-03 20:09:59 +00:00
ajacoutot
5f89f6ccdd
Bump after webkitgtk4 -> webkitgtk40 rename.
2022-09-03 07:53:08 +00:00
thfr
7b775a4fe2
update FNA suite to 22.08
...
Link mojoshader statically in fna3d and lose mojoshader dependendencies
in the process. This is the way upstream recommends it and uses it on
other platforms.
FAudio upstream has gotten rid of the built-in GSTREAMER use.
Tested with a large library of FNA and XNA games. Fallout from the
changes is minimal and doesn't affect any of the major or more popular
games.
On the positive side, the crashes that I reported in [1] are gone with
this update.
Changenotes in [2], [3], and [4].
[1] https://marc.info/?l=openbsd-bugs&m=165136879315845&w=2
[2] https://github.com/FNA-XNA/FNA/releases
[3] https://github.com/FNA-XNA/FAudio/releases
[4] https://github.com/FNA-XNA/FNA3D/releases
2022-09-03 01:45:41 +00:00
kirby
b61429c98f
update to zint-2.11.1
2022-09-02 13:15:52 +00:00
rsadowski
613df5c410
Unbreak with boost 1.80.0
2022-08-29 17:28:38 +00:00
rsadowski
8a59594b75
Regen PLIST with doxygen 1.9.5
2022-08-29 16:58:32 +00:00
rsadowski
7a89e5b0b6
Regen PLIST with doxygen 1.9.5
2022-08-29 16:57:42 +00:00
rsadowski
764dec362e
Regen PLIST with doxygen 1.9.5
2022-08-29 16:56:58 +00:00
rsadowski
0a1b363751
Unbreak with archivers/quazip 1.3
...
ok sdk@
2022-08-29 13:32:54 +00:00
rsadowski
66040956b4
Update krita to 5.1.0
2022-08-29 13:32:46 +00:00
ajacoutot
e4e3c7177c
Sync PLIST.
2022-08-26 10:36:38 +00:00
ajacoutot
3e6c0ba4fd
Revert upstream commit about export_packages for generate_gir; there is
...
no corresponding versioned pkgconfig file which break Gir generation
for graphics/libmypaint.
2022-08-26 10:36:28 +00:00
rsadowski
497d9ba8a7
Update KDE Gear to 22.08 and ksnip to 1.10.0
...
https://kde.org/announcements/gear/22.08.0/
https://github.com/ksnip/ksnip/releases/tag/v1.10.0
Ksnip, kimageannotator, kimagemapeditor also had to be
included in this update as KDE depends on it.
2022-08-25 20:13:13 +00:00
ajacoutot
8bca469694
Update to babl-0.1.96.
2022-08-25 07:28:43 +00:00
kmos
80b7ca778c
https://www.glfw.org/changelog.html
...
Update to 3.3.8
ok rsadowski
2022-08-23 16:53:25 +00:00
espie
822c4cc371
+ kplot
...
+ librtprocess
2022-08-23 12:16:30 +00:00
espie
e34589d0eb
librtprocess repackages the rawtherapee algorithms as a library
...
dependency for siril
okay op@
2022-08-23 12:15:45 +00:00
espie
a5aec62fc4
kplot is a small graphics plotting library written by kristaps
...
this version includes small changes to make it suitable for siril
okay op@
2022-08-23 12:14:41 +00:00
sthen
b044bb94eb
FFmpeg: add fixes for AOM and SDL, from Brad
2022-08-20 12:29:18 +00:00
sthen
44ebb163cf
update to asymptote-2.82, from wen heping
...
tweak from me, needs a BDEP on py-qt5 otherwise a file is missed
and packaging fails
2022-08-18 14:28:56 +00:00
tj
ec26f1e457
apply upstream fix for CVE-2022-34526
...
ok landry
2022-08-15 13:54:22 +00:00
rsadowski
0301337395
Update to libwebp 1.2.4.
...
- 8/4/2022: version 1.2.4
This is a binary compatible release.
* restore CMake libwebpmux target name for compatibility with 1.2.2 (#575 )
* fix lossless crunch mode encoding with WEBP_REDUCE_SIZE
(chromium: #1345547 , #1345595 , #1345772 , #1345804 )
- 6/30/2022: version 1.2.3
This is a binary compatible release.
* security fix for lossless encoder (#565 , chromium:1313709)
* improved progress granularity in WebPReportProgress() when using lossless
* improved precision in Sharp YUV (-sharp_yuv) conversion
* many corrections to webp-lossless-bitstream-spec.txt (#551 )
* crash/leak fixes on error/OOM and other bug fixes (#558 , #563 , #569 , #573 )
From Brad
2022-08-15 05:51:29 +00:00
jca
0c55ba3f29
Mark graphics/asymptote BROKEN on riscv64
...
assertion "q.pre == 0 && q.piv != 0" failed: file "knot.cc", line 317, function "scale"
2022-08-12 22:25:14 +00:00
ajacoutot
25b236a9ce
+webp-pixbuf-loader
2022-08-12 11:43:25 +00:00
ajacoutot
41aab70254
Import webp-pixbuf-loader-0.0.6
...
webp-pixbuf-loader contains a plugin to load WebP images in GTK+ applications.
ok landry@
2022-08-12 11:42:55 +00:00
gkoehler
fd2de2c6ec
Unbreak freeimage on BE_ARCHS
...
PluginBMP.cpp had compiler errors before I added this patch.
fixed PluginBMP, PluginDDS for compilation under Big Endian OS (see
FREEIMAGE_BIGENDIAN)
https://sourceforge.net/p/freeimage/svn/1809/
ok tb@
2022-08-11 20:50:12 +00:00
kmos
23de889f92
Hook ruby-chunky_png and ruby-rqrcode to the build
2022-08-11 14:40:09 +00:00
kmos
08ce351b7b
rqrcode is a library for encoding QR Codes. The simple interface
...
allows you to create QR Code data structures and then render them
in the way you choose.
ok abieber@
2022-08-11 14:39:30 +00:00
kmos
38d030e203
This pure Ruby library can read and write PNG images without depending
...
on an external image library, like RMagick. It tries to be memory
efficient and reasonably fast. It supports reading and writing all
PNG variants that are defined in the specification, with one
limitation: only 8-bit color depth is supported.
ok jeremy@ abieber@
2022-08-11 14:38:25 +00:00
benoit
5591a353c5
Update to grap-1.46.
2022-08-11 12:02:36 +00:00
ajacoutot
c6b6fe40dc
Missing BDEP on py3-docutils.
2022-08-10 12:18:34 +00:00
ajacoutot
c0b195cedd
Revert previous and add a comment as to why we cannot use parallel.
2022-08-10 09:42:55 +00:00
sthen
1eea94d5e3
full WANTLIB regen, this was listing COMPILER_LIBCXX without
...
setting COMPILER, but actually C++ libs no longer pulled in anyway
2022-08-10 09:24:03 +00:00
sthen
380d51d12d
sync WANTLIB; ImageMagick changes, pointed out by aja@
2022-08-10 09:19:45 +00:00
ajacoutot
1a77f8a18d
Update to gdk-pixbuf-2.42.9.
2022-08-10 08:48:37 +00:00
ajacoutot
1de83e2702
Set DPB_PROPERTIES=parallel
...
Hopefully this will help bulk builds finish earlier.
2022-08-10 08:39:28 +00:00
sthen
363a96c1d8
update to ImageMagick-6.9.12-60
2022-08-09 12:21:11 +00:00
tb
7084fc7b05
graphics/freeimage: do not attempt to build the bundled libpng with neon
...
support on arm and aarch64. The sources are not included, so the library
has missing external references such as png_init_filter_functions_neon().
This in turn breaks the build of emulators/emulationstation and x11/ogre.
ok jca (who also suggested that arm needed same fix)
2022-08-04 19:03:14 +00:00
benoit
cc2fcf54ff
Update to p5-Imager-1.019.
2022-08-04 08:36:03 +00:00
benoit
c3a06f7967
Update to p5-SVG-2.87.
2022-08-04 08:22:56 +00:00
benoit
3f0f16ec98
Update to p5-Chart-2.403.7.
2022-08-04 07:03:11 +00:00
op
a261cdce34
tell portroach to skip 9.8.2.2106204
2022-08-03 08:02:46 +00:00
gkoehler
962973c019
Unbreak png on powerpc64 by passing -mvsx
...
Diff from Brad Smith, edited by me
2022-08-01 15:00:04 +00:00
semarie
0150291b1a
graphics/arcan: enable wayland + avoid some libraries picking
...
ok abieber@
2022-07-30 04:49:29 +00:00