Commit graph

14446 commits

Author SHA1 Message Date
wiz
8ee2df71df cal3d: remove patches that are not in distinfo 2021-03-06 15:30:40 +00:00
nia
23ad787d0d zbar: Make xmlto dependency explicit
Makes man pages get generated predictably. Should help bulk builds.
2021-03-06 11:57:04 +00:00
adam
d32a92e0f4 jasper: updated to 2.0.26
2.0.26
* Fix JP2 decoder bug that can cause a null pointer dereference for
  some invalid CDEF boxes.
2021-03-05 18:53:56 +00:00
adam
b805bc94a3 py-wand: updated to 0.6.6
Version 0.6.6
-------------
- Added :meth:`Image.get_image_distortion() <wand.image.BaseImage.get_image_distortion>` method.
- Fixed `QuantumType` allocation for 32-bit architectures using HDRI.
- Fixed `MagickSizeType` allocation for :meth:`ResourceLimits.set_resource_limit() <wand.resource.ResourceLimits.set_resource_limit>` and segfault with ``armv7l`` architecture.
- Fixed :class:`~wand.color.Color` deallocation error on 32-bit architectures.
- Deprecated :meth:`wand.color.scale_quantum_to_int8()`
- [TEST] Deprecated PDF format from test assets.
- [TEST] Deprecated :class:`~wand.drawing.Drawing` test `fx_wand` fixture to improve parallel CI testing.
- [TEST] Marked all ImageMagick-7 features skipped when running test suite with ImageMagick-6.
2021-03-05 13:43:57 +00:00
gutteridge
c85cdaf435 py-tifffile: update to 2021.3.4
2021.3.4
    Pass 4389 tests.
    Fix reading multi-file, multi-series OME-TIFF (#67).
    Detect ScanImage 2021 files (#46).
    Shape new version ScanImage series according to metadata (breaking).
    Remove Description key from TiffFile.scanimage_metadata dict (breaking).
    Return ScanImage version from read_scanimage_metadata (breaking).
    Fix docstrings.
2021-03-05 04:21:05 +00:00
adam
c9aa0b7340 py-tifffile: updated to 2021.2.26
2021.2.26
  Pass 4388 tests.
  Squeeze axes of LSM series by default (breaking).
  Add option to preserve single dimensions when reading from series (WIP).
  Do not allow appending to OME-TIFF files.
  Fix reading STK files without name attribute in metadata.
  Make TIFF constants multi-thread safe and pickleable.
  Add detection of NDTiffStorage MajorVersion to read_micromanager_metadata.
  Support ScanImage v4 files in read_scanimage_metadata (not tested).
2021-03-04 14:05:49 +00:00
leot
fbdfabc599 zbar: Update to 0.23.90
Changes:
0.23.90
-------
  * Started using github actions for CI and binary releases
  * Fixed several issues with configure.ac, making it auto-detect
    most things, when possible
  * README.md now shows the absolute minimum requirement for
    building ZBar on Ubuntu
  * Fixed some build issues
  * Make it compatible with Python 3.9
  * Fixed some Python 3.9 and Qt5 warnings
  * Typo fixes
  * Several fixes at zbarcam
  * zbarimg: fix stderr output when symbols are found
2021-03-04 10:34:24 +00:00
nia
0ad4d4eb91 ivtools: Needs ps2pdf 2021-03-03 10:46:14 +00:00
adam
beccb41ff1 osg: fix buidling on Darwin; fix finding Lua52 2021-03-02 09:41:56 +00:00
nia
a98c0c2e06 ivtools: update to 2.0.4a1
Changes: builds again;

August 22nd 2020 ivtools-2.0.3

* add Golang style "%v" format descriptor to comterp print func.

July 5th 2020 ivtools-2.0.2

* Change priority of "$$" (stream) operator to line up with other stream operators (i.e. ".." and "**").

June 30th 2020 ivtools-2.0.1

* Fix nested user defined funcs in comterp (the func() command).

* Change isalpha(), isdigit(), and isspace() funcs to return 0 or 1
  (instead of the bitmask which is returned for C).

* Add comterp_run utility script for hands-free launching of comterp scripts.
  Write scripts with this header:

   #! /usr/bin/env comterp_run

* Add csvfilt comterp script as an example of using comterp_run.
  After installing both try "csvfilt --help".

June 21st 2020 ivtools-2.0.0

Non-backward compatible changes from ivtools-1.2.11:

* Swap "$$" and "$" operators in comterp.  The "$$" operator is now stream() (which matches
  the other double-character stream operators - "..", "**", and ",,") and "$" is now list().

* Reverse the priority of ".." (iterate()) and "**" (repeat()), giving ".." precedence over "**".
  The reason is because ".." is more complex than "**", like multiplication is more complex than
  addition.

* Remove symmax() and symcnt() commands because they were redundant with symid() which accepts
  :max and :cnt keywords.

Other changes;

* remove patches directory, sourceforge102203.xml, aclocal.m4, README.cygwin, README.ivmkcm, and comtop.tgz

* migrated all CHANGES-* files to a CHANGES directory
2021-03-01 09:48:40 +00:00
markd
52155f9daf py-tifffile: not for python2.7 2021-02-27 23:47:59 +00:00
markd
930fb16384 digikam: explicitly don't look for KF5AkonadiContact 2021-02-26 21:48:09 +00:00
nia
2c610c6693 ImageMagick: allow building without documentation
the HTML docs make up a significant % of the installed pkg size
2021-02-26 12:48:29 +00:00
markd
207496a5b4 graphics: +py-tifffile 2021-02-24 19:56:15 +00:00
markd
51bdfcecff py-tifffile: Add version 2021.2.1
Tifffile is a Python library to
* store numpy arrays in TIFF (Tagged Image File Format) files, and
* read image and metadata from TIFF-like files used in bioimaging.
Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, STK,
LSM, SGI, NIHImage, ImageJ, MicroManager, FluoView, ScanImage, SEQ,
GEL, SVS, SCN, SIS, ZIF (Zoomable Image File Format), QPTIFF (QPI),
NDPI, and GeoTIFF files.
2021-02-24 19:54:49 +00:00
markd
290da30f7a tex-animate{,-doc}: update to 20201007
changes unknown
2021-02-20 09:42:52 +00:00
markd
65ec66fdd3 tex-circuitikz{,-doc}: update to 1.3.0
The main changes here are under the hood: a big refactoring that should
have helped fixed some long-standing misfeatures.
In case of disaster, there is a new rollback point added (still not
using the new LaTeX rollback mechanism, though).

- Fixed a long-standing problem with labels and similar decoration
  with equal signs and commas
- Fixed a typo in the manual (thanks to @muzimuzhi on GitHub)
- The Mother of All Code Refactoring: no real changes (modulo errors)
- Added a rollback point to 1.2.7
2021-02-18 19:42:07 +00:00
markd
a6f28fcef0 tex-chemfig{,-doc}: update to 1.56
1.54
- \expanded primitive required
- \charge macro: a "=" forgotten in the input stream now removed

1.56
- centers of rings reachable with a tikz node
2021-02-18 19:38:52 +00:00
nia
a98eb35ee3 drawing: update to 0.6.5
drawing (0.6.5) unstable; urgency=low

  * fix unexplained regression of bottom panes responsiveness
  * mitigation of the "very quick series of ctrl+b" bug
  * disable importing or opening an image using drag-and-drop with flatpak (it was broken)
  * fix printing (issue #20)
  * more pertinent movements of the view when holding and moving the middle-click
  * update several translations
2021-02-18 17:20:59 +00:00
wiz
1f33bb522d ImageMagick: update to 7.0.11.0.
2021-02-13  7.0.11-0  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.11-0 GIT revision 18438:ff3ef50ab:20210213

2021-02-10  7.0.11-0  <quetzlzacatenango@image...>
  * bump minor version #
  * allow reading multichannel PSD files with 1 or 2 channels.
  * respect masks when computing SSIM metric (reference
    https://github.com/ImageMagick/ImageMagick/discussions/3212).

2021-02-07  7.0.10-62  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-62 GIT revision 18418:f1e915f65:20210207

2021-02-01  7.0.10-62  <quetzlzacatenango@image...>
  * -trim not working as expected (reference
    https://github.com/ImageMagick/ImageMagick/discussions/3172).
  * possible undefined behavior (reference
    https://github.com/ImageMagick/ImageMagick/issues/3195).
  * sanitize buggy ascender and descender values (reference
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980202).
2021-02-18 10:08:39 +00:00
wiz
d2256403ea glew: restore patch chunk lost in update that fixes RELRO build
Bump PKGREVISION.
2021-02-17 14:20:35 +00:00
nia
70b7e04f7f glew: Update to 2.2.0
Changes:
new extensions and minor bug fixes
2021-02-16 10:25:01 +00:00
adam
b6d8e9482e libwebp: updated to 1.2.0
version 1.2.0
* API changes:
  - libwebp:
    encode.h: add a qmin / qmax range for quality factor (cwebp adds -qrange)
* lossless encoder improvements
* SIMD support for Wasm builds
* add xcframeworkbuild.sh, supports Mac Catalyst builds
* import fuzzers from oss-fuzz & chromium
* webpmux: add an '-set loop <value>' option
* toolchain updates and bug fixes
2021-02-15 21:18:38 +00:00
markd
df215e76af tex-pstricks{,-doc}: update to 3.01
3.00
This version has a new package pstricks-pdf which can be used instead
of pstricks if you want to run pdflatex with the --shell-escape option.

3.01
This version has a modified pstricks.tex|.pro for GhostScript versions > 9.52
Transparency is now only possible with the optional argument -dALLOWPSTRANSPARENCY.

All files should still work for older GS versions.
2021-02-15 11:07:27 +00:00
markd
1060ecd81f tex-pst-pdf{,-doc} update to 1.2f
Internal changes to track updates in the LaTeX kernel (2020-10-01
release).
2021-02-15 11:03:11 +00:00
markd
1b93f6c531 tex-pst-circ{,-doc}: update to 2.17
This version allows color names in "xcolor" notation
2021-02-15 11:00:37 +00:00
markd
a4c103e402 tex-pst-3dplot{,-doc}: update to 2.06
changes unknown
2021-02-15 10:55:34 +00:00
markd
d3090953c8 tex-auto-pst-pdf{,-doc}: update to 0.7
* Security fix for Windows
2021-02-15 10:53:25 +00:00
fcambus
7ca2371672 ansilove: update to 4.1.5.
AnsiLove/C 4.1.5 (2021-02-14)

- Stop forcing FORTIFY_SOURCE=2, it should be package builders decision
- Remove dead increments for argc and argv
- Check strdup() return value when allocating output file name
2021-02-15 07:49:54 +00:00
markd
5eb4991f17 tex-pdfcrop{,-doc}: update to 1.40
* adapted to pdf version 2.0,
* adapted the luatex code to the current luatex primitives
* corrected a problem with the pdfversion setting when using xetex.
* added an uncompress option (for debugging)
* improved ghostscript detection on windows when a bash is used
* added direct pdf version support to xetex.
2021-02-15 03:53:47 +00:00
markd
5becee34e9 tex-graphics-pln{,-doc}: update to 2020.56823
Update to graphicx.tex to guard \protected so graphicx.tex continues to
work in classic tex not just etex and pdftex
2021-02-15 01:19:06 +00:00
markd
061b17ee8e tex-mcf2graph{,-doc}: update to 4.57
-change syntax
    n:@ => @n
    n:# => &n
    &"+" => "+"
    &"-" => "-"
    |=n  => #n
    =|   => ##
-delete command ``
-delete command a@#b
-delete command A[1],A[-1]
-delete bond type d,w,z
-fix bug in MOL file output
-fix bug in molecular weight calculation
-fix bug in report output
-fix bug in MOL file output
-improve parts definition
-improve global ext() setting
-fix bug in molecular weight calculation
-fix bug in charged atom calculation
-add commands
    ?!   : /_,!
    ??   : /_^35,/_-35
    /?!  : isopropyl
    /??! : tert-butyl
-change syntax
    /N!_ => /N?! : dimethylamino
-improve inline definition
-improve aux file output,input
2021-02-14 20:09:21 +00:00
taca
4a656eb91a graphics/ruby-gd: fix build problem with Ruby 3.0
Use more modern Ruby API.
2021-02-14 14:59:38 +00:00
wiz
9a123ba59a charls: simplify Makefile 2021-02-14 12:55:18 +00:00
nros
726cfc44f1 Add charls version 2.2.0 to pkgsrc
charls is a bsd licensed jpeg-ls library
2021-02-14 11:51:57 +00:00
leot
5431a877ce graphics: Add farbfeld 2021-02-14 11:33:41 +00:00
leot
75bdc0c489 graphics/farbfeld: import farbfeld-4
Farbfeld is a lossless image-format designed to be parsed and piped easily.
It can be compressed easily and beats PNG's filesize in many cases.
2021-02-14 11:32:47 +00:00
taca
81059d1131 graphics/ruby-RMagick: update to 4.2.1
RMagick 4.2.1 (2021-02-08)

Bug Fixes:
* Fix compilation with optimization on glibc (#1263)


RMagick 4.2.0 (2021-02-05)

Improvements:

* Updated error messages if runtime ImageMagick version was not matched
  with when installed rmagick (#1213)
* Improve Image#resize performance with ImageMagick 7 (#1240)
* Added new colorspaces (#1252)

Bug Fixes:

* Fix assertion failed in Magick::TextureFill.new with with unexpected
  argument (#1216)
* Call with yield when there is a block arguments (#701)
* Avoid crash with monitor feature on Ruby 3.0 (#1253)
2021-02-13 13:51:32 +00:00
markd
5502d4b4d3 graphics: +tex-qrcode{,-doc} 2021-02-12 02:53:40 +00:00
markd
0ee3cabc5e tex-qrcode{,-doc}: add version 1.51
From Mike M. Volokhov in pkgsrc/wip

The package generates QR (Quick Response) codes in LaTeX,
without the need for PSTricks or any other graphical package.
2021-02-12 02:52:06 +00:00
nia
cf9c6ea159 lasem: Use MASTER_SITE_GNOME 2021-02-11 15:33:48 +00:00
nia
846775d6fa gexiv2: Update to 0.12.1
gexiv2 0.12.1 - 23 May 2020

 * Support macOS dylib versioning
 * Improve compatibility with current exiv2 development versions
 * Fix compiling on windows
 * Fix issue with problematic symbol visibility of exiv2
 * Fix issues with tests overwriting environment variables
 * Fix exception escaping on division by zero
 * Fix overflow in altitude fraction conversion
 * Fix crash with experimental GIO support
 * Documentation fixes
 * Add gexiv2_metadata_update_gps_info which will not remove all other GPS
   information

Bugs fixed in this release:
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/41
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/42
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/45
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/52
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/53
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/54
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/55
2021-02-11 15:14:53 +00:00
nia
69c35913fe scrot: Update to 1.5
Changes
    Do not record pointer when selecting an area.
    Fixed compilation on Sparc64.
    Fixed a possible overflow in src/options.c.
    Fixed a segfault with --multidisp option.
    Fixed issues when file extension is more than 3 characters.
    New feature: allow save thumbnail without extension.
    New feature: retry to grab the keyboard for 1s in 50ms intervals if it is still being grabbed by the windows manager.
    New option --class (-C): discriminate windows by class name.
    Support various modes of drawing selection.
2021-02-10 11:23:13 +00:00
nia
ba71db550b jasper: Update to 2.0.25
2.0.25 (2021-02-07)
===================

* Fix memory-related bugs in the JPEG-2000 codec resulting from
  attempting to decode invalid code streams. (#264, #265)
2021-02-10 10:01:31 +00:00
adam
69b0e84507 py-matplotlib: updated to 3.3.4
v3.3.4:

This release contains several critical bug-fixes:

Fix WebAgg initialization.
Fix parsing QT_API setting with mixed case.
Fix build with link-time optimization disabled in environment.
Fix test compatibility with NumPy 1.20.
Fix test compatibility with pytest 6.2.
2021-02-07 15:31:44 +00:00
ryoon
bee3953c45 *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
mef
75550934c5 Added graphics/R-manipulateWidget version 0.10.1 2021-02-06 11:07:52 +00:00
mef
15100ef155 (graphics/R-manipulateWidget) import R-manipulateWidget-0.10.1
Like package 'manipulate' does for static graphics, this package helps
to easily add controls like sliders, pickers, checkboxes, etc. that
can be used to modify the input data or the parameters of an
interactive chart created with package 'htmlwidgets'.
2021-02-06 11:04:25 +00:00
ryoon
3043c80d52 graphics: Enable box2d 2021-02-06 06:42:49 +00:00
ryoon
4c6fbe7b1b graphics/box2d: import box2d-2.4.1
Box2D is a 2D physics engine for games.

Features:
Collision
    Continuous collision detection
    Contact callbacks: begin, end, pre-solve, post-solve
    Convex polygons and circles
    Multiple shapes per body
    One-shot contact manifolds
    Dynamic tree broadphase
    Efficient pair management
    Fast broadphase AABB queries
    Collision groups and categories

Physics
    Continuous physics with time of impact solver
    Persistent body-joint-contact graph
    Island solution and sleep management
    Contact, friction, and restitution
    Stable stacking with a linear-time solver
    Revolute, prismatic, distance, pulley, gear, mouse joint,
      and other joint types
    Joint limits, motors, and friction
    Momentum decoupled position correction
    Fairly accurate reaction forces/impulses

System
    Small block and stack allocators
    Centralized tuning parameters
    Highly portable C++ with no use of STL containers
2021-02-06 06:41:33 +00:00