gdk_pixbuf2 1.1.7 → 1.1.8
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/gdk_pixbuf2/depend +2 -1
- metadata +51 -71
data/ext/gdk_pixbuf2/depend
CHANGED
@@ -3,7 +3,8 @@ install-headers:
|
|
3
3
|
$(INSTALL_DATA) $(srcdir)/rbgdk-pixbuf.h $(RUBYARCHDIR)
|
4
4
|
$(INSTALL_DATA) $(srcdir)/rbgdk-pixbuf2conversions.h $(RUBYARCHDIR)
|
5
5
|
|
6
|
-
install:
|
6
|
+
install: install-pc
|
7
|
+
install-pc:
|
7
8
|
if test -n "$(pkgconfigdir)"; then \
|
8
9
|
$(MAKEDIRS) $(pkgconfigdir); \
|
9
10
|
$(INSTALL_DATA) ruby-gdk-pixbuf2.pc $(pkgconfigdir); \
|
metadata
CHANGED
@@ -1,113 +1,93 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: gdk_pixbuf2
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.1.8
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 1
|
8
|
-
- 1
|
9
|
-
- 7
|
10
|
-
version: 1.1.7
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- The Ruby-GNOME2 Project Team
|
14
9
|
autorequire:
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
- !ruby/object:Gem::Dependency
|
12
|
+
date: 2012-12-19 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
21
15
|
name: glib2
|
22
|
-
|
23
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
24
17
|
none: false
|
25
|
-
requirements:
|
26
|
-
- -
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
|
29
|
-
segments:
|
30
|
-
- 1
|
31
|
-
- 1
|
32
|
-
- 7
|
33
|
-
version: 1.1.7
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: 1.1.8
|
34
22
|
type: :runtime
|
35
|
-
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ! '>='
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 1.1.8
|
36
30
|
description: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
|
37
31
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
38
32
|
executables: []
|
39
|
-
|
40
|
-
extensions:
|
33
|
+
extensions:
|
41
34
|
- ext/gdk_pixbuf2/extconf.rb
|
42
35
|
extra_rdoc_files: []
|
43
|
-
|
44
|
-
files:
|
36
|
+
files:
|
45
37
|
- README
|
46
38
|
- Rakefile
|
47
39
|
- extconf.rb
|
48
40
|
- lib/gdk_pixbuf2.rb
|
49
|
-
- ext/gdk_pixbuf2/
|
50
|
-
- ext/gdk_pixbuf2/rbgdk-pixbuf2private.h
|
41
|
+
- ext/gdk_pixbuf2/depend
|
51
42
|
- ext/gdk_pixbuf2/extconf.rb
|
52
|
-
- ext/gdk_pixbuf2/
|
53
|
-
- ext/gdk_pixbuf2/rbgdk-
|
54
|
-
- ext/gdk_pixbuf2/rbgdk-pixbuf.h
|
55
|
-
- ext/gdk_pixbuf2/rbgdk-pixbufanimationiter.c
|
43
|
+
- ext/gdk_pixbuf2/gdk_pixbuf2.def
|
44
|
+
- ext/gdk_pixbuf2/rbgdk-pixbuf-format.c
|
56
45
|
- ext/gdk_pixbuf2/rbgdk-pixbuf-loader.c
|
46
|
+
- ext/gdk_pixbuf2/rbgdk-pixbuf.c
|
47
|
+
- ext/gdk_pixbuf2/rbgdk-pixbuf.h
|
48
|
+
- ext/gdk_pixbuf2/rbgdk-pixbuf2conversions.h
|
49
|
+
- ext/gdk_pixbuf2/rbgdk-pixbuf2private.h
|
57
50
|
- ext/gdk_pixbuf2/rbgdk-pixbufanimation.c
|
58
|
-
- ext/gdk_pixbuf2/rbgdk-
|
59
|
-
- ext/gdk_pixbuf2/
|
51
|
+
- ext/gdk_pixbuf2/rbgdk-pixbufanimationiter.c
|
52
|
+
- ext/gdk_pixbuf2/rbgdk-pixbufsimpleanim.c
|
60
53
|
- ext/gdk_pixbuf2/rbgdk-pixdata.c
|
61
|
-
- ext/gdk_pixbuf2/rbgdk-pixbuf.c
|
62
|
-
- sample/save.rb
|
63
|
-
- sample/simpleanim.rb
|
64
|
-
- sample/utils.rb
|
65
|
-
- sample/rotate.rb
|
66
|
-
- sample/pixdata.rb
|
67
|
-
- sample/flip.rb
|
68
|
-
- sample/loader.rb
|
69
54
|
- sample/anim.rb
|
55
|
+
- sample/composite.rb
|
56
|
+
- sample/flip.rb
|
70
57
|
- sample/floppybuddy.gif
|
71
|
-
- sample/scale.rb
|
72
58
|
- sample/format.rb
|
73
|
-
- sample/inline.rb
|
74
59
|
- sample/gnome-foot.png
|
60
|
+
- sample/inline.rb
|
61
|
+
- sample/loader.rb
|
62
|
+
- sample/pixdata.rb
|
63
|
+
- sample/rotate.rb
|
64
|
+
- sample/save.rb
|
65
|
+
- sample/scale.rb
|
66
|
+
- sample/simpleanim.rb
|
67
|
+
- sample/utils.rb
|
75
68
|
- sample/xpm.rb
|
76
|
-
- sample/composite.rb
|
77
69
|
homepage: http://ruby-gnome2.sourceforge.jp/
|
78
70
|
licenses: []
|
79
|
-
|
80
71
|
post_install_message:
|
81
72
|
rdoc_options: []
|
82
|
-
|
83
|
-
require_paths:
|
73
|
+
require_paths:
|
84
74
|
- lib
|
85
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
75
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
86
76
|
none: false
|
87
|
-
requirements:
|
88
|
-
- -
|
89
|
-
- !ruby/object:Gem::Version
|
90
|
-
hash: 61
|
91
|
-
segments:
|
92
|
-
- 1
|
93
|
-
- 8
|
94
|
-
- 5
|
77
|
+
requirements:
|
78
|
+
- - ! '>='
|
79
|
+
- !ruby/object:Gem::Version
|
95
80
|
version: 1.8.5
|
96
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
97
82
|
none: false
|
98
|
-
requirements:
|
99
|
-
- -
|
100
|
-
- !ruby/object:Gem::Version
|
101
|
-
|
102
|
-
segments:
|
103
|
-
- 0
|
104
|
-
version: "0"
|
83
|
+
requirements:
|
84
|
+
- - ! '>='
|
85
|
+
- !ruby/object:Gem::Version
|
86
|
+
version: '0'
|
105
87
|
requirements: []
|
106
|
-
|
107
88
|
rubyforge_project:
|
108
|
-
rubygems_version: 1.8.
|
89
|
+
rubygems_version: 1.8.23
|
109
90
|
signing_key:
|
110
91
|
specification_version: 3
|
111
92
|
summary: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
|
112
93
|
test_files: []
|
113
|
-
|