Commit graph

14535 commits

Author SHA1 Message Date
wiz
7f7f71f613 *: remove dead download site 2021-04-21 15:31:18 +00:00
wiz
d18599f092 ljpeg: remove dead download site. 2021-04-21 15:30:41 +00:00
wiz
ccd5b738d1 metacam: remove dead download site. 2021-04-21 15:30:16 +00:00
wiz
608135464d mpeg2codec: remove dead download site. 2021-04-21 15:29:42 +00:00
wiz
e25c12eeab rayshade: remove dead download site. 2021-04-21 15:29:05 +00:00
wiz
4d80881191 tgif: remove dead download site. 2021-04-21 15:28:32 +00:00
wiz
86f9204a98 urt: remove dead download site. 2021-04-21 15:27:36 +00:00
adam
da0a125726 revbump for boost-libs 2021-04-21 13:24:06 +00:00
adam
9d0e79c401 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
pin
28b8597863 graphics/lxqt-themes: update to 0.17.0
lxqt-themes-0.17.0 / 2021-04-15
===============================
  - Added alternate background color to the calendar widget in some themes.
  - Added a visible menu separator to the Dark theme.
2021-04-20 18:18:23 +00:00
pin
c32b7a2f85 graphics/lximage-qt: update to 0.17.0
lximage-qt-0.17.0 / 2021-04-15
==============================
  - Made fitting images on navigating optional.
  - Added options for thumbnails.
  - Fixed all compilation warnings and remove deprecated methods.
2021-04-20 18:07:39 +00:00
pin
6d20219509 graphics/lximage-qt: update to 0.17.0
lximage-qt-0.17.0 / 2021-04-15
==============================
  - Made fitting images on navigating optional.
  - Added options for thumbnails.
  - Fixed all compilation warnings and remove deprecated methods.
2021-04-20 18:06:23 +00:00
wiz
e2ffd169c4 p5-PerlMagick: update to 7.0.11.8.
Same as ImageMagick.
2021-04-20 16:28:27 +00:00
wiz
f91ee61d06 ImageMagick: update to 7.0.11.8.
2021-04-17  7.0.11-8  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.11-8 GIT revision 18636:53a252607:20210417

2021-04-17  7.0.11-8  Dirk Lemstra <dirk@lem.....org>
  * added support for pdf:author, pdf:producer and pdf:title when writing a
    PDF file.

2021-04-09  7.0.11-7  <quetzlzacatenango@image...>
  * constrain sub-image list.
  * -layers optimize no longer produces broken output (reference
    https://github.com/ImageMagick/ImageMagick/issues/3520).
2021-04-20 16:28:16 +00:00
gdt
7e4f825ea8 graphics/tiff: Update to 4.3.0
Upstream changes:

  tiff requires C99 and uses C99 types.  The previous tiff types are
  deprecated.

  new codec for LERC

  bugfixes

  pruning of things no longer in use

https://libtiff.gitlab.io/libtiff/v4.3.0.html
2021-04-20 13:12:54 +00:00
nia
0ba49c5042 darktable: needs librsvg 2021-04-19 15:36:06 +00:00
nia
c152116e9b jasper: update to 2.0.32
2.0.32 (2021-04-18)
===================

* Test release performed with GitHub Actions.

2.0.29 (2021-04-16)
===================

* Loosen some overly tight restrictions on JP2 codestreams, which caused
  some valid codestreams to be rejected. (#289)
2021-04-19 10:59:23 +00:00
nia
86e324932b glfw: update to 3.3.4
This is a bug fix release. It adds one bug fix for X11 and the MinGW-w64 binaries that were missing from 3.3.3.
2021-04-19 10:51:51 +00:00
nia
2d26b2e170 gdk-pixbuf2-xlib: correct previous, thx wiz 2021-04-16 07:35:28 +00:00
nia
c12477db9e cogl: strip werror 2021-04-16 06:49:33 +00:00
nia
e7286e7fce cogl: delint 2021-04-16 06:49:24 +00:00
nia
260a0a9824 gdk-pixbuf2-xlib: disable building of man pages explicitly
this causes packaging problems if xsltproc is found on the host system.

man pages are not useful for this package (they do not include library
docs in man format) but rather gdk2-pixbuf.
2021-04-16 06:47:23 +00:00
nia
30163e7efe gdk-pixbuf2: install man pages 2021-04-16 06:43:48 +00:00
ryoon
633bec58e9 *: Recursive revbump from devel/nss 2021-04-15 11:23:03 +00:00
markd
898a709709 kolourpaint: depend on kio rather than kdelibs4support 2021-04-14 22:32:01 +00:00
wiz
ae12fea0c1 *: bump for vala 0.52 2021-04-14 07:28:16 +00:00
wiz
a9d4f53f7a librsvg: update to 2.50.3.
Version 2.50.3

- #601 - Compute correct bounds for objects with stroke-width=0.

- #545 - Fix MacOS build (Ignacio Casal Quinteiro, Christian Hergert).

- Fix test suite on Rust 1.49 (Sven Neumann).

Version 2.50.2

- #642 - Fix dx/dy offsets in nested <tspan> elements.

Version 2.50.1

- #615: SVG2: Support a chain of uri() filters in the "filter" property
  (John Ledbetter, Sven Neumann).

- #483: Support CSS selectors for attribute matching, like rect[attr^="prefix"]

- #554: Fixed the geometry_for_layer() APIs to not ignore the passed viewport.

- Fixed CSS "import" so it allows only files from the same base directory
  (Lars Schmertmann).

- #623 - The pkg-config files (*.pc) do not define the 'svgz_supported' and
  'css_supported' variables anymore.  These variables were hardcoded
  to 'true' and unchanged since 2011.

- #624 - The source repository no longer produces a librsvg-uninstalled.pc file.

Version 2.50.0

- The following is a summary of changes between 2.48.x and 2.50.0.  For
  full details, please see the 2.49.x release notes below.

- This release requires at least Rust 1.40.

- Windows builds now support ARM64, thanks to Chun-wei Fan.

- Librsvg now consumes much less memory for large SVG files.  The limit for
  the maximum number of elements in an SVG is bigger now at 1 million
  elements (this limit exists to avoid unbounded memory consumption by
  maliciously large files, and is plenty to render even very detailed
  maps).  Thanks to Sergey "Shnatsel" Davidoff and Adam Reichold for making
  this possible.

- #34 - The 'font' shorthand in is now supported in CSS.  Librsvg
  ignores the 'line-height' sub-property because it cannot be done
  easily with Pango, but everything else in 'font' should work now.

- Many new features from SVG2:

- #508 - radialGradient now supports the "fr" property from SVG2
  (Dunja Lalic, Corentin Rossignon).

- #568 - Support href attribute in addition to xlink:href per SVG2.

- #560 - Ignore missing filter references per SVG2.

- #607 - Support the mix-blend-mode property from SVG2 and the
  Compositing and Blending Level 1 specification, so layers can be
  composited with operators like multiply/screen/color-burn, etc.
  https://www.w3.org/TR/compositing-1/ (John Ledbetter).

- #473 - Support the paint-order property from SVG2, so one can pick
  the order in which a path's fill/stroke/markers are drawn (John Ledbetter).

- Many bug fixes and little optimizations; see the 2.49.x release notes for
  details.  Thanks to Paolo Borelli, Daniel Kolesa, Ernestas Kulik.
  Sven Neumann, Bastien Orivel, Jordan Petridis, Emile Snyder.

- Special thanks to Sven Neumann for fixing all the cargo-clippy lints.

Version 2.49.5

- #607 - Support the mix-blend-mode property from SVG2 and the
  Compositing and Blending Level 1 specification, so layers can be
  composited with operators like multiply/screen/color-burn, etc.
  https://www.w3.org/TR/compositing-1/ (John Ledbetter).

- #473 - Support the paint-order property from SVG2, so one can pick
  the order in which a path's fill/stroke/markers are drawn (John Ledbetter).

- Cleanups of the basic drawing and paint-handling code (Paolo Borelli).

- Many style fixes per cargo-clippy (Sven Neumann).

- Improved documentation on the library's internals.

Version 2.49.4

- Support ARM64 Windows builds (Chun-wei Fan).

- #165 - Draw zero-length paths with square caps correctly (Bastien Orivel).

- #568 - Support href attribute in addition to xlink:href per SVG2.

- #560 - Ignore missing filter references per SVG2.

- #609 - Support the transform attribute again in clipPath (Sven Neumann).

- Update Criterion benchmarks (Ernestas Kulik).

- Update to newer dependencies (Bastien Orivel).

- Many style fixes per cargo-clippy (Dunja Lalic, Sven Neumann).

Version 2.49.3

- #34 - The 'font' shorthand in is now supported in CSS.  Librsvg
  ignores the 'line-height' sub-property because it cannot be done
  easily with Pango, but everything else in 'font' should work now.

- #605 - Compute 'bolder' and 'lighter' font-weight correctly.

- #219 - Make the path parser have a tokenizer/parser (Emile Snyder).

- Fixes for the CI after the gitlab.gnome.org changes (Jordan Petridis).

- Fixed some typos in the documentation (codespell is awesome!).

Version 2.49.2

- Fix failing tests.

Version 2.49.1

- (#604) - Fix build on big-endian machines.  Thanks to Daniel Kolesa
  for testing this repeatedly.

Version 2.49.0

- Memory consumption of parsed SVG data is greatly reduced.  Property
  values, path data, and text nodes now use much less memory than
  before.  Thanks to Sergey "Shnatsel" Davidoff and Adam Reichold for
  their contributions.

- With that reduction in memory consumption, librsvg can now load up
  to 1 million XML elements.  This is a hard limit to avoid malicious
  files consuming arbitrary amounts of memory.

- #508 - radialGradient now supports the "fr" property from SVG2
  (Dunja Lalic, Corentin Rossignon).

- Sven Neumann has written a fantastic test suite for rsvg-convert(1).
  Now we can modify this program with confidence.

- Many, many cleanups (Paolo Borelli).

- #594 - Only compute locale information for elements that need it.

- As usual, thanks to Bastien Orivel for keeping dependent crates updated.

- Fix Windows builds without PangoFT2.

- Benchmarks of internal functions work now.  You can run "cargo bench"
  in librsvg/ and rsvg_internals/.

Version 2.48.5

- #577 - Support multiple fonts in the font-family property (Bastien Orivel).
  Previously in font-family="Foo, Bar, Baz" only Foo would get used.

- #591 - Catch overflow when rendering files with a huge viewBox.

- #593 - Don't panic with an empty objectBoundingBox for a mask.

- #596 - Fix introspection data for rsvg_handle_set_stylesheet (Sutou Kouhei).

- Fixes to the librsvg_crate documentation (Abraham Toriz).

- Loading raster images for inclusion in an SVG and producing
  GdkPixbufs is now faster.

Version 2.48.4

- #590 - Fix regression when rendering masks.

- #588 - Fix panic when a big viewBox creates an invalid transform.

- #592 - Fix invalid argument to g_log_structured_array()
2021-04-13 10:28:00 +00:00
wiz
78128a01dd gexiv2: mark python as build dependency only
Bump PKGREVISION.
2021-04-13 09:04:19 +00:00
nia
9370b008ae cheese: mark build-time dependencies 2021-04-12 13:34:56 +00:00
nia
43742b3dc7 girara: set PYTHON_FOR_BUILD_ONLY 2021-04-12 13:24:40 +00:00
nia
7c9ac0c4d4 graphene: set PYTHON_FOR_BUILD_ONLY 2021-04-12 13:23:36 +00:00
nia
7276f319b6 viewnior: update msfmt workaround, set PYTHON_FOR_BUILD_ONLY 2021-04-12 13:23:05 +00:00
nia
cfa057111d zathura-djvu: set PYTHON_FOR_BUILD_ONLY 2021-04-12 12:57:36 +00:00
nia
d4a0d4c822 zathura-cb: set PYTHON_FOR_BUILD_ONLY 2021-04-12 12:57:14 +00:00
nia
05a232ec0b MesaLib: unset USE_LIBTOOL, this uses meson 2021-04-12 12:40:01 +00:00
nia
59a348c22e gdk-pixbuf2-xlib: remove gmake dependency, set PYTHON_FOR_BUILD_ONLY 2021-04-12 12:07:35 +00:00
nia
331e1de171 gdk-pixbuf2: remove gmake dependency, set PYTHON_FOR_BUILD_ONLY 2021-04-12 11:33:16 +00:00
nia
2051b405bd imv: set PYTHON_FOR_BUILD_ONLY 2021-04-12 11:02:48 +00:00
adam
c9b3ac2dcf Revbump for multimedia/x265 update 2021-04-12 08:29:59 +00:00
pin
8d66452b4a graphics/qrrs: update to 0.1.6
-Little README changes
-Update license
-Add tarpaulin to shell.nix
-Separate creating cli and getting matches for better testing
-Add cli test
-Fix ugly unicode in README
2021-04-12 08:05:22 +00:00
triaxx
752eb7016f ImageMagick: Update to 7.0.11.6
upstream changes:
-----------------
7.0.11-6
  * fix portable Windows build.

7.0.11-5
  * OpenCL will be disable by default, use the environment variable
    MAGICK_OCL_DEVICE to turn it on or select the device to use.
  * eliminate extraneous spaces in AC_PATH_PROG (reference
    https://github.com/ImageMagick/ImageMagick/issues/3428).
  * fix handling of non-square images with -fft option.
  * enable FFTW support with --with-fftw configure script command-line option.

7.0.11-4
  * support caption:split define (reference
    https://github.com/ImageMagick/ImageMagick/discussions/3389).
  * avoid an omp deadlock with policy string

7.0.11-3
  * Eliminate multiple division by zero exceptions (reference
    https://github.com/ImageMagick/ImageMagick/issues/3339 and others).
  * Use -define filename:literal=true to bypass interpretting embedded
    formatting characters and instead use the filename literally.

7.0.11-2
  * decode HEIC images in sRGB instead of YCbCr.
  * Division by zero error is possible if crafty file sets film-gamma property
  * Check for overflow in thumbnail coder
  * Prevent compiler from optimizing out buffer clearing in cipher
  * Clone properties from image stack.
  * Set overall image depth statistic in Composite channel.

7.0.11-1
  * Clone properties from image stack.
  * fix EXR crash (reference
    https://github.com/ImageMagick/ImageMagick/issues/3242).
2021-04-12 06:28:32 +00:00
nia
436fc30b2c gexiv2: needs c99 2021-04-09 20:24:43 +00:00
tnn
9f2297f18e revert wrong fix for py-scipy python 3.6 deprecation, fix properly 2021-04-09 14:41:34 +00:00
adam
ddd121fabe inkscape: updated to 1.0.2
inkscape: updated to 1.0.2

Inkscape 1.0.2

This is a bugfix release:
- More granular controls for canvas zooming and rotation
- Fixes extensions popping up when a clipboard manager was used
- Several crashes fixed
2021-04-09 11:18:24 +00:00
pin
795cc56700 Add qrrs 2021-04-09 09:07:41 +00:00
pin
f796c359d1 graphics/qrrs: import package
QRrs is a command-line utility written in rust for working with qr codes
(what actually follows from the name).
2021-04-09 09:06:53 +00:00
adam
00cdaeac3c gimp: PLIST fix; pkglint fixes 2021-04-09 07:02:58 +00:00
wiz
14c07cf0ce *: bump PKGREVISION for nss linking fix 2021-04-09 06:54:56 +00:00
adam
093f4748db gegl: PLIST fix 2021-04-09 05:12:58 +00:00
adam
8904244d02 cairomm: updated to 1.14.2
1.14.2 (stable):

The tarball for 1.14.2 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of the README file.

Build:
* Meson build: Fix versioning on macOS
* Require cairo >= 1.12.0
  Not a new requirement, but now it's specified in configure.ac and
  meson.build, so a failure to meet it is noticed earlier when building


1.14.0 (stable):

The tarball for 1.14.0 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of the README file.

Cairo:
* Add Context::get_source_for_surface()

Build:
* Fix the build with MinGW headers
* enums.h: Guard the FT-specific include and the enum with an ifdef
* Add NMake Makefiles
  Remove Visual Studio 2013 projects
* Add support for building with Meson
* Use __declspec(dllexport) when building cairomm on Visual Studio
  Stop using gendef.exe by default
* docs/reference/: Update for Doxygen >= 1.8.16

Tests:
* Update the source code
* Don't include deprecated Boost header files
  Fix tests in Autotools builds

Documentation:
* README: Update with instructions for building cairomm
2021-04-08 21:08:40 +00:00