gdk_pixbuf2 2.2.4-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README +29 -0
- data/Rakefile +34 -0
- data/ext/gdk_pixbuf2/depend +11 -0
- data/ext/gdk_pixbuf2/extconf.rb +66 -0
- data/ext/gdk_pixbuf2/gdk_pixbuf2.def +2 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf-format.c +179 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf-loader.c +164 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf.c +737 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf.h +41 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf2conversions.h +42 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf2private.h +35 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbufanimation.c +93 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbufanimationiter.c +71 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbufsimpleanim.c +53 -0
- data/ext/gdk_pixbuf2/rbgdk-pixdata.c +213 -0
- data/extconf.rb +49 -0
- data/lib/2.0/gdk_pixbuf2.so +0 -0
- data/lib/2.1/gdk_pixbuf2.so +0 -0
- data/lib/2.2/gdk_pixbuf2.so +0 -0
- data/lib/gdk_pixbuf2.rb +57 -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
- 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/libgdk_pixbuf-2.0-0.dll +0 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h +204 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +464 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h +33 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +120 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +343 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +108 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h +36 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +64 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +158 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h +43 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h +168 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +139 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.a +0 -0
- 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 +41 -0
- data/vendor/local/lib/gdk_pixbuf-2.0.def +128 -0
- 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 +41 -0
- data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +19 -0
- data/vendor/local/share/gir-1.0/GdkPixbuf-2.0.gir +3443 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +827 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +65 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +35 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +46 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +108 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-26.html +50 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-28.html +47 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-30.html +35 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +72 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +65 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +39 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +53 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +787 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/composite.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html +1068 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html +794 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html +864 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html +491 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html +639 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +1298 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html +208 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Scaling.html +914 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html +898 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Utilities.html +381 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +184 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html +197 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html +438 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-XlibRGB.html +1115 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +167 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html +159 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +45 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +44 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +85 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +226 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +150 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.sgml +322 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +59 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +101 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +50 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/style.css +476 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/up.png +0 -0
- data/vendor/local/share/license/gdk-pixbuf/AUTHORS +65 -0
- data/vendor/local/share/license/gdk-pixbuf/COPYING +482 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/crh/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/csb/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/cy/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/dz/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@shaw/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/en_CA/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/eo/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/et/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fa/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/ga/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/gu/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/hi/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/hy/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ia/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/io/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/is/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/ja/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/kn/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/ku/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/li/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/mai/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/my/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/nds/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ne/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/nn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nso/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/or/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pa/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/ps/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pt/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/ro/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/si/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/sq/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@ije/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/ta/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tk/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/tt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_HK/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 +135 -0
- data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +73 -0
- metadata +273 -0
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
|
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
|
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
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,135 @@
|
|
1
|
+
'\" t
|
2
|
+
.\" Title: gdk-pixbuf-csource
|
3
|
+
.\" Author: Tim Janik
|
4
|
+
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
5
|
+
.\" Date: 05/26/2014
|
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
|
@@ -0,0 +1,73 @@
|
|
1
|
+
'\" t
|
2
|
+
.\" Title: gdk-pixbuf-query-loaders
|
3
|
+
.\" Author: Owen Taylor
|
4
|
+
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
5
|
+
.\" Date: 05/26/2014
|
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\&.
|
metadata
ADDED
@@ -0,0 +1,273 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: gdk_pixbuf2
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2.2.4
|
5
|
+
platform: x64-mingw32
|
6
|
+
authors:
|
7
|
+
- The Ruby-GNOME2 Project Team
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2014-12-23 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: glib2
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - '='
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 2.2.4
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - '='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 2.2.4
|
27
|
+
description: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
|
28
|
+
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
29
|
+
executables: []
|
30
|
+
extensions: []
|
31
|
+
extra_rdoc_files: []
|
32
|
+
files:
|
33
|
+
- README
|
34
|
+
- Rakefile
|
35
|
+
- ext/gdk_pixbuf2/depend
|
36
|
+
- ext/gdk_pixbuf2/extconf.rb
|
37
|
+
- ext/gdk_pixbuf2/gdk_pixbuf2.def
|
38
|
+
- ext/gdk_pixbuf2/rbgdk-pixbuf-format.c
|
39
|
+
- ext/gdk_pixbuf2/rbgdk-pixbuf-loader.c
|
40
|
+
- ext/gdk_pixbuf2/rbgdk-pixbuf.c
|
41
|
+
- ext/gdk_pixbuf2/rbgdk-pixbuf.h
|
42
|
+
- ext/gdk_pixbuf2/rbgdk-pixbuf2conversions.h
|
43
|
+
- ext/gdk_pixbuf2/rbgdk-pixbuf2private.h
|
44
|
+
- ext/gdk_pixbuf2/rbgdk-pixbufanimation.c
|
45
|
+
- ext/gdk_pixbuf2/rbgdk-pixbufanimationiter.c
|
46
|
+
- ext/gdk_pixbuf2/rbgdk-pixbufsimpleanim.c
|
47
|
+
- ext/gdk_pixbuf2/rbgdk-pixdata.c
|
48
|
+
- extconf.rb
|
49
|
+
- lib/2.0/gdk_pixbuf2.so
|
50
|
+
- lib/2.1/gdk_pixbuf2.so
|
51
|
+
- lib/2.2/gdk_pixbuf2.so
|
52
|
+
- lib/gdk_pixbuf2.rb
|
53
|
+
- sample/anim.rb
|
54
|
+
- sample/composite.rb
|
55
|
+
- sample/flip.rb
|
56
|
+
- sample/floppybuddy.gif
|
57
|
+
- sample/format.rb
|
58
|
+
- sample/gnome-foot.png
|
59
|
+
- sample/inline.rb
|
60
|
+
- sample/loader.rb
|
61
|
+
- sample/pixdata.rb
|
62
|
+
- sample/rotate.rb
|
63
|
+
- sample/save.rb
|
64
|
+
- sample/scale.rb
|
65
|
+
- sample/simpleanim.rb
|
66
|
+
- sample/utils.rb
|
67
|
+
- sample/xpm.rb
|
68
|
+
- vendor/local/bin/gdk-pixbuf-csource.exe
|
69
|
+
- vendor/local/bin/gdk-pixbuf-pixdata.exe
|
70
|
+
- vendor/local/bin/gdk-pixbuf-query-loaders.exe
|
71
|
+
- vendor/local/bin/libgdk_pixbuf-2.0-0.dll
|
72
|
+
- vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h
|
73
|
+
- vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h
|
74
|
+
- vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h
|
75
|
+
- vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h
|
76
|
+
- vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h
|
77
|
+
- vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h
|
78
|
+
- vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h
|
79
|
+
- vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h
|
80
|
+
- vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h
|
81
|
+
- vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h
|
82
|
+
- vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h
|
83
|
+
- vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
|
84
|
+
- vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.a
|
85
|
+
- vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll
|
86
|
+
- vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll.a
|
87
|
+
- vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.la
|
88
|
+
- vendor/local/lib/gdk_pixbuf-2.0.def
|
89
|
+
- vendor/local/lib/girepository-1.0/GdkPixbuf-2.0.typelib
|
90
|
+
- vendor/local/lib/libgdk_pixbuf-2.0.dll.a
|
91
|
+
- vendor/local/lib/libgdk_pixbuf-2.0.la
|
92
|
+
- vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc
|
93
|
+
- vendor/local/share/gir-1.0/GdkPixbuf-2.0.gir
|
94
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html
|
95
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html
|
96
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html
|
97
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html
|
98
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html
|
99
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-26.html
|
100
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-28.html
|
101
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-30.html
|
102
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html
|
103
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html
|
104
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html
|
105
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html
|
106
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html
|
107
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/composite.png
|
108
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html
|
109
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html
|
110
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html
|
111
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html
|
112
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html
|
113
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html
|
114
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html
|
115
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Scaling.html
|
116
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html
|
117
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Utilities.html
|
118
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html
|
119
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html
|
120
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html
|
121
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-XlibRGB.html
|
122
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html
|
123
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html
|
124
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html
|
125
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html
|
126
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html
|
127
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2
|
128
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/home.png
|
129
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html
|
130
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/index.sgml
|
131
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/left-insensitive.png
|
132
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/left.png
|
133
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html
|
134
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/right-insensitive.png
|
135
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/right.png
|
136
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html
|
137
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html
|
138
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/style.css
|
139
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/up-insensitive.png
|
140
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/up.png
|
141
|
+
- vendor/local/share/license/gdk-pixbuf/AUTHORS
|
142
|
+
- vendor/local/share/license/gdk-pixbuf/COPYING
|
143
|
+
- vendor/local/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo
|
144
|
+
- vendor/local/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo
|
145
|
+
- vendor/local/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo
|
146
|
+
- vendor/local/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo
|
147
|
+
- vendor/local/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo
|
148
|
+
- vendor/local/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo
|
149
|
+
- vendor/local/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo
|
150
|
+
- vendor/local/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo
|
151
|
+
- vendor/local/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo
|
152
|
+
- vendor/local/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo
|
153
|
+
- vendor/local/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo
|
154
|
+
- vendor/local/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo
|
155
|
+
- vendor/local/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo
|
156
|
+
- vendor/local/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo
|
157
|
+
- vendor/local/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo
|
158
|
+
- vendor/local/share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo
|
159
|
+
- vendor/local/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo
|
160
|
+
- vendor/local/share/locale/csb/LC_MESSAGES/gdk-pixbuf.mo
|
161
|
+
- vendor/local/share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo
|
162
|
+
- vendor/local/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo
|
163
|
+
- vendor/local/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo
|
164
|
+
- vendor/local/share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo
|
165
|
+
- vendor/local/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo
|
166
|
+
- vendor/local/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo
|
167
|
+
- vendor/local/share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo
|
168
|
+
- vendor/local/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo
|
169
|
+
- vendor/local/share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo
|
170
|
+
- vendor/local/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo
|
171
|
+
- vendor/local/share/locale/et/LC_MESSAGES/gdk-pixbuf.mo
|
172
|
+
- vendor/local/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo
|
173
|
+
- vendor/local/share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo
|
174
|
+
- vendor/local/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo
|
175
|
+
- vendor/local/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo
|
176
|
+
- vendor/local/share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo
|
177
|
+
- vendor/local/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo
|
178
|
+
- vendor/local/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo
|
179
|
+
- vendor/local/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo
|
180
|
+
- vendor/local/share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo
|
181
|
+
- vendor/local/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo
|
182
|
+
- vendor/local/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo
|
183
|
+
- vendor/local/share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo
|
184
|
+
- vendor/local/share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo
|
185
|
+
- vendor/local/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo
|
186
|
+
- vendor/local/share/locale/io/LC_MESSAGES/gdk-pixbuf.mo
|
187
|
+
- vendor/local/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo
|
188
|
+
- vendor/local/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo
|
189
|
+
- vendor/local/share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo
|
190
|
+
- vendor/local/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo
|
191
|
+
- vendor/local/share/locale/km/LC_MESSAGES/gdk-pixbuf.mo
|
192
|
+
- vendor/local/share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo
|
193
|
+
- vendor/local/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo
|
194
|
+
- vendor/local/share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo
|
195
|
+
- vendor/local/share/locale/li/LC_MESSAGES/gdk-pixbuf.mo
|
196
|
+
- vendor/local/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo
|
197
|
+
- vendor/local/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo
|
198
|
+
- vendor/local/share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo
|
199
|
+
- vendor/local/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo
|
200
|
+
- vendor/local/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo
|
201
|
+
- vendor/local/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo
|
202
|
+
- vendor/local/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo
|
203
|
+
- vendor/local/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo
|
204
|
+
- vendor/local/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo
|
205
|
+
- vendor/local/share/locale/my/LC_MESSAGES/gdk-pixbuf.mo
|
206
|
+
- vendor/local/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo
|
207
|
+
- vendor/local/share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo
|
208
|
+
- vendor/local/share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo
|
209
|
+
- vendor/local/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo
|
210
|
+
- vendor/local/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo
|
211
|
+
- vendor/local/share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo
|
212
|
+
- vendor/local/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo
|
213
|
+
- vendor/local/share/locale/or/LC_MESSAGES/gdk-pixbuf.mo
|
214
|
+
- vendor/local/share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo
|
215
|
+
- vendor/local/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo
|
216
|
+
- vendor/local/share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo
|
217
|
+
- vendor/local/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo
|
218
|
+
- vendor/local/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo
|
219
|
+
- vendor/local/share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo
|
220
|
+
- vendor/local/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo
|
221
|
+
- vendor/local/share/locale/si/LC_MESSAGES/gdk-pixbuf.mo
|
222
|
+
- vendor/local/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo
|
223
|
+
- vendor/local/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo
|
224
|
+
- vendor/local/share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo
|
225
|
+
- vendor/local/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo
|
226
|
+
- vendor/local/share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo
|
227
|
+
- vendor/local/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo
|
228
|
+
- vendor/local/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo
|
229
|
+
- vendor/local/share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo
|
230
|
+
- vendor/local/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo
|
231
|
+
- vendor/local/share/locale/tg/LC_MESSAGES/gdk-pixbuf.mo
|
232
|
+
- vendor/local/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo
|
233
|
+
- vendor/local/share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo
|
234
|
+
- vendor/local/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo
|
235
|
+
- vendor/local/share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo
|
236
|
+
- vendor/local/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo
|
237
|
+
- vendor/local/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo
|
238
|
+
- vendor/local/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo
|
239
|
+
- vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo
|
240
|
+
- vendor/local/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo
|
241
|
+
- vendor/local/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo
|
242
|
+
- vendor/local/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo
|
243
|
+
- vendor/local/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo
|
244
|
+
- vendor/local/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo
|
245
|
+
- vendor/local/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo
|
246
|
+
- vendor/local/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo
|
247
|
+
- vendor/local/share/man/man1/gdk-pixbuf-csource.1
|
248
|
+
- vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1
|
249
|
+
homepage: http://ruby-gnome2.sourceforge.jp/
|
250
|
+
licenses:
|
251
|
+
- LGPLv2.1 or later
|
252
|
+
metadata: {}
|
253
|
+
post_install_message:
|
254
|
+
rdoc_options: []
|
255
|
+
require_paths:
|
256
|
+
- lib
|
257
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
258
|
+
requirements:
|
259
|
+
- - ">="
|
260
|
+
- !ruby/object:Gem::Version
|
261
|
+
version: 1.9.3
|
262
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
263
|
+
requirements:
|
264
|
+
- - ">="
|
265
|
+
- !ruby/object:Gem::Version
|
266
|
+
version: '0'
|
267
|
+
requirements: []
|
268
|
+
rubyforge_project:
|
269
|
+
rubygems_version: 2.2.2
|
270
|
+
signing_key:
|
271
|
+
specification_version: 4
|
272
|
+
summary: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
|
273
|
+
test_files: []
|