Re: [ITP] gdk-pixbuf-0.22.0-1

2004-12-03 Thread Gerrit P. Haase
Dr. Volker Zell wrote:
** WARNING **: Unable to load module: libcygpixbufloader-xpm.dll.so: dlopen, Win32 error 126
Maybe the module loader stuff is handled by gqview itself?
Gerrit
--
=^..^=


Re: [ITP] gdk-pixbuf-0.22.0-1

2004-12-02 Thread Dr. Volker Zell
> Yaakov Selkowitz writes:

> I would like to contribute gdk-pixbuf to the Cygwin distribution.  As
> this is included in Fedora Core and Debian testing, all it needs is a
> GTG review.

Everything builds fine but there is a missing dependency in setup.hint

namely: xorg-x11-bin-dlls

The selftest succeeds but there is a naming problem with the
pixbufloader dll's. in /lib/gdk-pixbuf/loaders

I tried building gqview-1.1.2 from

 o http://gqview.sourceforge.net/

which uses the image loader from gdk-pixbuf. I get the following during
startup:

07:40 PM [527]> /usr/local/src/gqview-1.1.2/.inst/usr/local/bin/gqview.exe 
GQview 1.1.2
This is a beta release, in active development.
Things may break from version to version.
Want stability? Use a 1.0 version. YOU WERE WARNED!

** WARNING **: Unable to load module: libpixbufloader-xpm.so: dlopen, Win32 
error 126

** WARNING **: Can't find gdk-pixbuf module for parsing inline XPM data


I tried patching: 

  cut here 
--
--- gdk-pixbuf-io.c.orig2004-12-02 19:30:56.942056000 +0100
+++ gdk-pixbuf-io.c 2004-12-02 19:30:11.096132800 +0100
@@ -236,7 +236,11 @@

name = image_module->module_name;

+#ifndef __CYGWIN__
module_name = g_strconcat ("pixbufloader-", name, NULL);
+#else
+   module_name = g_strconcat ("cygpixbufloader-", name, ".dll", NULL);
+#endif
path = g_module_build_path (PIXBUF_LIBDIR, module_name);

module = g_module_open (path, G_MODULE_BIND_LAZY);
  cut here 
--

But now I get:

07:43 PM [528]> /usr/local/src/gqview-1.1.2/.inst/usr/local/bin/gqview.exe 
GQview 1.1.2
This is a beta release, in active development.
Things may break from version to version.
Want stability? Use a 1.0 version. YOU WERE WARNED!

** WARNING **: Unable to load module: libcygpixbufloader-xpm.dll.so: dlopen, 
Win32 error 126

** WARNING **: Can't find gdk-pixbuf module for parsing inline XPM data


So we have to remove the lib and .so parts from the module_name and
we're in business.

By the way renaming the dll's to libXXX.so makes qgview work like a
charm.

So this is GTG if you'll fix the loader stuff.

Ciao
  Volker



Re: [ITP] gdk-pixbuf-0.22.0-1

2004-11-17 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Yaakov Selkowitz wrote:
| I would like to contribute gdk-pixbuf to the Cygwin distribution.  As
| this is included in Fedora Core and Debian testing, all it needs is a
| GTG review.
Ping?
Yaakov
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Cygwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBm7icpiWmPGlmQSMRAh4AAKDsmRQnjsr7WhuhUikKrH4mwTmgZACgg0/m
tByJL33ItJc3DmzWc4D39dA=
=/frI
-END PGP SIGNATURE-


[ITP] gdk-pixbuf-0.22.0-1

2004-11-11 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I would like to contribute gdk-pixbuf to the Cygwin distribution.  As
this is included in Fedora Core and Debian testing, all it needs is a
GTG review.
http://cygwin-ports.sourceforge.net/install/release/gdk-pixbuf/gdk-pixbuf-0.22.0-1-src.tar.bz2
http://cygwin-ports.sourceforge.net/install/release/gdk-pixbuf/gdk-pixbuf-0.22.0-1.tar.bz2
http://cygwin-ports.sourceforge.net/install/release/gdk-pixbuf/setup.hint
category: Graphics Libs X11
requires: cygwin glib gtk+ libiconv2 libintl3 libjpeg62 libpng12
libtiff5 zlib
sdesc: "Gdk and X11 image loading library"
ldesc: "The gdk-pixbuf library provides a number of features;
~  - GdkPixbuf structure for representing images.
~  - Image loading facilities, both synchronous and progressive.
~  - Rendering of a GdkPixbuf into various formats;
~drawables (windows, pixmaps), GdkRGB buffers.
~  - Fast scaling and compositing of pixbufs.
~  - Simple animation loading (ie. animated gifs).
~  - Xlib port of gdk-pixbuf.  This included library lets you use
~the gdk-pixbuf rendering functions on plain Xlib programs
~that do not use Gdk."
Yaakov
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Cygwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBlDuJpiWmPGlmQSMRAmGnAKDTskos7KdmjGgzkky2UdMLm//RgACdHEIL
7Wx6OLeL1lQWS7qHyv40OUs=
=H0Zw
-END PGP SIGNATURE-