rsvg2 3.1.8-x64-mingw32 → 3.1.9-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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: c70a4ca3294209f5a3efdd09d4aa943a28ac7a0b
|
4
|
+
data.tar.gz: 66e527b582d3ff955a04cbee86157275d955e835
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb540241ca248741d48aff51051652dfcc7b05d83594e2032374586c5d78a3db758486f7885e669f28b342e3f5e0a83c8a690c500d28c3b11fcfc00f13a78ea4
|
7
|
+
data.tar.gz: 8c31e884b78e47ae33c11a90ca1360d1975f24e82387f5abaf0f1a45fc567ec59e1866ecff01b0977af7a73a21ec2c678c39dcccc70dad013ba4c83bb0b8e6b3
|
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: x64-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: []
|