libungif has been renamed to giflib:
"Work on libungif has been halted due to the expiration of the patent on LZW.
giflib continues to have bugfixes and patches merged. As part of this work,
the sourceforge project has been renamed from libungif to giflib."
(http://sourceforge.net/forum/forum.php?forum_id=753553)
many changes and fixes, including extended EXIF support, and option to
save as png 8 or 16 bits.
originally from sthen@, with tweaks by me
ok merdely@
"if it makes sense, commit it" mbalmer@
- don't crash on corrupt CR2 files
- extract largest JPEG from X3F files
- new DNG matrices
- support new cameras from Canon, Fuji, Hasselblad, Nikon, Nokia,
Olympus, Panasonic, Pentax, Sony
from brad, "go for it" okan
it makes more sense to add devhelp as run_depends for gnome-session and
leave it to the user to install it manually for other packages
"if you're as happy as a pig in poop, commit it" jasper@
GPicView is a simple and fast GTK based image viewer. The minimalistic
design makes it extremly lightweight and fast with low memory usage.
from Robin Eklind <robin0x00 at gmail dot com> with some tweaks
* precise license marker
* indent
* tweak DESCR
- use SUBST_VAR
- add gnomeprint support to the gnome FLAVOR
- use textproc/intltool MODULE
- fix a memleak that would lead to a crash when trying to export using
pixbux(png, jpg...); from GNOME svn
Pycha is a very simple Python package for drawing charts using the great
Cairo library. Its goals are to be lightweight, simple to use, nice
looking with default values, allow customization. It won't try to draw
any possible chart on earth but draw the most common ones nicely.
from niallo@; ok merdely@
xoris is a simple util that dumps a rgb-color value of any part of the
screen to stdout. The program can do this in three variants:
1. hex (#b0958e)
2. string of rgb numbers (229 229 229)
3. abstract name (gray90)
To get such enumerated color specifications, click: Button1,
Ctrl+Button1, Shift+Button1 correspondingly.
thanks to responsive upstream, no patches required
ok eric@
gtk-update-icon-cache is part of gtk+2: adding gtk+2 to run_depends just
to update the icon cache (which only gtk apps can use) is overkill to
say the least!
As from now, each time icons are installed under %D/share/icons, we try
to execute gtk-update-icon-cache and if it is not there, we just ignore
the error.
What it means is that if you have gtk+2 installed, then it'll run fine
and your apps will be able to use the cache. Otherwise, it will silently
fails which is fine since it means none of your apps would have been
able to take advantage of the cache anyway.
discussed with jasper@
- Slideshow icon in settings
- crash when displaying 1BPP BMP images
- crash with Jpeg images containing incorrect Exif information due to
Exiv2 API misuse
From brad@ (tested/confirmed by me)