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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 048ed8e760ebe6223e495e2954e2aae76ecf8a4b
4
- data.tar.gz: 7f8c754fc6429fe7cceb913cf26c41033d9a5f5d
3
+ metadata.gz: c70a4ca3294209f5a3efdd09d4aa943a28ac7a0b
4
+ data.tar.gz: 66e527b582d3ff955a04cbee86157275d955e835
5
5
  SHA512:
6
- metadata.gz: b72b46e647fc2b80667d8af2c3832a75296da6e6ff3b159d48c1fbb59facc6d0e8b28ba8f25e84b8edfff0f8a9825843971b315a5a7679c14cd971fab44ac4e7
7
- data.tar.gz: a6d2f9f8e37a808b7254b684f41b82d80fcb4b934917e22608e41ac248c0576d70a3a7116dba60d6e0c19368961be0dc20f2b2a1eaff9cfb82cef6f08957fb00
6
+ metadata.gz: eb540241ca248741d48aff51051652dfcc7b05d83594e2032374586c5d78a3db758486f7885e669f28b342e3f5e0a83c8a690c500d28c3b11fcfc00f13a78ea4
7
+ data.tar.gz: 8c31e884b78e47ae33c11a90ca1360d1975f24e82387f5abaf0f1a45fc567ec59e1866ecff01b0977af7a73a21ec2c678c39dcccc70dad013ba4c83bb0b8e6b3
data/Rakefile CHANGED
@@ -64,7 +64,7 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
64
64
  :name => "librsvg",
65
65
  :download_site => :gnome,
66
66
  :label => "librsvg",
67
- :version => "2.40.17",
67
+ :version => "2.40.19",
68
68
  :compression_method => "xz",
69
69
  :windows => {
70
70
  :configure_args => [
@@ -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 (17)
11
- #define LIBRSVG_VERSION "2.40.17"
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
@@ -25,7 +25,7 @@ weak_library_names=''
25
25
  # Version information for librsvg-2.
26
26
  current=42
27
27
  age=40
28
- revision=17
28
+ revision=19
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
@@ -8,7 +8,7 @@ css_supported=true
8
8
 
9
9
  Name: librsvg
10
10
  Description: library that renders svg files
11
- Version: 2.40.17
11
+ Version: 2.40.19
12
12
  Requires: glib-2.0 gio-2.0 gdk-pixbuf-2.0 cairo
13
13
  Requires.private:
14
14
  Libs: -L${libdir} -lrsvg-2 -lm
@@ -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="17" c:type="LIBRSVG_MICRO_VERSION">
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.17" c:type="LIBRSVG_VERSION">
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.17
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.8
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-07-15 00:00:00.000000000 Z
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.8
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.8
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.8
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.8
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.8
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.8
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: []