Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 242482 - media-gfx/ufraw version bump to 0.14.1
Summary: media-gfx/ufraw version bump to 0.14.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-17 16:52 UTC by Kerie
Modified: 2009-03-10 23:06 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Rough ebuild for gtkimageview-1.6.1 (gtkimageview-1.6.1.ebuild,613 bytes, text/plain)
2008-10-29 21:14 UTC, Luud Heck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kerie 2008-10-17 16:52:42 UTC
New version 0.14 of media-gfx/ufraw is available (see http://ufraw.sourceforge.net). I am attaching an ebuild in a minute.

Reproducible: Always

Steps to Reproduce:
1. Install ufraw
2.
3.
Comment 1 Markus Meier gentoo-dev 2008-10-18 19:49:49 UTC
bumped in cvs, thanks for the report.
Comment 2 Alon Bar-Lev 2008-10-19 08:55:21 UTC
0.14.1 is just out, can you please also consider adding --enable-dst-correction and --enable-contrast?
Comment 3 Markus Meier gentoo-dev 2008-10-19 09:32:14 UTC
(In reply to comment #2)
> 0.14.1 is just out, can you please also consider adding --enable-dst-correction
> and --enable-contrast?

I saw the switches, but was unsure if I should enable them (or add USE-flags).

* Experimental contrast adjustment. Patch by Bruce Guenter. Enabled with './configure --enable-contrast'.
* Added --enable-dst-correction configuration option to use local time (with DST) for file timestamps.

IMHO a dst or timezone USE-flag would make sense. But I am not sure about the contrast switch, is this one visible in the GUI or just an alternative algorithm for the contrast bar in the GUI?
Comment 4 David King 2008-10-19 13:29:30 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > 0.14.1 is just out, can you please also consider adding --enable-dst-correction
> > and --enable-contrast?
> 
> I saw the switches, but was unsure if I should enable them (or add USE-flags).
> 
> * Experimental contrast adjustment. Patch by Bruce Guenter. Enabled with
> './configure --enable-contrast'.
> * Added --enable-dst-correction configuration option to use local time (with
> DST) for file timestamps.
> 
> IMHO a dst or timezone USE-flag would make sense. But I am not sure about the
> contrast switch, is this one visible in the GUI or just an alternative
> algorithm for the contrast bar in the GUI?
> 

Markus,

The contrast adjustment code and UI option is disabled if --enable-contrast is not passed to configure. It is still marked as experimental by the UFRaw authors as the results are inconsistent. See http://sourceforge.net/forum/forum.php?thread_id=2218079&forum_id=434060
Comment 5 Markus Meier gentoo-dev 2008-10-19 14:36:43 UTC
bumped in cvs, added USE-flags for dst and contrast option.
Comment 6 Tomasz Golinski 2008-10-19 18:34:48 UTC
Contrast adjustment works great for me and if it works badly for someone, he may simply set it to 1.00 and thus ignore :) So I agree it should have use-flag.

I also strongly suggest to add ebuild for GtkImageView http://trac.bjourne.webfactional.com/wiki - it provides zoom control to image preview.
Without it UFRaw loses much of its usability.
Comment 7 Luud Heck 2008-10-29 21:14:12 UTC
Created attachment 170269 [details]
Rough ebuild for gtkimageview-1.6.1

This is a rough ebuild for gtkimageview-1.6.1

Dependencies are missing
You need to download the source tarball manually from the website and place it in your distfiles directory as I don't know how to handle the options in the url properly (there is an additional "?format=raw" parameter).

I put it in my portage overlay under x11-libs as that seems the most logical place for it.

Once this is installed, ufraw will detect gtkimageview and enable it so you have a scrollable preview window.I tested it with ufraw-0.14.1

Hope this helps those dearly missing this functionality of ufraw...
Comment 8 Markus Meier gentoo-dev 2009-03-10 23:06:49 UTC
just FYI, gtkimageview is going to be mandatory for the next release of ufraw. I already prepared an ebuild for gtkimageview, which is available in my overlay: http://git.overlays.gentoo.org/gitweb/?p=dev/maekke.git;a=summary
I will add it to the tree as soon as there's a new ufraw release.