gdk_pixbuf2 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -53,7 +53,6 @@ end
53
53
  have_func("gdk_pixbuf_set_option", "gdk-pixbuf/gdk-pixbuf.h") do |src|
54
54
  "#define GDK_PIXBUF_ENABLE_BACKEND\n#{src}"
55
55
  end
56
- have_header("gdk-pixbuf/gdk-pixbuf-io.h")
57
56
 
58
57
  create_pkg_config_file("Ruby/GdkPixbuf2", package_id, nil, "ruby-gdk-pixbuf2.pc")
59
58
  create_makefile(module_name)
@@ -23,11 +23,6 @@
23
23
  #include "rbgdk-pixbuf2private.h"
24
24
  #include <string.h>
25
25
 
26
- #ifdef HAVE_GDK_PIXBUF_GDK_PIXBUF_IO_H
27
- #define GDK_PIXBUF_ENABLE_BACKEND
28
- #include <gdk-pixbuf/gdk-pixbuf-io.h>
29
- #endif
30
-
31
26
  #define RG_TARGET_NAMESPACE cPixbuf
32
27
  #define _SELF(s) RVAL2GDKPIXBUF(s)
33
28
 
@@ -625,7 +620,7 @@ rg_set_option(VALUE self, VALUE key, VALUE value)
625
620
  }
626
621
  #else
627
622
  static VALUE
628
- rb_set_option(G_GNUC_UNUSED VALUE self, G_GNUC_UNUSED VALUE key, G_GNUC_UNUSED VALUE value)
623
+ rg_set_option(G_GNUC_UNUSED VALUE self, G_GNUC_UNUSED VALUE key, G_GNUC_UNUSED VALUE value)
629
624
  {
630
625
  rb_warning("not supported in this version of GTK+");
631
626
  return Qfalse;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdk_pixbuf2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-17 00:00:00.000000000 Z
12
+ date: 2013-03-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: glib2
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: 1.2.3
21
+ version: 1.2.4
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
- version: 1.2.3
29
+ version: 1.2.4
30
30
  description: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
31
31
  email: ruby-gnome2-devel-en@lists.sourceforge.net
32
32
  executables: []