Commit graph

120 commits

Author SHA1 Message Date
wiz
9b8fad66ed librsvg: remove unused patch 2017-11-30 15:36:08 +00:00
wiz
be58ea31be librsvg: update to 2.40.19.
Version 2.40.19
- bgo#621088: Using text objects as clipping paths is now supported.
- bgo#587721: Fix rendering of text elements with transformations (Massimo).
- bgo#777833 - Fix memory leaks when an RsvgHandle is disposed before
  being closed (Philip Withnall).
- bgo#782098 - Don't pass deprecated options to gtk-doc (Ting-Wei Lan).
- bgo#786372 - Fix the default for the "type" attribute of the <style> element.
- bgo#785276 - Don't crash on single-byte files.
- bgo#634514: Don't render unknown elements and their sub-elements.
- bgo#777155 - Ignore patterns that have close-to-zero dimensions.
- bgo#634324 - Fix Gaussian blurs with negative scaling.
- Fix the <switch> element; it wasn't working at all.
- Fix loading when rsvg_handle_write() is called one byte at a time.
- bgo#787895 - Fix incorrect usage of libxml2.  Thanks to Nick Wellnhofer
  for advice on this.
- Backported the test suite machinery from the master branch (Chun-wei Fan,
  Federico Mena).
- We now require Pango 1.38.0 or later (released in 2015).
- We now require libxml2 2.9.0 or later (released in 2012).
2017-11-23 20:22:01 +00:00
prlw1
d59c698db2 Revert buildtool.mk additions for glib-{mkenums,genmarshal} using packages
Add TOOL_DEPENDS+=glib2-tools to glib2/buildlink3.mk
2017-10-15 23:19:10 +00:00
prlw1
40eb37fd02 librsvg: requires glib-mkenums which is now in py-glib2-tools 2017-10-13 23:45:20 +00:00
wiz
668cb0e64b librsvg: update to 2.40.18.
Version 2.40.18
- bgo#783835 - CVE-2017-11464 - Fix division-by-zero in the Gaussian
  blur code.
- Fix other cases of division-by-zero on fuzzed SVG files.
- Don't crash on invalid transformation matrices.
- Support Visual Studio 2017; generate .pc files for Meson on Windows -
  Chun-wei Fan.

Version 2.40.17
- bgo#778666 - Use our own thumbnailer specification file, so
  gnome-desktop-thumbnailer can generate thumbnails outside of the
  calling process (Jeremy Bicha).
- Removed some redundant code.
- Windows build fixes - Chun-wei Fan.

Version 2.40.16
- Chun-wei Fan added support for building the introspection files under MSVC.
- Fixed bgo#760262 - Make the zooming options in rsvg-convert(1) work again
  for scaling the resulting image.  Fix by Menner <mix@gmx.org>.
- Fixed bgo#764808 - Wikipedia generates equations as SVGs and renders
  them, but uses fill="currentColor".  Since we don't let callers
  specify a starting state for CSS, we need to start with opaque black
  as the default current color.
- Added documentation for how to replace the deprecated
  rsvg_handle_set_size_callback().
2017-10-02 15:35:35 +00:00
joerg
086d40c66f Update plugin registry to make the svg loader available. Bump revision. 2017-02-17 17:03:19 +00:00
ryoon
15ab9dc3dc Enable gdk-pixbuf2 module. Ride previous revbump 2017-02-12 06:52:24 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
ryoon
41f875508b Disable gdk-pixbuf2 module to avoid segfault from gdk-pixbuf-query-loaders
on NetBSD/amd64 current at least.

Bump PKGREVISION.
2017-02-11 08:44:09 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
martin
a016b511ad Make it support the "introspection" option 2017-01-31 17:06:38 +00:00
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
ryoon
77640b75cb Update to 2.40.15
Changelog:
Version 2.40.15
- Apologies for the lack of 2.40.14.  I mistakenly tagged the
  repository before updating the NEWS file.
- librsvg now uses the Contributor Covenant Code of Conduct,
  version 1.4, to which all contributors and maintainers are expected
  to abide. Please see the code_of_conduct.md file for details.
- Chun-wei Fan fixed builds on Visual Studio pre-2012.
- Fixed bgo#759084 - Don't crash when filters don't actually exist
  Fix by Benjamin Otte.
- Javier Jardón updated our autogen.sh to use modern autotools.
- Fixed bgo#761728 - Memory leak in the PrimitiveComponentTransfer
  filter.  Fix by Ron Hopper.
2016-05-21 13:43:42 +00:00
jperkin
6672c3b915 Use OPSYSVARS. 2016-02-25 13:37:46 +00:00
agc
7f810a359f Add SHA512 digests for distfiles for graphics category
Problems found with existing digests:
	Package fotoxx distfile fotoxx-14.03.1.tar.gz
	ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
	118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
	Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
	34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
	Package pgraf: missing distfile pgraf-20010131.tar.gz
	Package qvplay: missing distfile qvplay-0.95.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 21:33:50 +00:00
tnn
bfda5a3ca8 build introspectable bindings
Bump PKGREVISION
2015-09-27 02:03:54 +00:00
tnn
9ee4b877fb Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
wiz
e40fecfdd1 Update to 2.40.9:
Version 2.40.9
- Fixed bgo#738367 - V/v/H/h commands in path elements were not
  working.  Patch by Andrea Griffini.
- Fixed bgo#605875 - Gaussian-blurred objects were sometimes missing.
  Based on a patch by Eduard Braun.
- Fixed bgo#710163 - use _wfullpath() on Windows when canonicalizing
  filenames.  Patch by LRN.
2015-04-03 09:08:52 +00:00
wiz
27d463d6e2 Update to 2.40.8:
Version 2.40.8
- Bugs fixed from fuzz testing: #744688 - possible double g_free()
  when processing stroke-dasharray
- Optimize rendering of polylines, lines, rectangles, circles, and
  ellipses.  These should be marginally faster, marginally more
  precise, and should put less pressure on the memory allocator.

Version 2.40.7
- Bugs fixed from fuzz testing: #703102, #738050, #738169, #744270, #744299
- Fixed unfiled bug from fuzz testing, where the convolution filter
  had an integer multiplication overflow.
- Fix build of rsvg-convert on Windows.
- Fix a bunch of compiler warnings.
2015-03-04 08:50:55 +00:00
wiz
a447661923 Update to 2.40.6:
Version 2.40.6
- MinGW build fixes
- Fix path data number parsing
- Fix build with newer libtool
2015-01-16 09:39:12 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
prlw1
eb48a954f7 Rerevert librsvg update to 2.40.1 2013-12-10 00:25:18 +00:00
prlw1
8574ca7bbe Revert librsvg update 2013-12-08 18:21:00 +00:00
prlw1
7ac2e92200 Update librsvg to 2.40.1
Note that we built with --disable-gtk-theme, so there is no change now that
the old theme engine is removed.

Version 2.40.1
- Build fixes
- Crash fixes

Version 2.40
- Add support for parsing rgba() colours and improve colour parsing
- rsvg-filter: Fix memory leak
- Remove support for GTK+2 along with the old theme engine
- Require at least version 3.2 of GTK+
- Remove support for old versions of gdk-pixbuf
- Add eps support to rsvg-convert

Version 2.39.0
- don't load resources from the net (#691708, CVE-2013-1881)

Version 2.37.0
- bump pango requirement to 1.32.6
- mark pixbuf loader as threadsafe
2013-12-08 15:37:53 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
tez
7ffb9d925a Fix for CVE-2013-1881 (SA55088)
Modified (for portability) from https://git.gnome.org/browse/librsvg/patch/?id=f01aded72c38f0e18bc7ff67dee800e380251c8e
2013-10-03 13:39:12 +00:00
obache
1150fd3ca1 HOMEPAGE moved to Gnome. 2013-10-01 05:16:47 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
53745b22ea Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:05:17 +00:00
wiz
0602d449ce Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
drochner
79d2ef002a update to 2.36.4
changes: build fixes
2012-10-19 18:33:07 +00:00
drochner
49c560dc79 update to 2.36.3
changes: build fixes
2012-10-10 13:08:04 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
drochner
fdd4299fdc update to 2.36.2
changes:
-deprecate including headers apart from rsvg.h directly
-minor fixes
2012-08-23 14:33:30 +00:00
drochner
03c45d7394 librsvg links against libpangocairo, propagate this dependency too 2012-08-14 10:40:51 +00:00
wiz
a64cea75b6 libcroco somehow leaks as well, so add it to buildlink3.mk again. Sorry
for the breakage.
2012-08-14 08:46:17 +00:00
wiz
29c2354fd7 Correct dependencies in buildlink3.mk:
Does not forward libcroco dependency
DOES forward cairo dependency (see .pc file)

Bump PKGREVISION so that the upcoming revbump makes sense.
2012-08-13 14:25:00 +00:00
wiz
815eb7da1d Better fix for NetBSD-5.1, from upstream bug report via Rhialto. 2012-07-08 23:03:17 +00:00
wiz
ef3ab316d2 Add upstream bug report. 2012-07-08 21:54:04 +00:00
wiz
8805311d82 rsvg_get_file_path is an externally visible function.
Fixes NetBSD-5.1/amd64 build.

Patch from Rhialto on pkgsrc-users.
2012-07-08 21:20:08 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
obache
5e314b92d2 Pass --enable-Bsymbolic=auto, or default value is "yes" and result in
configure faiure if -Bsymbolic-functions is not supported by `ld'.
2012-05-02 02:11:33 +00:00
tron
02deea3fd1 Fix build under Mac OS X. 2012-05-01 07:13:37 +00:00
drochner
1c87b06a64 update to 2.36.1
This is a new major release.
2012-04-30 14:17:12 +00:00