pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/28889: bug in graphics/gdk-pixbuf
>Number: 28889
>Category: pkg
>Synopsis: bug in graphics/gdk-pixbuf
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Jan 06 20:48:00 +0000 2005
>Originator: Georg Schwarz
>Release: current pkgsrc
>Organization:
>Environment:
IRIX lorenz 5.3 08031225 IP20 mips
>Description:
Since gdk-pixbuf 0.22 seems to be unmaintained by the Gnome project, maybe
pkgsrc can look into and fix, if necessary, the following issue:
http://bugzilla.gnome.org/show_bug.cgi?id=156186
In gdk-pixbuf io-gif.c line 620 reads
if (w > 0 && h > 0)
Shouldn´t that be rather
if (*w > 0 && *h > 0)
On my system at least I have to modify io-gif.c in order for compiling not to
fail.
>How-To-Repeat:
>Fix:
patch io-gif.c.
Home |
Main Index |
Thread Index |
Old Index