rsvg2 3.1.8-x86-mingw32 → 3.1.9-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/vendor/local/bin/csslint-0.6.exe +0 -0
- data/vendor/local/bin/libcroco-0.6-3.dll +0 -0
- data/vendor/local/bin/librsvg-2-2.dll +0 -0
- data/vendor/local/bin/rsvg-convert.exe +0 -0
- data/vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h +2 -2
- data/vendor/local/include/librsvg-2.0/librsvg/rsvg.h +2 -0
- data/vendor/local/lib/girepository-1.0/Rsvg-2.0.typelib +0 -0
- data/vendor/local/lib/libcroco-0.6.a +0 -0
- data/vendor/local/lib/libcroco-0.6.dll.a +0 -0
- data/vendor/local/lib/librsvg-2.a +0 -0
- data/vendor/local/lib/librsvg-2.dll.a +0 -0
- data/vendor/local/lib/librsvg-2.la +1 -1
- data/vendor/local/lib/pkgconfig/librsvg-2.0.pc +1 -1
- data/vendor/local/share/gir-1.0/Rsvg-2.0.gir +16 -2
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/index.html +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9de01cd2309e8730bdce4a60d423eda61b0eacda
|
4
|
+
data.tar.gz: 1a550b563de4977748438cee5cd592fb33951ee1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b2104032cf0484a97cb58b82836f315cf940490da133e76972a2ccde9822c4d96d709494b01b812ee71f83c8b0bb02269baa4aaecfdfaa8115498d2e52f658b
|
7
|
+
data.tar.gz: d641120b37270f85573b5124e8c07e9a8e1c3027d24d079dfb65e3b8a54f903fed5e8cf4e1a9e0fb019538924da39c7386afb6dfbe92eb2cf62e45c4f5041c36
|
data/Rakefile
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -7,8 +7,8 @@
|
|
7
7
|
|
8
8
|
#define LIBRSVG_MAJOR_VERSION (2)
|
9
9
|
#define LIBRSVG_MINOR_VERSION (40)
|
10
|
-
#define LIBRSVG_MICRO_VERSION (
|
11
|
-
#define LIBRSVG_VERSION "2.40.
|
10
|
+
#define LIBRSVG_MICRO_VERSION (19)
|
11
|
+
#define LIBRSVG_VERSION "2.40.19"
|
12
12
|
|
13
13
|
#define LIBRSVG_CHECK_VERSION(major,minor,micro) \
|
14
14
|
(LIBRSVG_MAJOR_VERSION > (major) || \
|
@@ -194,6 +194,8 @@ RsvgHandle *rsvg_handle_new_from_stream_sync (GInputStream *input_stream,
|
|
194
194
|
RsvgHandle *rsvg_handle_new_from_data (const guint8 * data, gsize data_len, GError ** error);
|
195
195
|
RsvgHandle *rsvg_handle_new_from_file (const gchar * file_name, GError ** error);
|
196
196
|
|
197
|
+
void rsvg_handle_internal_set_testing (RsvgHandle *handle, gboolean testing);
|
198
|
+
|
197
199
|
/* BEGIN deprecated APIs. Do not use! */
|
198
200
|
|
199
201
|
#ifndef __GI_SCANNER__
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -372,6 +372,20 @@ the position, pass "##layer1" as the id.</doc>
|
|
372
372
|
</parameter>
|
373
373
|
</parameters>
|
374
374
|
</method>
|
375
|
+
<method name="internal_set_testing"
|
376
|
+
c:identifier="rsvg_handle_internal_set_testing">
|
377
|
+
<return-value transfer-ownership="none">
|
378
|
+
<type name="none" c:type="void"/>
|
379
|
+
</return-value>
|
380
|
+
<parameters>
|
381
|
+
<instance-parameter name="handle" transfer-ownership="none">
|
382
|
+
<type name="Handle" c:type="RsvgHandle*"/>
|
383
|
+
</instance-parameter>
|
384
|
+
<parameter name="testing" transfer-ownership="none">
|
385
|
+
<type name="gboolean" c:type="gboolean"/>
|
386
|
+
</parameter>
|
387
|
+
</parameters>
|
388
|
+
</method>
|
375
389
|
<method name="read_stream_sync"
|
376
390
|
c:identifier="rsvg_handle_read_stream_sync"
|
377
391
|
version="2.32"
|
@@ -678,7 +692,7 @@ from #GIOErrorEnum are also possible.</doc>
|
|
678
692
|
<constant name="MAJOR_VERSION" value="2" c:type="LIBRSVG_MAJOR_VERSION">
|
679
693
|
<type name="gint" c:type="gint"/>
|
680
694
|
</constant>
|
681
|
-
<constant name="MICRO_VERSION" value="
|
695
|
+
<constant name="MICRO_VERSION" value="19" c:type="LIBRSVG_MICRO_VERSION">
|
682
696
|
<type name="gint" c:type="gint"/>
|
683
697
|
</constant>
|
684
698
|
<constant name="MINOR_VERSION" value="40" c:type="LIBRSVG_MINOR_VERSION">
|
@@ -695,7 +709,7 @@ from #GIOErrorEnum are also possible.</doc>
|
|
695
709
|
<type name="gint" c:type="int"/>
|
696
710
|
</field>
|
697
711
|
</record>
|
698
|
-
<constant name="VERSION" value="2.40.
|
712
|
+
<constant name="VERSION" value="2.40.19" c:type="LIBRSVG_VERSION">
|
699
713
|
<type name="utf8" c:type="gchar*"/>
|
700
714
|
</constant>
|
701
715
|
<function name="cleanup" c:identifier="rsvg_cleanup" version="2.36">
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">RSVG Libary Reference Manual</p></th></tr></table></div>
|
17
17
|
<div><p class="releaseinfo">
|
18
|
-
For RSVG version 2.40.
|
18
|
+
For RSVG version 2.40.19
|
19
19
|
.
|
20
20
|
The latest version of this documentation can be found on-line at the
|
21
21
|
<a class="ulink" href="http://library.gnome.org/devel/rsvg/index.html" target="_top">GNOME Library</a>.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rsvg2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.9
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME2 Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cairo
|
@@ -30,42 +30,42 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.1.
|
33
|
+
version: 3.1.9
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.1.
|
40
|
+
version: 3.1.9
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: cairo-gobject
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 3.1.
|
47
|
+
version: 3.1.9
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 3.1.
|
54
|
+
version: 3.1.9
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: pango
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - ">="
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 3.1.
|
61
|
+
version: 3.1.9
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 3.1.
|
68
|
+
version: 3.1.9
|
69
69
|
description: Ruby/Rsvg is a Ruby binding of librsvg-2.x.
|
70
70
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
71
71
|
executables: []
|