gdk_pixbuf2 2.0.2 → 2.0.3

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.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/README +1 -1
  3. data/Rakefile +9 -2
  4. data/lib/gdk_pixbuf2.rb +5 -0
  5. metadata +10 -14
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 57ff3aa73956bb6fb7e6029fac8acbc0bcf624e2
4
+ data.tar.gz: c980673d28162c9329ecba4cbd130044d084e2a8
5
+ SHA512:
6
+ metadata.gz: 503ef8ce3972c79fd10da133dee7a7fecd47fcdf5cd26efa2979ab914527f9a9284183aa323be20ad4fa4dbceec653f1d64735134b5049e140f0cdc3c96eeb62
7
+ data.tar.gz: e39ee9aed40bf60ba524805538a2da1853e6861828428fa9f9a95f1544ed3ef2989bcf87345a241acec44f30169d8e4b9112c92511b0232a64dc54667ca6636d
data/README CHANGED
@@ -10,7 +10,7 @@ Requirements
10
10
 
11
11
  Install
12
12
  -------
13
- 0. install ruby-1.6.x or later, GTK+, Ruby/GLib2 and Ruby/GTK2.
13
+ 0. install ruby-1.9.x or later, GTK+, Ruby/GLib2 and Ruby/GTK2.
14
14
  1. ruby extconf.rb
15
15
  2. make
16
16
  3. su
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
8
8
  package.description = "Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x."
9
9
  package.dependency.gem.runtime = ["glib2"]
10
10
  package.windows.packages = []
11
- package.windows.dependencies = ["zlib", "libpng"]
11
+ package.windows.dependencies = []
12
12
  package.windows.build_dependencies = [
13
13
  "glib2",
14
14
  "gobject-introspection",
@@ -18,15 +18,22 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
18
18
  :name => "gdk-pixbuf",
19
19
  :download_site => :gnome,
20
20
  :label => "gdk-pixbuf",
21
- :version => "2.28.1",
21
+ :version => "2.30.2",
22
22
  :compression_method => "xz",
23
23
  :windows => {
24
24
  :configure_args => [
25
25
  "--with-included-loaders",
26
26
  "--enable-introspection",
27
27
  ],
28
+ :build_concurrently => false,
29
+ :built_file => "bin/libgdk_pixbuf-2.0-0.dll",
28
30
  },
29
31
  }
30
32
  ]
33
+ package.cross_compiling do |spec|
34
+ if /mingw|mswin/ =~ spec.platform.to_s
35
+ spec.add_runtime_dependency("cairo", ">= 1.12.6")
36
+ end
37
+ end
31
38
  end
32
39
  package_task.define
@@ -4,6 +4,11 @@ base_dir = Pathname.new(__FILE__).dirname.dirname.expand_path
4
4
  vendor_dir = base_dir + "vendor" + "local"
5
5
  vendor_bin_dir = vendor_dir + "bin"
6
6
  GLib.prepend_dll_path(vendor_bin_dir)
7
+
8
+ if vendor_dir.exist?
9
+ require "cairo"
10
+ end
11
+
7
12
  begin
8
13
  major, minor, _ = RUBY_VERSION.split(/\./)
9
14
  require "#{major}.#{minor}/gdk_pixbuf2.so"
metadata CHANGED
@@ -1,32 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdk_pixbuf2
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
5
- prerelease:
4
+ version: 2.0.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - The Ruby-GNOME2 Project Team
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-05-26 00:00:00.000000000 Z
11
+ date: 2013-12-28 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: glib2
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - '='
20
18
  - !ruby/object:Gem::Version
21
- version: 2.0.2
19
+ version: 2.0.3
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - '='
28
25
  - !ruby/object:Gem::Version
29
- version: 2.0.2
26
+ version: 2.0.3
30
27
  description: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
31
28
  email: ruby-gnome2-devel-en@lists.sourceforge.net
32
29
  executables: []
@@ -68,26 +65,25 @@ files:
68
65
  - sample/xpm.rb
69
66
  homepage: http://ruby-gnome2.sourceforge.jp/
70
67
  licenses: []
68
+ metadata: {}
71
69
  post_install_message:
72
70
  rdoc_options: []
73
71
  require_paths:
74
72
  - lib
75
73
  required_ruby_version: !ruby/object:Gem::Requirement
76
- none: false
77
74
  requirements:
78
- - - ! '>='
75
+ - - '>='
79
76
  - !ruby/object:Gem::Version
80
- version: 1.8.5
77
+ version: 1.9.3
81
78
  required_rubygems_version: !ruby/object:Gem::Requirement
82
- none: false
83
79
  requirements:
84
- - - ! '>='
80
+ - - '>='
85
81
  - !ruby/object:Gem::Version
86
82
  version: '0'
87
83
  requirements: []
88
84
  rubyforge_project:
89
- rubygems_version: 1.8.23
85
+ rubygems_version: 2.0.14
90
86
  signing_key:
91
- specification_version: 3
87
+ specification_version: 4
92
88
  summary: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
93
89
  test_files: []