gdk_pixbuf2 3.2.5-x64-mingw32 → 3.2.6-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/COPYING.LIB +502 -0
- data/README.md +30 -0
- data/Rakefile +5 -5
- data/gdk_pixbuf2.gemspec +42 -0
- data/lib/gdk_pixbuf2/deprecated.rb +9 -7
- data/lib/gdk_pixbuf2/loader.rb +10 -1
- data/lib/gdk_pixbuf2/pixbuf.rb +14 -12
- data/test/test-pixbuf.rb +2 -2
- data/vendor/local/bin/gdk-pixbuf-csource.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-pixdata.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-query-loaders.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-thumbnailer.exe +0 -0
- data/vendor/local/bin/libgdk_pixbuf-2.0-0.dll +0 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +2 -2
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll +0 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll.a +0 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.la +1 -1
- data/vendor/local/lib/girepository-1.0/GdkPixbuf-2.0.typelib +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.0.dll.a +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.0.la +3 -3
- data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +1 -1
- data/vendor/local/share/gir-1.0/GdkPixbuf-2.0.gir +24 -20
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +64 -64
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +4 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html +75 -74
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html +108 -105
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html +133 -133
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html +34 -34
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html +43 -43
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +55 -55
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Scaling.html +36 -36
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html +82 -82
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Utilities.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-XlibRGB.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +2 -2
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/man/man1/gdk-pixbuf-csource.1 +1 -135
- data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +1 -73
- metadata +7 -18
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,135 +1 @@
|
|
1
|
-
|
2
|
-
.\" Title: gdk-pixbuf-csource
|
3
|
-
.\" Author: Tim Janik
|
4
|
-
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
5
|
-
.\" Date: 10/02/2017
|
6
|
-
.\" Manual: User Commands
|
7
|
-
.\" Source: gdk-pixbuf
|
8
|
-
.\" Language: English
|
9
|
-
.\"
|
10
|
-
.TH "GDK\-PIXBUF\-CSOURCE" "1" "" "gdk-pixbuf" "User Commands"
|
11
|
-
.\" -----------------------------------------------------------------
|
12
|
-
.\" * Define some portability stuff
|
13
|
-
.\" -----------------------------------------------------------------
|
14
|
-
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
15
|
-
.\" http://bugs.debian.org/507673
|
16
|
-
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
17
|
-
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
18
|
-
.ie \n(.g .ds Aq \(aq
|
19
|
-
.el .ds Aq '
|
20
|
-
.\" -----------------------------------------------------------------
|
21
|
-
.\" * set default formatting
|
22
|
-
.\" -----------------------------------------------------------------
|
23
|
-
.\" disable hyphenation
|
24
|
-
.nh
|
25
|
-
.\" disable justification (adjust text to left margin only)
|
26
|
-
.ad l
|
27
|
-
.\" -----------------------------------------------------------------
|
28
|
-
.\" * MAIN CONTENT STARTS HERE *
|
29
|
-
.\" -----------------------------------------------------------------
|
30
|
-
.SH "NAME"
|
31
|
-
gdk-pixbuf-csource \- C code generation utility for GdkPixbuf images
|
32
|
-
.SH "SYNOPSIS"
|
33
|
-
.HP \w'\fBgdk\-pixbuf\-csource\fR\ 'u
|
34
|
-
\fBgdk\-pixbuf\-csource\fR [OPTION...] [IMAGE]
|
35
|
-
.HP \w'\fBgdk\-pixbuf\-csource\fR\ 'u
|
36
|
-
\fBgdk\-pixbuf\-csource\fR [OPTION...] \-\-build\-list [[NAME]\ [IMAGE]...]
|
37
|
-
.SH "DESCRIPTION"
|
38
|
-
.PP
|
39
|
-
\fBgdk\-pixbuf\-csource\fR
|
40
|
-
is a small utility that generates C code containing images, useful for compiling images directly into programs\&.
|
41
|
-
.PP
|
42
|
-
\fBgdk\-pixbuf\-csource\fR
|
43
|
-
either takes as input one image file name to generate code for, or, using the
|
44
|
-
\fB\-\-build\-list\fR
|
45
|
-
option, a list of (\fIname\fR,
|
46
|
-
\fIimage\fR) pairs to generate code for a list of images into named variables\&.
|
47
|
-
.SH "OPTIONS"
|
48
|
-
.PP
|
49
|
-
\fB\-\-stream\fR
|
50
|
-
.RS 4
|
51
|
-
Generate pixbuf data stream (a single string containing a serialized
|
52
|
-
GdkPixdata
|
53
|
-
structure in network byte order)\&.
|
54
|
-
.RE
|
55
|
-
.PP
|
56
|
-
\fB\-\-struct\fR
|
57
|
-
.RS 4
|
58
|
-
Generate GdkPixdata structure (needs the
|
59
|
-
GdkPixdata
|
60
|
-
structure definition from
|
61
|
-
gdk\-pixdata\&.h)\&.
|
62
|
-
.RE
|
63
|
-
.PP
|
64
|
-
\fB\-\-macros\fR
|
65
|
-
.RS 4
|
66
|
-
Generate *_ROWSTRIDE, *_WIDTH, *_HEIGHT, *_BYTES_PER_PIXEL and *_RLE_PIXEL_DATA or *_PIXEL_DATA macro definitions for the image\&.
|
67
|
-
.RE
|
68
|
-
.PP
|
69
|
-
\fB\-\-rle\fR
|
70
|
-
.RS 4
|
71
|
-
Enables run\-length encoding for the generated pixel data (default)\&.
|
72
|
-
.RE
|
73
|
-
.PP
|
74
|
-
\fB\-\-raw\fR
|
75
|
-
.RS 4
|
76
|
-
Disables run\-length encoding for the generated pixel data\&.
|
77
|
-
.RE
|
78
|
-
.PP
|
79
|
-
\fB\-\-extern\fR
|
80
|
-
.RS 4
|
81
|
-
Generate extern symbols\&.
|
82
|
-
.RE
|
83
|
-
.PP
|
84
|
-
\fB\-\-static\fR
|
85
|
-
.RS 4
|
86
|
-
Generate static symbols (default)\&.
|
87
|
-
.RE
|
88
|
-
.PP
|
89
|
-
\fB\-\-decoder\fR
|
90
|
-
.RS 4
|
91
|
-
Provide a *_RUN_LENGTH_DECODE(image_buf, rle_data, size, bpp) macro definition to decode run\-length encoded image data\&.
|
92
|
-
.RE
|
93
|
-
.PP
|
94
|
-
\fB\-\-name=identifier\fR
|
95
|
-
.RS 4
|
96
|
-
Specifies the identifier name (prefix) for the generated variables or macros (useful only if
|
97
|
-
\fB\-\-build\-list\fR
|
98
|
-
was not specified)\&.
|
99
|
-
.RE
|
100
|
-
.PP
|
101
|
-
\fB\-\-build\-list\fR
|
102
|
-
.RS 4
|
103
|
-
Enables (\fIname\fR,
|
104
|
-
\fIimage\fR) pair parsing mode\&.
|
105
|
-
.RE
|
106
|
-
.PP
|
107
|
-
\fB\-h\fR, \fB\-\-help\fR
|
108
|
-
.RS 4
|
109
|
-
Print brief help and exit\&.
|
110
|
-
.RE
|
111
|
-
.PP
|
112
|
-
\fB\-v\fR, \fB\-\-version\fR
|
113
|
-
.RS 4
|
114
|
-
Print version and exit\&.
|
115
|
-
.RE
|
116
|
-
.PP
|
117
|
-
\fB\-\-g\-fatal\-warnings\fR
|
118
|
-
.RS 4
|
119
|
-
Make warnings fatal (causes the program to abort)\&.
|
120
|
-
.RE
|
121
|
-
.SH "SEE ALSO"
|
122
|
-
.PP
|
123
|
-
The
|
124
|
-
GdkPixbuf
|
125
|
-
documentation, shipped with the Gtk+ distribution, available from
|
126
|
-
\m[blue]\fBwww\&.gtk\&.org\fR\m[]\&\s-2\u[1]\d\s+2\&.
|
127
|
-
.SH "BUGS"
|
128
|
-
.PP
|
129
|
-
The runlength encoder gets out of sync with the pixel boundaries, since it includes the rowstride padding in the encoded stream\&. Furthermore, it generates pixbufs with suboptimal rowstride in some cases\&.
|
130
|
-
.SH "NOTES"
|
131
|
-
.IP " 1." 4
|
132
|
-
www.gtk.org
|
133
|
-
.RS 4
|
134
|
-
\%http://www.gtk.org
|
135
|
-
.RE
|
1
|
+
Man generation disabled. Remove this file, configure with --enable-man, and rebuild
|
@@ -1,73 +1 @@
|
|
1
|
-
|
2
|
-
.\" Title: gdk-pixbuf-query-loaders
|
3
|
-
.\" Author: Owen Taylor
|
4
|
-
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
5
|
-
.\" Date: 10/02/2017
|
6
|
-
.\" Manual: User Commands
|
7
|
-
.\" Source: gdk-pixbuf
|
8
|
-
.\" Language: English
|
9
|
-
.\"
|
10
|
-
.TH "GDK\-PIXBUF\-QUERY\-" "1" "" "gdk-pixbuf" "User Commands"
|
11
|
-
.\" -----------------------------------------------------------------
|
12
|
-
.\" * Define some portability stuff
|
13
|
-
.\" -----------------------------------------------------------------
|
14
|
-
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
15
|
-
.\" http://bugs.debian.org/507673
|
16
|
-
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
17
|
-
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
18
|
-
.ie \n(.g .ds Aq \(aq
|
19
|
-
.el .ds Aq '
|
20
|
-
.\" -----------------------------------------------------------------
|
21
|
-
.\" * set default formatting
|
22
|
-
.\" -----------------------------------------------------------------
|
23
|
-
.\" disable hyphenation
|
24
|
-
.nh
|
25
|
-
.\" disable justification (adjust text to left margin only)
|
26
|
-
.ad l
|
27
|
-
.\" -----------------------------------------------------------------
|
28
|
-
.\" * MAIN CONTENT STARTS HERE *
|
29
|
-
.\" -----------------------------------------------------------------
|
30
|
-
.SH "NAME"
|
31
|
-
gdk-pixbuf-query-loaders \- GdkPixbuf loader registration utility
|
32
|
-
.SH "SYNOPSIS"
|
33
|
-
.HP \w'\fBgdk\-pixbuf\-query\-loaders\fR\ 'u
|
34
|
-
\fBgdk\-pixbuf\-query\-loaders\fR [\-\-update\-cache] [MODULE...]
|
35
|
-
.SH "DESCRIPTION"
|
36
|
-
.PP
|
37
|
-
\fBgdk\-pixbuf\-query\-loaders\fR
|
38
|
-
collects information about loadable modules for
|
39
|
-
gdk\-pixbuf
|
40
|
-
and writes it to the default cache file location, or to
|
41
|
-
stdout\&.
|
42
|
-
.PP
|
43
|
-
If called without arguments, it looks for modules in the
|
44
|
-
gdk\-pixbuf
|
45
|
-
loader directory\&.
|
46
|
-
.PP
|
47
|
-
If called with arguments, it looks for the specified modules\&. The arguments may be absolute or relative paths\&.
|
48
|
-
.PP
|
49
|
-
Normally, the output of
|
50
|
-
\fBgdk\-pixbuf\-queryloaders\fR
|
51
|
-
is written to
|
52
|
-
\fIlibdir\fR/gdk\-pixbuf\-2\&.0/2\&.10\&.0/loaders\&.cache, where
|
53
|
-
gdk\-pixbuf
|
54
|
-
looks for it by default\&. If it is written to some other location, the environment variable
|
55
|
-
\fBGDK_PIXBUF_MODULE_FILE\fR
|
56
|
-
can be set to point
|
57
|
-
gdk\-pixbuf
|
58
|
-
at the file\&.
|
59
|
-
.SH "OPTIONS"
|
60
|
-
.PP
|
61
|
-
\-\-update\-cache
|
62
|
-
.RS 4
|
63
|
-
Write the output to the default cache location instead of
|
64
|
-
stdout
|
65
|
-
.RE
|
66
|
-
.SH "ENVIRONMENT"
|
67
|
-
.PP
|
68
|
-
The environment variable
|
69
|
-
\fBGDK_PIXBUF_MODULEDIR\fR
|
70
|
-
can be used to specify a different loader directory\&. The default
|
71
|
-
gdk\-pixbuf
|
72
|
-
loader directory is
|
73
|
-
\fIlibdir\fR/gdk\-pixbuf\-2\&.0/\fIversion\fR/loaders\&.
|
1
|
+
Man generation disabled. Remove this file, configure with --enable-man, and rebuild
|
metadata
CHANGED
@@ -1,37 +1,26 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gdk_pixbuf2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.6
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME2 Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
12
|
-
dependencies:
|
13
|
-
- !ruby/object:Gem::Dependency
|
14
|
-
name: gio2
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - '='
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: 3.2.5
|
20
|
-
type: :runtime
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - '='
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: 3.2.5
|
11
|
+
date: 2018-06-06 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
27
13
|
description: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
|
28
14
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
29
15
|
executables: []
|
30
16
|
extensions: []
|
31
17
|
extra_rdoc_files: []
|
32
18
|
files:
|
19
|
+
- COPYING.LIB
|
20
|
+
- README.md
|
33
21
|
- Rakefile
|
34
22
|
- dependency-check/Rakefile
|
23
|
+
- gdk_pixbuf2.gemspec
|
35
24
|
- lib/gdk_pixbuf2.rb
|
36
25
|
- lib/gdk_pixbuf2/deprecated.rb
|
37
26
|
- lib/gdk_pixbuf2/loader.rb
|
@@ -235,7 +224,7 @@ files:
|
|
235
224
|
- vendor/local/share/man/man1/gdk-pixbuf-csource.1
|
236
225
|
- vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1
|
237
226
|
- vendor/local/share/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer
|
238
|
-
homepage:
|
227
|
+
homepage: https://ruby-gnome2.osdn.jp/
|
239
228
|
licenses:
|
240
229
|
- LGPL-2.1+
|
241
230
|
metadata: {}
|