Commit graph

15353 commits

Author SHA1 Message Date
tsutsui
564d8acc6d ruby-cairo: update to 1.17.8.
Upstream changes (from NEWS):

Release 1.17.8 (2022-09-01) Sutou Kouhei <kou@cozmixng.org>
===========================================================

Improvements
------------

  * Added support for Pathname for Cairo::Surface#write_to_png.
    [GitHub#37][Reported by scivola]

Thanks
------

  * scivola
2022-09-03 15:06:07 +00:00
nia
859e06e2e0 feh: update to 3.9.1
Mon, 22 Aug 2022 17:49:11 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v3.9.1
    * Set libcurl user agent to "feh/3.9.1". Previously, feh did not send a
      user agent.
2022-09-03 12:09:32 +00:00
pin
bafce09951 graphics/oculante: update to 0.6.6
- Try some more colorful logo variants.
 - Fix id duplication.
 - Tweak accent color.
 - Improved UI slider widgets.
2022-09-02 21:10:15 +00:00
markd
d3067f8c72 tex-mcf2graph{,-doc}: update to 4.87
4.87
-change format of mcf_library.mcf
-change output file name
-update MCF manual,example

4.86
-fix bug in function mc_query()
-update mcf_library.mcf

4.85
-fix bug in function mc_query()
-update mcf_library.mcf
-update MCF manual
2022-09-01 11:04:09 +00:00
markd
ab3cd2f3dc tex-epstopdf{,-doc}: update to 2.29
epstopdf 2.29 uses gswin64c for the name of the Ghostscript program
on 64-bit Windows (as determined by the PROCESSOR_ARCHITECTURE or
PROCESSOR_ARCHITEW6432 environment variables.
If something fancier is needed, adjustments can be made.
2022-09-01 10:30:55 +00:00
wiz
c7ac860ac5 cliris: remove superfluous ']' from DESCR 2022-09-01 08:56:55 +00:00
markd
121886ae10 tex-tkz-base{,-doc}: update to 4.2c
chnages unknown
2022-09-01 05:41:07 +00:00
markd
4f07dc9a29 tex-repere{,-doc}: update to 22.07
MetaPost macros for secondary school mathematics teachers.
New macros to draw complete geometric figures (segments, vectors, triangles...)
2022-09-01 05:07:23 +00:00
markd
3530c194bd tex-pstricks{,-doc}: update to 3.14
changes unknown
2022-09-01 05:04:41 +00:00
markd
62e52ea7c2 tex-pst-barcode{,-doc}: update to 0.19
This version has a lot of changes.
2022-09-01 05:02:22 +00:00
markd
a97f23673e tex-graphics-pln{,-doc}: update to 2022
Update to graphics-pln/miniltx.ltx to match the June 2020
LaTeX release which defines a new \mathcolor command.
2022-09-01 04:04:42 +00:00
markd
01932abc76 tex-circuitikz{,-doc}: update to 1.5.3
Minor release: fixes to the manual, and a new component (Shockley diodes).

- Merging changes to fix the language in the manual
  (thanks to Charles B. Cameron).
- Added Shockley diode
2022-09-01 03:36:03 +00:00
markd
676068ca40 tex-animate{,-doc}: update to 20220804
changes unknown
2022-09-01 03:13:00 +00:00
pin
c0a29effd9 Add cliris 2022-08-31 20:30:30 +00:00
pin
71dad64312 graphics/cliris: import pkg
A command line tool that creates color palettes from images using the [median
cut algorithm.
2022-08-31 20:29:32 +00:00
pin
78e73911f4 graphics/oculante: update to 0.6.5
0.6.5
  - update build script

0.6.4
  - fix #40: keyboard zoom/pan
2022-08-29 11:22:35 +00:00
pin
9b79b8b572 graphics/oculante: update to 0.6.3
0.6.3
- fix missing vsync argument on windows

0.6.2
- draw brush preview
- update to latest notan
- fix test
- add undocumented key shortcut
- clean-up
2022-08-28 16:14:01 +00:00
taca
edacd81d6a graphics/ruby-image_size: update to 3.0.2
3.0.2 (2022-05-19)

* Fix handling empty files #20 @toy
2022-08-26 15:42:51 +00:00
taca
a5e14f4e7e graphics/ruby-RMagick: update to 4.2.6
RMagick 4.2.6 (2022-07-15)

Improvements

* Remove test_files to reduce gem package size (#1338)

Bug Fixes

* Guard against an empty rpath (#1333)
* Call GetImageDistortion instead of IsImagesEqual to fix the issue reported
  in #1342 (#1343)

RMagick 4.2.5 (2022-04-06)

Bug Fixes

* Specify rpath linker option to fix dynamic lib lookup failure on Linux
  (#1325)
* Fix Image#profile! that can't delete exif data (#1326)
2022-08-26 15:40:23 +00:00
pin
234b2b1b0f graphics/oculant: update to 0.6.1
- run pixel ops in linear space
- fix CPU usage on tiling WMs
- clean and invert brush fade
- add scroll container for infot

Remove patch, merged upstream.
2022-08-25 09:52:30 +00:00
wiz
854cb893ce graphics/Makefile: fix typo 2022-08-25 08:21:42 +00:00
ryoon
9fa6a334b9 zxing-cpp: Update to 1.4.0
* Install BitArray.h manually to fix misc/libreoffice build.

Changelog:
Note: this is an intermediary release on the way to 2.0. This code is (supposed
to be) API compatible (via the ReadBarcode.h interface) with v1.3.0 but
contains quite a few additional deprecations. It still has SO number 1, which
is as wrong as it was for release v1.3.0 and it is not ABI compatible with 1.3
either. 2.0 will be basically 1.4 but with all deprecated API removed and the
final fix for #333.

Main changes

  * Reader support for Micro QRCode by @corbers
  * prepared switch from std::wstring based utf16 to std::string based utf8
    results, use new ZX_USE_UTF8 macro to transition to the upcoming 2.0 API
  * much improved 'binary' data support via new Result::bytes() API, see #334
    for a detailed background discussion.
  * new Result::contentType() API returning information about the type of
    content (like text vs. binary, etc.)
  * better standards conformance with respect to ECI handling, see
    Results::bytesECI()
  * support for proper ECI handling across structured append symbols (see
    MergeStructuredAppendResults())
  * new Result::error() API with improved error handling, see also
    DecodeHints::returnErrors()
  * removed all internal header files from the installed set, so only the
    ReadBarcode.h based APIs are supported from here on out
  * removed all sample images from the 'source' distribution zip/tar balls
    (much reduced size)
  * python read_barcode returns None if no symbol was found (might break
    existing code if not checked for None before)

Minor changes

  * lots of little bug fixes
  * smaller per process runtime memory (thanks to @vkrause)
  * clang-13 and gcc-13 compilation fixes
  * ported Qt example code to Qt6
  * experimental multi-symbol detection support for DataMatrix when compiled
    with c++-20
  * fix error in multi-symbol detection of linear codes (sometimes reported 1
    symbol as 2)
  * new -bytes and -errors options in ZXingReader
  * support tryRotate for PDF417 symbols
2022-08-24 12:45:42 +00:00
pin
0811a0c063 graphics/oculante: fix cpu usage with tiling wms
While here update DESCR and clean-up leftover.
2022-08-24 05:20:19 +00:00
wiz
1659b31d3d oculante: add build dependency on cmake, used by one of the crates 2022-08-23 06:45:01 +00:00
tnn
2712689df3 gimp-jxr: fix master site, update to 2.1.1
2.1.1:
Fixes a bug  where color profiles and metadata would not be saved for
multi-layered images and an error message would be shown.
2022-08-22 19:31:13 +00:00
wiz
e0e608ffb1 glfw: update to 3.3.8.
3.3.8

This is a bug fix release. It adds fixes for issues on all supported platforms.

3.3.7

This is a bug fix release. It adds fixes for issues on all supported platforms.

3.3.6

This is a bug fix release. It adds fixes for issues on Windows, macOS and X11.

3.3.5

This is a bug fix release. It adds fixes for issues on all supported platforms.
2022-08-22 19:19:51 +00:00
tnn
f16179b17a oculante: don't use ambiguous first-person pronoun in DESCR 2022-08-22 18:39:58 +00:00
pin
3d3f28610d Add oculante 2022-08-22 18:30:38 +00:00
pin
4b1acfa7a6 graphics/oculante: import package
A no-nonsense hardware-accelerated image viewer.

I started this as a toy project to make a simple image viewer. The vision is to
create something with a broad support of industry-standard files and gradually
add more image analysis and editing tools.
Here are some reasons why this might be helpful to you:
- Completely bloat-free
- Supports a wide range of images and SVG
- Can display unassociated channels correctly (For example if your image uses
  alpha and color channels to encode data in a special way)
- Lets you pick pixels, displays location and color values
- Offers basic nondestructive editing: Crop, resize, paint, contrast, HSV,
  rotate, blur, noise, ...
2022-08-22 18:29:28 +00:00
ast
656719d54c + zimg 2022-08-22 15:27:55 +00:00
leot
b6545aa430 zimg: Simplify github.mk use
We can just properly set DISTNAME and GITHUB_TAG and avoid (re)setting
PKGVERSION, GITHUB_PROJECT, DIST_SUBDIR and WRKSRC.
2022-08-22 14:22:30 +00:00
ast
ce7bf996c2 graphics/zimg: zimg library to process images (used by handbrake-1.5.1nb2 build) 2022-08-22 13:50:37 +00:00
wiz
f01c1a42ad hs-JuicyPixels: update to 3.3.8.
v3.3.8 July 2022
----------------

 * Dependence fidling
 * Jpg: do not call "error" in the parser, use fail instead.

v3.3.7 March 2022
-----------------

 * Jpg: Fixing renderng bug with MCUs with single block in width and
   multiple in height
2022-08-22 10:36:59 +00:00
markd
b449f5b472 pstoedit: update to 3.78
New or changed in 3.78:
* Bug fix. pstoedit did not find older versions of GhostScript under Windows.
* Support for mawk in creation of pstoedit.ph header file. mawk is often used on
  build servers in place of gawk.
New or changed in 3.77:
* Some small update to comply with some Debian requirements.
New or changed in 3.76:
* Added experimental support for filled objects in DXF output using the HATCH
  element of DXF.
* Fixed a problem when running pstoedit with output to standard output instead of
  a file.
* Adapted to new versioning scheme of GhostScript.
* Additional backend for pcb-rnd contributed by Erich Heinzle.
* Some additional options in WEMF driver.
* Better handling of bounding box in EMF output. Contributed by Samuel Thibault.
* Better handling of metric option in fig driver.
2022-08-22 08:23:19 +00:00
markd
8d0fcb4082 opencv: explicitly disable java 2022-08-22 08:17:30 +00:00
markd
7630ae40e0 blender: explicitly disable POTRACE 2022-08-22 08:15:33 +00:00
wiz
758cc8fe87 graphics/Makefile: + tex-ean13isbn* 2022-08-20 23:03:15 +00:00
wiz
3bd76d5b59 graphics/tex-ean13isbn-doc: import tex-ean13isbn-doc-2022
Documentation for tex-ean13isbn.
2022-08-20 23:03:03 +00:00
wiz
b35b455729 graphics/tex-ean13isbn: import tex-ean13isbn-2022
The package provides the means to typeset ISBN codes with
EAN-13; it uses the (generic) package ean13.tex to typeset the
actual barcode.
2022-08-20 23:02:41 +00:00
wiz
4d8292c68e hs*: recursive bump for new dependencies needed
for hs-aeson, hs-vector
2022-08-20 08:08:12 +00:00
tnn
aa95d22e94 gimp-fix-ca: use canonical master site 2022-08-19 02:10:24 +00:00
tnn
c3783072d5 exifprobe: switch master site to github (new maintainer) 2022-08-19 01:01:28 +00:00
tsutsui
7fa396c2a0 raleigh-reloaded: update to 1.5.
No upstream changelog,
but several style/visual improvements.
2022-08-18 15:49:40 +00:00
tsutsui
222518724e ruby-cairo: update to 1.17.7.
Upstream changes:
 https://github.com/rcairo/rcairo/blob/v1.17.7/NEWS

Release 1.17.7 (2022-07-31) Sutou Kouhei <kou@cozmixng.org>
===========================================================

Fixes
-----

  * Fixed a bug that Cairo::UserFontFace#on_render_color_glyph isn't
    called.

Release 1.17.6 (2022-07-30) Sutou Kouhei <kou@cozmixng.org>
===========================================================

Improvements
------------

  * Added support for cairo 1.17.6:

    * Added Cairo::PDFVersion::VERSION_1_6.

    * Added Cairo::PDFVersion::VERSION_1_7.

    * Added Cairo::PDFSurface#set_metadata.

    * Added Cairo::DirectWriteError.

    * Added Cairo::Context#set_hairline.

    * Added Cairo::Context#hairline?.

    * Added Cairo::UserFont#on_render_color_glyph.

  * Updated tests for cairo 1.17.6.
    [GitHub#75][Reported by Mamoru TASAKA]

Fixes
-----

  * Fixed a wrong conversion bug for the rest size argument in read
    callback.

  * Fixed a wrong conversion bug in Cairo::Options#hash.

  * Fixed a GC related crash bug in Cairo::Surface#finish.

Thanks
------

  * Mamoru TASAKA
2022-08-18 15:44:23 +00:00
wiz
5f5da3ecb2 grafx2: update to 2.8.3132.
Changes not found.
2022-08-18 11:12:51 +00:00
tnn
d3f89e2770 libsixel: needs -D__EXTENSIONS__ on SunOS 2022-08-17 10:25:33 +00:00
adam
91263046ad libjpeg-turbo: updated to 2.1.4
2.1.4

Significant changes relative to 2.1.3

Fixed a regression introduced in 2.1.3 that caused build failures with Visual Studio 2010.

The tjDecompressHeader3() function in the TurboJPEG C API and the TJDecompressor.setSourceImage() method in the TurboJPEG Java API now accept "abbreviated table specification" (AKA "tables-only") datastreams, which can be used to prime the decompressor with quantization and Huffman tables that can be used when decompressing subsequent "abbreviated image" datastreams.

libjpeg-turbo now performs run-time detection of AltiVec instructions on OS X/PowerPC systems if AltiVec instructions are not enabled at compile time. This allows both AltiVec-equipped (PowerPC G4 and G5) and non-AltiVec-equipped (PowerPC G3) CPUs to be supported using the same build of libjpeg-turbo.

Fixed an error ("Bogus virtual array access") that occurred when attempting to decompress a progressive JPEG image with a height less than or equal to one iMCU (8 * the vertical sampling factor) using buffered-image mode with interblock smoothing enabled. This was a regression introduced by 2.1 beta1[6(b)].

Fixed two issues that prevented partial image decompression from working properly with buffered-image mode:

Attempting to call jpeg_crop_scanline() after jpeg_start_decompress() but before jpeg_start_output() resulted in an error ("Improper call to JPEG library in state 207".)
Attempting to use jpeg_skip_scanlines() resulted in an error ("Bogus virtual array access") under certain circumstances.
2022-08-14 20:57:40 +00:00
bsiegert
31bbfa00c9 Revbump all Go packages after go118 security update 2022-08-12 20:37:59 +00:00
adam
34d13ebb78 vulkan-headers: does not need any languages 2022-08-12 08:44:48 +00:00
gutteridge
1e4ca2627d Bump all dependent packages of wayland (belatedly)
The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-08-11 05:08:00 +00:00