gdkpixbuf 0.20.0
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +412 -0
- data/README +29 -0
- data/Rakefile +67 -0
- data/extconf.rb +44 -0
- data/lib/gdk_pixbuf2.rb +32 -0
- data/rbgdk-pixbuf-format.c +182 -0
- data/rbgdk-pixbuf-loader.c +164 -0
- data/rbgdk-pixbuf.c +794 -0
- data/rbgdk-pixbuf.h +34 -0
- data/rbgdk-pixbufanimation.c +144 -0
- data/rbgdk-pixbufsimpleanim.c +43 -0
- data/rbgdk-pixdata.c +221 -0
- data/sample/anim.rb +38 -0
- data/sample/composite.rb +45 -0
- data/sample/flip.rb +47 -0
- data/sample/floppybuddy.gif +0 -0
- data/sample/format.rb +39 -0
- data/sample/gnome-foot.png +0 -0
- data/sample/inline.rb +37 -0
- data/sample/loader.rb +20 -0
- data/sample/pixdata.rb +39 -0
- data/sample/rotate.rb +45 -0
- data/sample/save.rb +25 -0
- data/sample/scale.rb +45 -0
- data/sample/simpleanim.rb +34 -0
- data/sample/utils.rb +44 -0
- data/sample/xpm.rb +40 -0
- metadata +116 -0
metadata
ADDED
@@ -0,0 +1,116 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: gdkpixbuf
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease: false
|
5
|
+
segments:
|
6
|
+
- 0
|
7
|
+
- 20
|
8
|
+
- 0
|
9
|
+
version: 0.20.0
|
10
|
+
platform: ruby
|
11
|
+
authors:
|
12
|
+
- ruby-gnome2/AUTHORS
|
13
|
+
autorequire:
|
14
|
+
bindir: bin
|
15
|
+
cert_chain: []
|
16
|
+
|
17
|
+
date: 2010-07-11 00:00:00 -04:00
|
18
|
+
default_executable:
|
19
|
+
dependencies:
|
20
|
+
- !ruby/object:Gem::Dependency
|
21
|
+
name: glib2
|
22
|
+
prerelease: false
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
24
|
+
none: false
|
25
|
+
requirements:
|
26
|
+
- - ">="
|
27
|
+
- !ruby/object:Gem::Version
|
28
|
+
segments:
|
29
|
+
- 0
|
30
|
+
version: "0"
|
31
|
+
type: :runtime
|
32
|
+
version_requirements: *id001
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: cairo
|
35
|
+
prerelease: false
|
36
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
37
|
+
none: false
|
38
|
+
requirements:
|
39
|
+
- - ">="
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
segments:
|
42
|
+
- 0
|
43
|
+
version: "0"
|
44
|
+
type: :runtime
|
45
|
+
version_requirements: *id002
|
46
|
+
description: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
|
47
|
+
email: todd.fisher@gmail.com
|
48
|
+
executables: []
|
49
|
+
|
50
|
+
extensions:
|
51
|
+
- extconf.rb
|
52
|
+
extra_rdoc_files:
|
53
|
+
- README
|
54
|
+
files:
|
55
|
+
- ChangeLog
|
56
|
+
- README
|
57
|
+
- Rakefile
|
58
|
+
- extconf.rb
|
59
|
+
- lib/gdk_pixbuf2.rb
|
60
|
+
- sample/anim.rb
|
61
|
+
- sample/composite.rb
|
62
|
+
- sample/flip.rb
|
63
|
+
- sample/format.rb
|
64
|
+
- sample/inline.rb
|
65
|
+
- sample/loader.rb
|
66
|
+
- sample/pixdata.rb
|
67
|
+
- sample/rotate.rb
|
68
|
+
- sample/save.rb
|
69
|
+
- sample/scale.rb
|
70
|
+
- sample/simpleanim.rb
|
71
|
+
- sample/utils.rb
|
72
|
+
- sample/xpm.rb
|
73
|
+
- rbgdk-pixbuf-format.c
|
74
|
+
- rbgdk-pixbuf-loader.c
|
75
|
+
- rbgdk-pixbuf.c
|
76
|
+
- rbgdk-pixbufanimation.c
|
77
|
+
- rbgdk-pixbufsimpleanim.c
|
78
|
+
- rbgdk-pixdata.c
|
79
|
+
- rbgdk-pixbuf.h
|
80
|
+
- sample/floppybuddy.gif
|
81
|
+
- sample/gnome-foot.png
|
82
|
+
has_rdoc: true
|
83
|
+
homepage: http://ruby-gnome2.sourceforge.jp/
|
84
|
+
licenses: []
|
85
|
+
|
86
|
+
post_install_message:
|
87
|
+
rdoc_options:
|
88
|
+
- --main
|
89
|
+
- README
|
90
|
+
require_paths:
|
91
|
+
- .
|
92
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
93
|
+
none: false
|
94
|
+
requirements:
|
95
|
+
- - ">="
|
96
|
+
- !ruby/object:Gem::Version
|
97
|
+
segments:
|
98
|
+
- 0
|
99
|
+
version: "0"
|
100
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
101
|
+
none: false
|
102
|
+
requirements:
|
103
|
+
- - ">="
|
104
|
+
- !ruby/object:Gem::Version
|
105
|
+
segments:
|
106
|
+
- 0
|
107
|
+
version: "0"
|
108
|
+
requirements: []
|
109
|
+
|
110
|
+
rubyforge_project: gdkpixbuf
|
111
|
+
rubygems_version: 1.3.7
|
112
|
+
signing_key:
|
113
|
+
specification_version: 3
|
114
|
+
summary: Ruby gdkpixbuf bindings
|
115
|
+
test_files: []
|
116
|
+
|