gdk_pixbuf2 1.0.3-x86-mingw32 → 1.1.0-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ext/gdk_pixbuf2/rbgdk-pixbuf-format.c +49 -40
- data/ext/gdk_pixbuf2/rbgdk-pixbuf-loader.c +50 -40
- data/ext/gdk_pixbuf2/rbgdk-pixbuf.c +250 -168
- data/ext/gdk_pixbuf2/rbgdk-pixbuf.h +25 -18
- 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 +46 -83
- data/ext/gdk_pixbuf2/rbgdk-pixbufanimationiter.c +71 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbufsimpleanim.c +29 -17
- data/ext/gdk_pixbuf2/rbgdk-pixdata.c +81 -77
- data/lib/1.8/gdk_pixbuf2.so +0 -0
- data/lib/1.9/gdk_pixbuf2.so +0 -0
- data/vendor/local/bin/gdk-pixbuf-csource.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 +40 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +200 -5
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +82 -3
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +170 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +6 -1
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +5 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +42 -1
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +2 -2
- data/vendor/local/lib/gdk_pixbuf-2.0.lib +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +4 -2
- data/vendor/local/manifest/{gdk-pixbuf-dev_2.22.1-1_win32.mft → gdk-pixbuf-dev_2.24.0-1_win32.mft} +12 -13
- data/vendor/local/manifest/{gdk-pixbuf_2.22.1-1_win32.mft → gdk-pixbuf_2.24.0-1_win32.mft} +2 -1
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +181 -150
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +30 -9
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +35 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +13 -9
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +7 -7
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +251 -629
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html +644 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html +372 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html +642 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html +417 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html +495 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +485 -184
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html +168 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/{gdk-pixbuf-scaling.html → gdk-pixbuf-Scaling.html} +296 -190
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html +617 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/{gdk-pixbuf-util.html → gdk-pixbuf-Utilities.html} +83 -93
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +63 -26
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +149 -128
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +18 -18
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.sgml +184 -154
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +18 -18
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/style.css +2 -1
- 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/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/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/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 +2 -2
- data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +2 -2
- data/vendor/local/src/dieterv/packaging/gdk-pixbuf_2.24.0-1_win32.log +956 -0
- data/vendor/local/src/dieterv/packaging/gdk-pixbuf_2.24.0-1_win32.sh +97 -0
- metadata +26 -24
- data/ChangeLog +0 -482
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-animation.html +0 -654
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-creating.html +0 -406
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-loading.html +0 -402
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-saving.html +0 -685
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html +0 -460
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-inline.html +0 -516
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-refcounting.html +0 -132
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp +0 -175
- data/vendor/local/src/tml/packaging/gdk-pixbuf_2.22.1-1_win32.log +0 -1012
- data/vendor/local/src/tml/packaging/gdk-pixbuf_2.22.1-1_win32.sh +0 -256
@@ -0,0 +1,97 @@
|
|
1
|
+
# This is a shell script that calls functions and scripts from
|
2
|
+
# tml@iki.fi's personal work env�ronment. It is not expected to be
|
3
|
+
# usable unmodified by others, and is included only for reference.
|
4
|
+
|
5
|
+
MOD=gdk-pixbuf
|
6
|
+
VER=2.24.0
|
7
|
+
REV=1
|
8
|
+
ARCH=win32
|
9
|
+
|
10
|
+
THIS=${MOD}_${VER}-${REV}_${ARCH}
|
11
|
+
|
12
|
+
RUNZIP=${MOD}_${VER}-${REV}_${ARCH}.zip
|
13
|
+
DEVZIP=${MOD}-dev_${VER}-${REV}_${ARCH}.zip
|
14
|
+
|
15
|
+
HEX=`echo $THIS | md5sum | cut -d' ' -f1`
|
16
|
+
TARGET=/devel/target/$HEX
|
17
|
+
|
18
|
+
usedev
|
19
|
+
usewinsdk52
|
20
|
+
|
21
|
+
(
|
22
|
+
|
23
|
+
set -x
|
24
|
+
|
25
|
+
DEPS=`latest --arch=${ARCH} zlib glib gettext-runtime pkg-config libpng`
|
26
|
+
GETTEXT_RUNTIME=`latest --arch=${ARCH} gettext-runtime`
|
27
|
+
|
28
|
+
PKG_CONFIG_PATH=
|
29
|
+
for D in $DEPS; do
|
30
|
+
PATH=/devel/dist/${ARCH}/$D/bin:$PATH
|
31
|
+
[ -d /devel/dist/${ARCH}/$D/lib/pkgconfig ] && PKG_CONFIG_PATH=/devel/dist/${ARCH}/$D/lib/pkgconfig:$PKG_CONFIG_PATH
|
32
|
+
done
|
33
|
+
|
34
|
+
LIBPNG=`latest --arch=${ARCH} libpng`
|
35
|
+
ZLIB=`latest --arch=${ARCH} zlib`
|
36
|
+
|
37
|
+
# Don't do any relinking and don't use any wrappers in libtool. It
|
38
|
+
# just causes trouble, IMHO.
|
39
|
+
|
40
|
+
sed -e 's/need_relink=yes/need_relink=no # no way --tml/' \
|
41
|
+
-e 's/wrappers_required=yes/wrappers_required=no # no thanks --tml/' \
|
42
|
+
<ltmain.sh >ltmain.temp && mv ltmain.temp ltmain.sh
|
43
|
+
|
44
|
+
lt_cv_deplibs_check_method='pass_all' \
|
45
|
+
CC='gcc -mthreads' \
|
46
|
+
CPPFLAGS="-I/devel/dist/${ARCH}/${LIBPNG}/include \
|
47
|
+
-I/devel/dist/${ARCH}/${ZLIB}/include \
|
48
|
+
-I/devel/dist/${ARCH}/${GETTEXT_RUNTIME}/include" \
|
49
|
+
LDFLAGS="-L/devel/dist/${ARCH}/${LIBPNG}/lib \
|
50
|
+
-L/devel/dist/${ARCH}/${ZLIB}/lib \
|
51
|
+
-L/devel/dist/${ARCH}/${GETTEXT_RUNTIME}/lib \
|
52
|
+
-Wl,--enable-auto-image-base" \
|
53
|
+
LIBS=-lintl \
|
54
|
+
LIBPNG=`pkg-config --libs libpng` \
|
55
|
+
CFLAGS=-O2 \
|
56
|
+
./configure \
|
57
|
+
--with-gdiplus \
|
58
|
+
--with-included-loaders \
|
59
|
+
--without-libjasper \
|
60
|
+
--enable-debug=yes \
|
61
|
+
--enable-explicit-deps=no \
|
62
|
+
--disable-gtk-doc \
|
63
|
+
--disable-static \
|
64
|
+
--prefix=$TARGET &&
|
65
|
+
|
66
|
+
PATH="$PWD/gdk-pixbuf/.libs:/devel/target/$HEX/bin:$PATH" make -j4 install &&
|
67
|
+
|
68
|
+
PATH="/devel/target/$HEX/bin:$PATH" gdk-pixbuf-query-loaders >$TARGET/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache &&
|
69
|
+
|
70
|
+
(echo '# Note: After adding a new separate gdk-pixbuf loader (for instance the svg one)' &&
|
71
|
+
echo '# run gdk-pixbuf-query-loaders.exe redirecting its output into this file.' &&
|
72
|
+
echo &&
|
73
|
+
echo '# Note that the LoaderDir folder below does not name a folder that is' &&
|
74
|
+
echo '# expected to exist. It was just a temporary directory used at build time.' &&
|
75
|
+
echo &&
|
76
|
+
cat $TARGET/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache ) >$TARGET/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache.temp &&
|
77
|
+
mv $TARGET/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache.temp $TARGET/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache &&
|
78
|
+
|
79
|
+
rm -f /tmp/$RUNZIP /tmp/$DEVZIP &&
|
80
|
+
|
81
|
+
(cd $TARGET &&
|
82
|
+
zip /tmp/$RUNZIP bin/libgdk_pixbuf-2.0-0.dll &&
|
83
|
+
zip /tmp/$RUNZIP bin/gdk-pixbuf-query-loaders.exe &&
|
84
|
+
zip /tmp/$RUNZIP lib/gdk-pixbuf-2.0/2.10.0/loaders/*.dll lib/gdk-pixbuf-2.0/2.10.0/loaders.cache lib/gdk-pixbuf-2.0/2.10.0/loaders &&
|
85
|
+
zip -r -D /tmp/$RUNZIP share/locale &&
|
86
|
+
|
87
|
+
zip -r -D /tmp/$DEVZIP include/gdk-pixbuf-2.0 &&
|
88
|
+
zip -r -D /tmp/$DEVZIP lib/libgdk_pixbuf-2.0.dll.a lib/gdk_pixbuf-2.0.lib &&
|
89
|
+
zip -r -D /tmp/$DEVZIP lib/pkgconfig &&
|
90
|
+
zip /tmp/$DEVZIP bin/gdk-pixbuf-csource.exe &&
|
91
|
+
zip -r -D /tmp/$DEVZIP share/man share/gtk-doc &&
|
92
|
+
:) &&
|
93
|
+
|
94
|
+
:) 2>&1 | tee /devel/src/dieterv/packaging/$THIS.log
|
95
|
+
|
96
|
+
(cd /devel && zip /tmp/$DEVZIP src/dieterv/packaging/$THIS.{sh,log}) &&
|
97
|
+
manifestify /tmp/$RUNZIP /tmp/$DEVZIP
|
metadata
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gdk_pixbuf2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
|
+
- 1
|
8
9
|
- 0
|
9
|
-
|
10
|
-
version: 1.0.3
|
10
|
+
version: 1.1.0
|
11
11
|
platform: x86-mingw32
|
12
12
|
authors:
|
13
|
-
- The Ruby-GNOME2
|
13
|
+
- The Ruby-GNOME2 Project Team
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2012-01-05 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: glib2
|
@@ -25,12 +25,12 @@ dependencies:
|
|
25
25
|
requirements:
|
26
26
|
- - ">="
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
hash:
|
28
|
+
hash: 19
|
29
29
|
segments:
|
30
30
|
- 1
|
31
|
+
- 1
|
31
32
|
- 0
|
32
|
-
|
33
|
-
version: 1.0.3
|
33
|
+
version: 1.1.0
|
34
34
|
type: :runtime
|
35
35
|
version_requirements: *id001
|
36
36
|
description: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
|
@@ -42,15 +42,17 @@ extensions: []
|
|
42
42
|
extra_rdoc_files: []
|
43
43
|
|
44
44
|
files:
|
45
|
-
- ChangeLog
|
46
45
|
- README
|
47
46
|
- Rakefile
|
48
47
|
- extconf.rb
|
49
48
|
- lib/gdk_pixbuf2.rb
|
50
49
|
- ext/gdk_pixbuf2/gdk_pixbuf2.def
|
50
|
+
- ext/gdk_pixbuf2/rbgdk-pixbuf2private.h
|
51
51
|
- ext/gdk_pixbuf2/extconf.rb
|
52
52
|
- ext/gdk_pixbuf2/rbgdk-pixbufsimpleanim.c
|
53
|
+
- ext/gdk_pixbuf2/rbgdk-pixbuf2conversions.h
|
53
54
|
- ext/gdk_pixbuf2/rbgdk-pixbuf.h
|
55
|
+
- ext/gdk_pixbuf2/rbgdk-pixbufanimationiter.c
|
54
56
|
- ext/gdk_pixbuf2/rbgdk-pixbuf-loader.c
|
55
57
|
- ext/gdk_pixbuf2/rbgdk-pixbufanimation.c
|
56
58
|
- ext/gdk_pixbuf2/rbgdk-pixbuf-format.c
|
@@ -74,51 +76,50 @@ files:
|
|
74
76
|
- sample/composite.rb
|
75
77
|
- lib/1.8/gdk_pixbuf2.so
|
76
78
|
- lib/1.9/gdk_pixbuf2.so
|
77
|
-
- vendor/local/src/tml/packaging/gdk-pixbuf_2.22.1-1_win32.sh
|
78
79
|
- vendor/local/src/tml/packaging/libpng_1.4.3-1_win32.sh
|
79
|
-
- vendor/local/src/tml/packaging/gdk-pixbuf_2.22.1-1_win32.log
|
80
80
|
- vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.sh
|
81
81
|
- vendor/local/src/tml/packaging/libpng_1.4.3-1_win32.log
|
82
82
|
- vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.log
|
83
|
+
- vendor/local/src/dieterv/packaging/gdk-pixbuf_2.24.0-1_win32.log
|
84
|
+
- vendor/local/src/dieterv/packaging/gdk-pixbuf_2.24.0-1_win32.sh
|
83
85
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-10.html
|
84
86
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html
|
85
87
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html
|
86
|
-
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-util.html
|
87
88
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html
|
88
89
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/left.png
|
89
90
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html
|
90
91
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html
|
92
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html
|
93
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html
|
91
94
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html
|
92
|
-
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-loading.html
|
93
95
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/style.css
|
94
|
-
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp
|
95
96
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html
|
96
97
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html
|
97
98
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html
|
98
99
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html
|
99
100
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/index.sgml
|
100
101
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html
|
102
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html
|
101
103
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html
|
102
104
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2
|
103
|
-
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-refcounting.html
|
104
105
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html
|
105
106
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/composite.png
|
106
|
-
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-
|
107
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Utilities.html
|
107
108
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html
|
108
109
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html
|
109
110
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/home.png
|
111
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html
|
112
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Scaling.html
|
110
113
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html
|
111
114
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html
|
112
|
-
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-
|
113
|
-
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-creating.html
|
115
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html
|
114
116
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html
|
115
117
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html
|
116
118
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/up.png
|
117
|
-
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-
|
118
|
-
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-scaling.html
|
119
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html
|
119
120
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html
|
121
|
+
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html
|
120
122
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/right.png
|
121
|
-
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html
|
122
123
|
- vendor/local/share/man/man5/png.5
|
123
124
|
- vendor/local/share/man/man3/libpngpf.3
|
124
125
|
- vendor/local/share/man/man3/libpng.3
|
@@ -223,13 +224,14 @@ files:
|
|
223
224
|
- vendor/local/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo
|
224
225
|
- vendor/local/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo
|
225
226
|
- vendor/local/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo
|
227
|
+
- vendor/local/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo
|
226
228
|
- vendor/local/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo
|
227
229
|
- vendor/local/manifest/libpng-dev_1.4.3-1_win32.mft
|
228
|
-
- vendor/local/manifest/gdk-
|
230
|
+
- vendor/local/manifest/gdk-pixbuf_2.24.0-1_win32.mft
|
229
231
|
- vendor/local/manifest/zlib_1.2.5-2_win32.mft
|
230
232
|
- vendor/local/manifest/libpng_1.4.3-1_win32.mft
|
231
233
|
- vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft
|
232
|
-
- vendor/local/manifest/gdk-
|
234
|
+
- vendor/local/manifest/gdk-pixbuf-dev_2.24.0-1_win32.mft
|
233
235
|
- vendor/local/bin/gdk-pixbuf-query-loaders.exe
|
234
236
|
- vendor/local/bin/zlib1.dll
|
235
237
|
- vendor/local/bin/libpng14-14.dll
|
@@ -295,7 +297,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
295
297
|
requirements: []
|
296
298
|
|
297
299
|
rubyforge_project:
|
298
|
-
rubygems_version: 1.
|
300
|
+
rubygems_version: 1.8.12
|
299
301
|
signing_key:
|
300
302
|
specification_version: 3
|
301
303
|
summary: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
|
data/ChangeLog
DELETED
@@ -1,482 +0,0 @@
|
|
1
|
-
2011-09-16 Nikolai Weibull <now@bitwi.se>
|
2
|
-
|
3
|
-
* lib/gdk_pixbuf2.rb: Remove unused variable.
|
4
|
-
|
5
|
-
2011-09-12 Nikolai Weibull <now@bitwi.se>
|
6
|
-
|
7
|
-
* ext/gdk_pixbuf2/*.c: Remove methods that implement methods already
|
8
|
-
implemented with properties.
|
9
|
-
* ext/gdk_pixbuf2/*.c: call StringValue before calling
|
10
|
-
RSTRING_PTR()/RSTRING_LEN().
|
11
|
-
|
12
|
-
2011-09-09 Nikolai Weibull <now@bitwi.se>
|
13
|
-
|
14
|
-
* ext/gdk_pixbuf2/*.c: Fix all warnings generated with gcc 4.4.5.
|
15
|
-
* ext/gdk_pixbuf2/*.c: Fix all RVAL2CSTR calls.
|
16
|
-
|
17
|
-
2011-02-05 Masaaki Aoyagi
|
18
|
-
|
19
|
-
* ext/gdk_pixbuf2/*.c: change to ANSI C style.
|
20
|
-
|
21
|
-
2011-01-30 Kouhei Sutou <kou@cozmixng.org>
|
22
|
-
|
23
|
-
* Rakefile, ext/gdk_pixbuf2/extconf.rb: share depended packages
|
24
|
-
vendor/local/.
|
25
|
-
|
26
|
-
* lib/gdk_pixbuf2.rb, ext/gdk_pixbuf2/extconf.rb: remove cairo
|
27
|
-
dependency.
|
28
|
-
|
29
|
-
2011-01-22 Masaaki Aoyagi
|
30
|
-
|
31
|
-
* Rakefile: change to use gnome2-raketask.rb.
|
32
|
-
|
33
|
-
2010-10-23 Kouhei Sutou <kou@cozmixng.org>
|
34
|
-
|
35
|
-
* ext/gdk_pixbuf2/depend: ruby-gdkpixbuf2 -> ruby-gdk-pixbuf2.
|
36
|
-
|
37
|
-
2010-10-17 Kouhei Sutou <kou@cozmixng.org>
|
38
|
-
|
39
|
-
* Rakefile, ext/gdk_pixbuf2/rbgdk-pixbuf.c, lib/gdk_pixbuf2.rb:
|
40
|
-
move GDK and cairo related code to Ruby/GTK2.
|
41
|
-
Patch by Andrea Dallera. Thanks!!!
|
42
|
-
|
43
|
-
2010-10-08 Guillaume Cottenceau
|
44
|
-
|
45
|
-
* RVAL2CSTR2 is deprecated, replace with RVAL2CSTR_ACCEPT_NIL
|
46
|
-
|
47
|
-
* CSTR2RVAL2 is deprecated, replace with CSTR2RVAL_FREE
|
48
|
-
|
49
|
-
2010-09-29 Kouhei Sutou <kou@cozmixng.org>
|
50
|
-
|
51
|
-
* Rakefile: fix dependencies.
|
52
|
-
|
53
|
-
2010-09-23 Kouhei Sutou <kou@cozmixng.org>
|
54
|
-
|
55
|
-
* Rakefile: don't add .zip into gem.
|
56
|
-
|
57
|
-
* lib/gdk_pixbuf2.rb: support bundled Windows DLL.
|
58
|
-
|
59
|
-
* extconf.rb: support other directory build.
|
60
|
-
|
61
|
-
2010-09-21 Kouhei Sutou <kou@cozmixng.org>
|
62
|
-
|
63
|
-
* Rakefile: add dependencies.
|
64
|
-
|
65
|
-
* ext/gdk_pixbuf2/extconf.rb: use relative rcairo path if it exists.
|
66
|
-
|
67
|
-
* ./: make buidlable with rake-compiler.
|
68
|
-
|
69
|
-
* ./: reconstruct for cross compile.
|
70
|
-
|
71
|
-
2009-10-11 Michal Suchanek <hramrach@centrum.cz>
|
72
|
-
|
73
|
-
* rbgdk-pixbuf.c: add Gdk::Pixbuf#pixels=.
|
74
|
-
|
75
|
-
2009-05-31 Kouhei Sutou <kou@cozmixng.org>
|
76
|
-
|
77
|
-
* lib/gdk_pixbuf2.rb: use gem version rcairo as fallback.
|
78
|
-
Patch by OBATA Akio. Thanks!!!
|
79
|
-
|
80
|
-
2008-11-01 Kouhei Sutou <kou@cozmixng.org>
|
81
|
-
|
82
|
-
* ./: use RARRAY_PTR() and RARRAY_LEN().
|
83
|
-
|
84
|
-
2008-09-13 Kouhei Sutou <kou@cozmixng.org>
|
85
|
-
|
86
|
-
* extconf.rb: use check_cairo.
|
87
|
-
|
88
|
-
2008-06-11 Kouhei Sutou <kou@cozmixng.org>
|
89
|
-
|
90
|
-
* extconf.rb: include gdk-pixbuf/gdk-pixbuf.h in have_func test.
|
91
|
-
|
92
|
-
2008-04-13 Kouhei Sutou <kou@cozmixng.org>
|
93
|
-
|
94
|
-
* extconf.rb: fix rcairo's source path.
|
95
|
-
|
96
|
-
2007-12-28 Kouhei Sutou <kou@cozmixng.org>
|
97
|
-
|
98
|
-
* rbgdk-pixbuf.c (save, save_to_buffer):
|
99
|
-
- cosmetic.
|
100
|
-
- generalized.
|
101
|
-
|
102
|
-
* rbgdk-pixbuf-loader.c: used RSTRING_LEN instead of RSTRING()->len.
|
103
|
-
|
104
|
-
2007-07-13 Guillaume Cottenceau
|
105
|
-
|
106
|
-
* rbgdk-pixbuf-format.c, rbgdk-pixbuf.c, rbgdk-pixdata.c: replace
|
107
|
-
RTEST uses by RVAL2CBOOL
|
108
|
-
|
109
|
-
2007-07-13 Guillaume Cottenceau
|
110
|
-
|
111
|
-
* rbgdk-pixbuf-loader.c: "? Qtrue : QFalse" => CBOOL2RVAL cleanup
|
112
|
-
|
113
|
-
2007-07-12 Masao Mutoh <mutoh@highway.ne.jp>
|
114
|
-
|
115
|
-
* rbgdk-pixbuf.c: Revert the Gdk::Pixbuf#scale change.
|
116
|
-
|
117
|
-
2007-07-07 Guillaume Cottenceau
|
118
|
-
|
119
|
-
* rbgdk-pixbuf.c: fix multiple memory leaks
|
120
|
-
|
121
|
-
2007-07-07 Guillaume Cottenceau
|
122
|
-
|
123
|
-
* rbgdk-pixbuf.c: thse can return NULL
|
124
|
-
|
125
|
-
2007-07-07 Guillaume Cottenceau
|
126
|
-
|
127
|
-
* rbgdk-pixbuf.c: fix wrong order of arguments in using
|
128
|
-
gdk_pixbuf_scale
|
129
|
-
|
130
|
-
2007-07-07 Guillaume Cottenceau
|
131
|
-
|
132
|
-
* rbgdk-pixbuf.c: negative value for width or height in
|
133
|
-
gdk_pixbuf_new_from_file_at_scale only supported in gtk 2.8
|
134
|
-
|
135
|
-
2007-07-07 Guillaume Cottenceau
|
136
|
-
|
137
|
-
* rbgdk-pixbuf.c: slightly more general warning messages
|
138
|
-
|
139
|
-
2006-12-28 Masao Mutoh <mutoh@highway.ne.jp>
|
140
|
-
|
141
|
-
* rbgdk-pixbuf.c: Add a comment the change below.
|
142
|
-
|
143
|
-
2006-12-17 Kouhei Sutou <kou@cozmixng.org>
|
144
|
-
|
145
|
-
* extconf.rb, rbgdk-pixbuf.c, lib/gdk_pixbuf2.rb: moved
|
146
|
-
integration API of Gdk::Pixbuf and Cairo::Context from Ruby/GTK2.
|
147
|
-
|
148
|
-
2006-06-22 Guillaume Cottenceau
|
149
|
-
|
150
|
-
* rbgdk-pixbuf-loader.c: simplify code
|
151
|
-
|
152
|
-
2006-06-17 Masao Mutoh <mutoh@highway.ne.jp>
|
153
|
-
|
154
|
-
* sample/*.rb: Remove Gtk.init, Code cleanup.
|
155
|
-
|
156
|
-
2006-04-23 NISHI Takao
|
157
|
-
|
158
|
-
* rbgdk-pixdata.c: Gdk::Pixdata#length returns the size of pixel_data.
|
159
|
-
(length - GDK_PIXDATA_HEADER_LENGTH).
|
160
|
-
Gdk::Pixdata#pixel_data returns the data size of length -
|
161
|
-
GDK_PIXDATA_HEADER_LENGTH. [Patch#1473708]
|
162
|
-
|
163
|
-
2005-09-24 Guillaume Cottenceau
|
164
|
-
|
165
|
-
* rbgdk-pixbuf.c, rbgdk-pixbuf.h, rbgdk-pixbufsimpleanim.c,
|
166
|
-
sample/simpleanim.rb: 2.8: add Gdk::PixbufSimpleAnim with #new
|
167
|
-
and #add_frame
|
168
|
-
|
169
|
-
2005-09-18 Kouhei Sutou <kou@cozmixng.org>
|
170
|
-
|
171
|
-
* rbgdk-pixbuf.c (get_pixels): Fix pixels size.
|
172
|
-
|
173
|
-
2005-07-23 Masao Mutoh <mutoh@highway.ne.jp>
|
174
|
-
|
175
|
-
* rbgdk-pixbuf.c, rbgdk-pixbuf-loader.c, rbgdk-pixbuf-format.c:
|
176
|
-
Fix a compiling warning.
|
177
|
-
|
178
|
-
2005-03-22 Mirko Maischberger <mirko@lilik.it>
|
179
|
-
|
180
|
-
* sample/*.rb: sh-bang (!#) normalization.
|
181
|
-
Reported by Mezz
|
182
|
-
|
183
|
-
2005-03-06 Masao Mutoh <mutoh@highway.ne.jp>
|
184
|
-
|
185
|
-
* rbgdk-pixbuf-format.c: Fix a compilation problemn on GTK+-2.0.x.
|
186
|
-
* README: Revised.
|
187
|
-
|
188
|
-
2005-02-13 Masao Mutoh <mutoh@highway.ne.jp>
|
189
|
-
|
190
|
-
* rbgdk-pixbuf.c: Implement gdk_pixbuf_new_from_file_at_scale
|
191
|
-
as Gdk::Pixbuf.new.
|
192
|
-
* rbgdk-pixbuf-format.c: Added Gdk::PixbufFormat#scalable?,
|
193
|
-
#disable?, #set_disabled, #license.
|
194
|
-
* rbgdk-pixbuf.c: Added Gdk::Pixbuf#rotate, #flip for GTK+-2.6.
|
195
|
-
* sample/flip.rb, rotate.rb: Added.
|
196
|
-
|
197
|
-
2005-02-01 Masao Mutoh <mutoh@highway.ne.jp>
|
198
|
-
|
199
|
-
* extconf.rb: Use create_makefile_at_srcdir.
|
200
|
-
|
201
|
-
2005-01-30 Masao Mutoh <mutoh@highway.ne.jp>
|
202
|
-
|
203
|
-
* extconf.rb: Follow mkmf-gnome2.rb changes.
|
204
|
-
|
205
|
-
2004-12-16 leon breedt <bitserf@gmail.com>
|
206
|
-
|
207
|
-
* rbgdk-pixbuf-format.c, rbgdkpixbuf.h: Fix compilation problems.
|
208
|
-
|
209
|
-
2004-12-01 Masao Mutoh <mutoh@highway.ne.jp>
|
210
|
-
|
211
|
-
* rbgdk-pixbufanimation.c: Fix a wrong number of arguments for
|
212
|
-
Gdk::PixbufAnimationIter#advance.
|
213
|
-
* rbgdk-pixbuf.c: Fix memoryleak for Gdk::Pixbuf#add_alpha.
|
214
|
-
* rbgdk-pixbuf-loader.c: Undef Gdk::PixbufLoader#dup.
|
215
|
-
* rbgdk-pixbuf.c: Fix a compilation warning.
|
216
|
-
|
217
|
-
2004-11-30 Masao Mutoh <mutoh@highway.ne.jp>
|
218
|
-
|
219
|
-
* rbgdk-pixbuf-loader.c: Fix an error message.
|
220
|
-
|
221
|
-
2004-11-14 Masao Mutoh <mutoh@highway.ne.jp>
|
222
|
-
|
223
|
-
* rbgdk-pixbuf.c, rbgdk-pixbuf-format.c:
|
224
|
-
Fix compiling warning/error under GTK+-2.2.4.
|
225
|
-
* rbgdk-pixbuf-loader.c, extconf.rb: Support GTK+-2.0.x again.
|
226
|
-
|
227
|
-
2004-11-06 Geoff Youngs <g@intersect-uk.co.uk>
|
228
|
-
|
229
|
-
* rbgdk-pixbuf.c: Gdk::Pixbuf.get_file_info()
|
230
|
-
Return image width and height as well as the GdkPixbufFormat
|
231
|
-
|
232
|
-
2004-09-23 Masao Mutoh <mutoh@highway.ne.jp>
|
233
|
-
|
234
|
-
* lib/gdk_pixbuf2.rb: Improved log handling.
|
235
|
-
Added Gdk::Pixbuf::LOG_DOMAIN.
|
236
|
-
Rename GLib::Log.set_error_domain to GLib::Log.set_log_domain.
|
237
|
-
|
238
|
-
2004-08-29 Masao Mutoh <mutoh@highway.ne.jp>
|
239
|
-
|
240
|
-
* lib/gdk_pixbuf2.rb: Added Gdk::PixbufLoader.open.
|
241
|
-
* rbgdk-pixbuf-loader.c: Added Gdk::PixbufLoader#format, #set_size
|
242
|
-
for GTK+-2.2.
|
243
|
-
* rbgdk-pixbuf.c: Added Gdk::Pixbuf#save_to_buffer.
|
244
|
-
|
245
|
-
2004-08-28 Masao Mutoh <mutoh@highway.ne.jp>
|
246
|
-
|
247
|
-
* rbgdk-pixbuf.c: Added Gdk::Pixbuf.formats, Gdk::Pixbuf#set_option for GTK+-2.2.
|
248
|
-
* rbgdk-pixbuf-format.c, sample/format.rb: Added for GTK+-2.2.
|
249
|
-
* rbgdk-pixbuf.c: Added Gdk::Pixbuf.new(filename, width, height),
|
250
|
-
Gdk::Pixbuf.get_file_info for GTK+-2.4.
|
251
|
-
|
252
|
-
2004-08-19 Masao Mutoh <mutoh@highway.ne.jp>
|
253
|
-
|
254
|
-
* rbgdk-pixbuf.c: Improve error handling.
|
255
|
-
|
256
|
-
2004-08-14 Masao Mutoh <mutoh@highway.ne.jp>
|
257
|
-
|
258
|
-
* rbgdk-pixbufanimation.c: parameters of Gdk::PixbufAnimation#get_iter,
|
259
|
-
Gdk::PixbufAnimationIter#advance are changed.
|
260
|
-
* rbgdk-pixbuf.c: Remove Gdk::Pixbuf.new_subpixbuf and merge it to
|
261
|
-
Gdk::Pixbuf.new.
|
262
|
-
* sample/inline.rb, pixdata.rb: Added.
|
263
|
-
|
264
|
-
2004-08-13 Masao Mutoh <mutoh@highway.ne.jp>
|
265
|
-
|
266
|
-
* rbgdk-pixdata.c: Rename Gdk::Pixdata#pixbuf to Gdk::Pixdata#to_pixbuf.
|
267
|
-
Fix a bug of Gdk::Pixdata.deserialize, Gdk::Pixdata#pixel_data.
|
268
|
-
Fix a memory leak of Gdk::Pixdata.from_pixbuf.
|
269
|
-
|
270
|
-
2004-07-03 Masao Mutoh <mutoh@highway.ne.jp>
|
271
|
-
|
272
|
-
* rbgdk-pixbuf.c: Remove Gdk::Pixbuf::VERSION which causes a segfault
|
273
|
-
on Win32 and tml's GTK+-2.4.0. Pointed out by Laurent.
|
274
|
-
|
275
|
-
2003-12-20 Masao Mutoh <mutoh@highway.ne.jp>
|
276
|
-
|
277
|
-
* rbgdk-pixbuf.c: Fix lack of the data in Gdk::Pixbuf.pixels.
|
278
|
-
(Bugs [857123])
|
279
|
-
|
280
|
-
2003-10-14 KATO Kazuyoshi <kzys@users.sf.net>
|
281
|
-
|
282
|
-
* rbgdk-pixbuf.c: Add Gdk::Pixbuf#pixels.
|
283
|
-
|
284
|
-
2003-10-10 Masao Mutoh <mutoh@highway.ne.jp>
|
285
|
-
|
286
|
-
* rbgdk-pixbuf.c: Fix memory leaks of Gdk::Pixbuf#scale, #composite.
|
287
|
-
(Bugs [814787])
|
288
|
-
|
289
|
-
2003-10-07 Masao Mutoh <mutoh@highway.ne.jp>
|
290
|
-
|
291
|
-
* rbgdk-pixbuf.c: Retry once if Gdk::Pixbuf.new is failed.
|
292
|
-
|
293
|
-
2003-09-01 Masao Mutoh <mutoh@highway.ne.jp>
|
294
|
-
|
295
|
-
* rbgdk-pixbuf.c: Apply enum/flags.
|
296
|
-
|
297
|
-
2003-08-28 Masao Mutoh <mutoh@highway.ne.jp>
|
298
|
-
|
299
|
-
* extconf.rb: Exit with 1 when the package is not found.
|
300
|
-
|
301
|
-
2003-08-21 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
|
302
|
-
|
303
|
-
* rbgdk-pixbuf.c: use G_DEF_CONSTANTS() and define enum/flags classes.
|
304
|
-
|
305
|
-
2003-07-12 Masao Mutoh <mutoh@highway.ne.jp>
|
306
|
-
|
307
|
-
* rbgdk-pixbuf.c: Seprate Gdk::Pixbuf#scale to #scale and #scale!.
|
308
|
-
Separate Gdk::Pixbuf#composite to #composite and #composite!.
|
309
|
-
* sample/scale.rb, composite.rb: Follow changes.
|
310
|
-
* ChangeLog: Revise date format.
|
311
|
-
|
312
|
-
2003-07-10 Mikael Magnusson <mikma@users.sourceforge.net>
|
313
|
-
|
314
|
-
* rbgdk-pixbuf.c, sample/scale.rb, composite.rb:
|
315
|
-
Gdk::Pixbuf#scale and #composite accept destination pixbuf instead of nil.
|
316
|
-
|
317
|
-
2003-05-27 Masao Mutoh <mutoh@highway.ne.jp>
|
318
|
-
|
319
|
-
* extconf.rb: Follow mkmf-gnome2.rb position changes.
|
320
|
-
|
321
|
-
2003-05-02 Geoff Youngs <g@intersect-uk.co.uk>
|
322
|
-
|
323
|
-
* rbgdk-pixbuf.c: Bugfix for Gdk::Pixbuf#composite
|
324
|
-
|
325
|
-
2003-03-07 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
|
326
|
-
|
327
|
-
* rbgdk-pixbuf-loader.c: rename write and close to
|
328
|
-
loader_write and loader_close respectively for avoiding crash with
|
329
|
-
system's definitions of these names
|
330
|
-
|
331
|
-
* extconf.rb: check if gdk_pixbuf_version is available or not.
|
332
|
-
Because tml's libgdk_pixbuf-2.0-0.dll doesn't export this.
|
333
|
-
* rbgdk-pixbuf.c: ditto
|
334
|
-
|
335
|
-
2003-02-17 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
|
336
|
-
|
337
|
-
* rbgdk-pixbufanimation.c: change tvsec and tvusec to static variable.
|
338
|
-
|
339
|
-
2003-02-14 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
|
340
|
-
|
341
|
-
* extconf.rb: Use ../mkmf-gnome.rb
|
342
|
-
|
343
|
-
2003-02-13 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
|
344
|
-
|
345
|
-
* rbgdk-pixbufanimation.c,rbgdk-pixdata.c: Suppress warnings.
|
346
|
-
|
347
|
-
2003-01-18 Masao Mutoh <mutoh@highway.ne.jp>
|
348
|
-
|
349
|
-
* *.[ch]: Update Copyright.
|
350
|
-
* sample/*: Update Copyright. Require 'gtk2'.
|
351
|
-
* sample/loader.rb: Added.
|
352
|
-
|
353
|
-
2003-01-18 Geoff Youngs <g@intersect-uk.co.uk>
|
354
|
-
|
355
|
-
* rbgdk-pixbuf-loader.c: Added.
|
356
|
-
|
357
|
-
2002-12-30 Masao Mutoh <mutoh@highway.ne.jp>
|
358
|
-
|
359
|
-
* rbgdk-pixbuf.c: Move GTK+'s functions to Ruby/GTK.
|
360
|
-
* lib/gdk_pixbuf2.rb: Remove "require 'gtk2'". Now, Ruby/GdkPixbuf doesn't depend on
|
361
|
-
Ruby/GTK.
|
362
|
-
* sample/.rb: Require 'gtk2' instead of 'gdk_pixbuf2'.
|
363
|
-
* sample/to_drawable: Move to gtk/sample/misc/.
|
364
|
-
* rbgdkpixbuf.h: Add a file.
|
365
|
-
* *.c: Include rbgdkpixbuf.h.
|
366
|
-
* README, COPYING.LIB: Change license term from "the GNU LIBRARY General Public
|
367
|
-
License version 2." to "the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.".
|
368
|
-
|
369
|
-
2002-12-13 Hiroshi IGARASHI <iga@ruby-lang.org>
|
370
|
-
|
371
|
-
* extconf.rb: add space before include directory option to $CFLAGS.
|
372
|
-
|
373
|
-
2002-12-07 Masao Mutoh <mutoh@highway.ne.jp>
|
374
|
-
|
375
|
-
* *.c: Change headers like as Ruby/GTK.
|
376
|
-
* rbgdk-pixdata.c: Add a file.
|
377
|
-
|
378
|
-
2002-11-27 Masao Mutoh <mutoh@highway.ne.jp>
|
379
|
-
|
380
|
-
* rbgdk-pixbuf.c: Follow Ruby/GLib changes.
|
381
|
-
Reported by Michael C. Libby <m_libby@andsoforth.com>.
|
382
|
-
|
383
|
-
2002-11-22 Masao Mutoh <mutoh@highway.ne.jp>
|
384
|
-
|
385
|
-
* rbgdk-pixbufanimation.c: Add a file.
|
386
|
-
* rbgdk-pixbuf.c: Rename Gdk::Pixbuf#option to Gdk::Pixbuf#get_option.
|
387
|
-
Add Gdk::Pixbuf#composite, #add_alpha, #copy_area,
|
388
|
-
#saturate_and_pixelate, #fill!.
|
389
|
-
BugFix for wrong arguments of Gdk::Pixbuf#initialize.
|
390
|
-
BugFix for Gdk::Pixbuf::VERSION.
|
391
|
-
* sample/composite.rb, utils.rb, floppybuddy.gif, anim.rb: Add samples.
|
392
|
-
|
393
|
-
2002-11-21 Masao Mutoh <mutoh@highway.ne.jp>
|
394
|
-
|
395
|
-
* rbgdk-pixbuf.c: Gdk::Pixbuf.new accept xpm data and colorspace.
|
396
|
-
Add Gdk::Pixbuf#get_subpixbuf, #dup.
|
397
|
-
* sample/xpm.rb: Add a sample.
|
398
|
-
* sample/scale.rb: Code cleanup.
|
399
|
-
|
400
|
-
2002-11-19 Masao Mutoh <mutoh@ejp1177linux.jpn.hp.com>
|
401
|
-
|
402
|
-
* rbgdk-pixbuf.c: Implement Gdk::Pixbuf#save.
|
403
|
-
Improve an error handling of Gdk::Pixbuf#initialize.
|
404
|
-
Change default interp_type of Gdk::Pixbuf#scale.
|
405
|
-
* sample/save.rb: Add a file.
|
406
|
-
|
407
|
-
2002-11-10 Masao Mutoh <mutoh@highway.ne.jp>
|
408
|
-
|
409
|
-
* README: Revised.
|
410
|
-
* COPYING: Removed.
|
411
|
-
|
412
|
-
2002-11-05 Masao Mutoh <mutoh@ejp1177linux.jpn.hp.com>
|
413
|
-
|
414
|
-
* rbgdk-pixbuf.c: Bugfix for "undefined symbol: DBL2INT", "CSTR2STR",
|
415
|
-
"STR2CSTR".
|
416
|
-
(pointed out by KUBO Takehiro <kubo@jiubao.org>)
|
417
|
-
* README: Add copyright.
|
418
|
-
|
419
|
-
2002-11-05 Masao Mutoh <mutoh@ejp1177linux.jpn.hp.com>
|
420
|
-
|
421
|
-
* rbgdk-pixbuf.c: Apply Ruby-GNOME2 rules.Code cleanup.Some modified.
|
422
|
-
* sample/test.rb: Removed.
|
423
|
-
* sample/*.rb: Follow Ruby/GTK2, rbgdk-pixbuf.c changes.
|
424
|
-
|
425
|
-
2002-09-14 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
|
426
|
-
|
427
|
-
* extconf.rb: Append -fnative-struct to $CFLAGS when G_OS_WIN32 is
|
428
|
-
defined
|
429
|
-
* lib/gdk_pixbuf2.rb: rename from lib/gdk_pixbuf.rb
|
430
|
-
* sample/*.rb: ditto
|
431
|
-
|
432
|
-
2002-08-03 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
|
433
|
-
|
434
|
-
* extconf.rb, rbgdk-pixbuf.c, lib/gdk_pixbuf.rb, sample/*.rb:
|
435
|
-
port to Ruby/GNOME2
|
436
|
-
|
437
|
-
2002-05-29 Masao Mutoh <mutoh@highway.ne.jp>
|
438
|
-
|
439
|
-
* README: Modified.
|
440
|
-
|
441
|
-
2001-11-24 Neil Conway <neilconway@rogers.com>
|
442
|
-
|
443
|
-
* MANIFEST: File removed.
|
444
|
-
|
445
|
-
2001-11-22 Akinori MUSHA <knu@iDaemons.org>
|
446
|
-
|
447
|
-
* extconf.rb: allow the user to specify where to find
|
448
|
-
glib-config and gdk-pixbuf-config.
|
449
|
-
|
450
|
-
2001-10-08 Neil Conway <neilconway@rogers.com>
|
451
|
-
|
452
|
-
* README: improve documentation, add contact info.
|
453
|
-
* ChangeLog: remove duplicate entries.
|
454
|
-
|
455
|
-
2001-10-05 Neil Conway <neilconway@rogers.com>
|
456
|
-
|
457
|
-
* extconf.rb: Fix typo.
|
458
|
-
|
459
|
-
2001-03-28 Hiroshi IGARASHI <iga@ruby-lang.org>
|
460
|
-
|
461
|
-
* rbgdk-pixbuf.c (new_from_file): check whether return value is NULL.
|
462
|
-
|
463
|
-
2001-02-25 Hiroshi IGARASHI <iga@ruby-lang.org>
|
464
|
-
|
465
|
-
* rbgdk-pixbuf.c (get_height): width and height were jumbled.
|
466
|
-
|
467
|
-
2001-01-13 Hiroshi IGARASHI <iga@ruby-lang.org>
|
468
|
-
|
469
|
-
* lib/gdk_pixbuf.rb: add wrapper library for loading depedencies.
|
470
|
-
|
471
|
-
2000-09-20 Hiroshi IGARASHI <iga@ruby-lang.org>
|
472
|
-
|
473
|
-
* rbgdk-pixbuf.c (scale):
|
474
|
-
now use GdkInterpType instead of ArtFilterLevel.
|
475
|
-
|
476
|
-
2000-03-30 Hiroshi IGARASHI <iga@ruby-lang.org>
|
477
|
-
|
478
|
-
* extconf.rb: use `gdk-pixbuf-config --libs'.
|
479
|
-
|
480
|
-
2000-03-30 Hiroshi IGARASHI <iga@ruby-lang.org>
|
481
|
-
|
482
|
-
* MANIFEST: create a file.
|