gdk_pixbuf2 0.90.4 → 0.90.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -3
- data/ext/gdk_pixbuf2/extconf.rb +8 -0
- metadata +21 -21
data/Rakefile
CHANGED
@@ -69,9 +69,8 @@ namespace :win32 do
|
|
69
69
|
task :download do
|
70
70
|
$LOAD_PATH.unshift((@rb_glib2_dir + "lib").to_s)
|
71
71
|
require 'gnome2-win32-binary-downloader'
|
72
|
-
packages = ["glib", "
|
73
|
-
dependencies = ["gettext-runtime", "zlib", "
|
74
|
-
"fontconfig", "cairo", "libpng"]
|
72
|
+
packages = ["glib", "gdk-pixbuf"]
|
73
|
+
dependencies = ["gettext-runtime", "zlib", "libpng"]
|
75
74
|
GNOME2Win32BinaryDownloader.download(:packages => packages,
|
76
75
|
:dependencies => dependencies)
|
77
76
|
end
|
data/ext/gdk_pixbuf2/extconf.rb
CHANGED
@@ -59,3 +59,11 @@ end
|
|
59
59
|
end
|
60
60
|
create_pkg_config_file("Ruby/GdkPixbuf2", package_id, nil, "ruby-gdk-pixbuf2.pc")
|
61
61
|
create_makefile(module_name)
|
62
|
+
|
63
|
+
pkg_config_dir = with_config("pkg-config-dir")
|
64
|
+
if pkg_config_dir.is_a?(String)
|
65
|
+
File.open("Makefile", "ab") do |makefile|
|
66
|
+
makefile.puts
|
67
|
+
makefile.puts("pkgconfigdir=#{pkg_config_dir}")
|
68
|
+
end
|
69
|
+
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gdk_pixbuf2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 381
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 90
|
9
|
-
-
|
10
|
-
version: 0.90.
|
9
|
+
- 5
|
10
|
+
version: 0.90.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- The Ruby-GNOME2 Proejct Team
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-10-
|
18
|
+
date: 2010-10-28 00:00:00 +09:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -26,12 +26,12 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
hash:
|
29
|
+
hash: 381
|
30
30
|
segments:
|
31
31
|
- 0
|
32
32
|
- 90
|
33
|
-
-
|
34
|
-
version: 0.90.
|
33
|
+
- 5
|
34
|
+
version: 0.90.5
|
35
35
|
type: :runtime
|
36
36
|
version_requirements: *id001
|
37
37
|
description: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
|
@@ -48,31 +48,31 @@ files:
|
|
48
48
|
- Rakefile
|
49
49
|
- extconf.rb
|
50
50
|
- lib/gdk_pixbuf2.rb
|
51
|
-
- ext/gdk_pixbuf2/gdk_pixbuf2.def
|
52
|
-
- ext/gdk_pixbuf2/extconf.rb
|
53
51
|
- ext/gdk_pixbuf2/rbgdk-pixbufsimpleanim.c
|
54
52
|
- ext/gdk_pixbuf2/rbgdk-pixbuf.h
|
55
|
-
- ext/gdk_pixbuf2/
|
56
|
-
- ext/gdk_pixbuf2/rbgdk-pixbufanimation.c
|
57
|
-
- ext/gdk_pixbuf2/rbgdk-pixbuf-format.c
|
53
|
+
- ext/gdk_pixbuf2/extconf.rb
|
58
54
|
- ext/gdk_pixbuf2/depend
|
59
55
|
- ext/gdk_pixbuf2/rbgdk-pixdata.c
|
60
56
|
- ext/gdk_pixbuf2/rbgdk-pixbuf.c
|
61
|
-
-
|
62
|
-
-
|
57
|
+
- ext/gdk_pixbuf2/rbgdk-pixbuf-loader.c
|
58
|
+
- ext/gdk_pixbuf2/rbgdk-pixbuf-format.c
|
59
|
+
- ext/gdk_pixbuf2/gdk_pixbuf2.def
|
60
|
+
- ext/gdk_pixbuf2/rbgdk-pixbufanimation.c
|
61
|
+
- sample/xpm.rb
|
62
|
+
- sample/inline.rb
|
63
63
|
- sample/utils.rb
|
64
|
-
- sample/
|
64
|
+
- sample/scale.rb
|
65
65
|
- sample/pixdata.rb
|
66
|
-
- sample/flip.rb
|
67
66
|
- sample/loader.rb
|
68
|
-
- sample/
|
67
|
+
- sample/composite.rb
|
69
68
|
- sample/floppybuddy.gif
|
70
|
-
- sample/
|
69
|
+
- sample/rotate.rb
|
70
|
+
- sample/save.rb
|
71
|
+
- sample/simpleanim.rb
|
71
72
|
- sample/format.rb
|
72
|
-
- sample/inline.rb
|
73
73
|
- sample/gnome-foot.png
|
74
|
-
- sample/
|
75
|
-
- sample/
|
74
|
+
- sample/flip.rb
|
75
|
+
- sample/anim.rb
|
76
76
|
has_rdoc: true
|
77
77
|
homepage: http://ruby-gnome2.sourceforge.jp/
|
78
78
|
licenses: []
|