rsvg2 3.1.8-x86-mingw32 → 3.1.9-x86-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: dd5e1a82aed9efdd54c631148ee0577d88d68b39
4
- data.tar.gz: 22804573075126eedec2ee1954fad3dc39a1331d
3
+ metadata.gz: 9de01cd2309e8730bdce4a60d423eda61b0eacda
4
+ data.tar.gz: 1a550b563de4977748438cee5cd592fb33951ee1
5
5
  SHA512:
6
- metadata.gz: 35c0e551db5a4ea8d41ce77bd4ddea1fcfa6638d2c4542dc2b563b8966ecf05f73035fa81b257351d40a32cf2f813a225eeca5bb0c6b38f80e0d61e77f96cb6c
7
- data.tar.gz: 887b1c9bc69df15712a9a7d9ec1b78a063ee88991aa4c88adbb2dc281f72467b73f296c9d71ef00a754e84726751ef4aa527b06bdc32dfa54190db5324f0c392
6
+ metadata.gz: 8b2104032cf0484a97cb58b82836f315cf940490da133e76972a2ccde9822c4d96d709494b01b812ee71f83c8b0bb02269baa4aaecfdfaa8115498d2e52f658b
7
+ data.tar.gz: d641120b37270f85573b5124e8c07e9a8e1c3027d24d079dfb65e3b8a54f903fed5e8cf4e1a9e0fb019538924da39c7386afb6dfbe92eb2cf62e45c4f5041c36
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: 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-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: []