First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 156342
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Pacho Ramos <pacho@condmat1.ciencias.uniovi.es>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
gthumb-2.8.0.ebuild gthumb-2.8.0.ebuild text/plain Fabrice Delliaux 2006-11-26 19:05 0000 1.09 KB Details
infos emerge --info text/plain Fabrice Delliaux 2006-11-26 19:10 0000 2.73 KB Details
iptc.patch iptc.patch patch Fabrice Delliaux 2006-11-27 04:40 0000 763 bytes Details | Diff
iptc.patch iptcdata support patch patch Fabrice Delliaux 2006-11-27 07:05 0000 984 bytes Details | Diff
gthumb-2.8.1.ebuild gthumb-2.8.1.ebuild text/plain Guido Imperiale 2007-01-11 01:14 0000 1.30 KB Details
gthumb-2.8.1-respect-zoom-pref.patch files/gthumb-2.8.1-respect-zoom-pref.patch patch Guido Imperiale 2007-01-11 01:15 0000 1.74 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 156342 depends on: Show dependency tree
Show dependency graph
Bug 156342 blocks: 130288
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-11-26 13:12 0000
http://ftp.gnome.org/pub/gnome/sources/gthumb/2.8/gthumb-2.8.0.tar.gz

Thanks a lot :-)

------- Comment #1 From Fabrice Delliaux 2006-11-26 19:05:19 0000 -------
Created an attachment (id=102815) [edit]
gthumb-2.8.0.ebuild


This fix bug #130288 and probably bug #111531.

Diff from 2.6.9 :

 - removed libpng dependency and png useflag, accordingly to changelog
(configure.in: remove the libpng check we use gdk_pixbuf_save to save png
images now)
 - patchs are now obsolete (applied upstream, and png check removed)
 - removed src_unpack(), and autotools eclass
 - increase dependencies dev-libs/glib to 2.6 and x11-libs/gtk+ to 2.8 (see
configure.in)



Built, successfully emerged and seems to work fine on the following system
(infos attached) with theses useflags :

-----------------------
# emerge -pv gthumb

These are the packages that would be merged, in order:

Calculating dependencies ... done!
[ebuild   R   ] media-gfx/gthumb-2.8.0  USE="exif jpeg tiff -debug -gphoto2" 0
kB [1] 

Total: 1 package (1 reinstall), Size of downloads: 0 kB
Portage overlays:
 [1] /usr/local/portage
------------------------



References :
 - http://bugzilla.gnome.org/show_bug.cgi?id=340947
 -
http://cvs.gnome.org/viewcvs/gthumb/components/catalog-view/Makefile.am?r1=1.6&r2=1.7
 - changelog


Thanks.

------- Comment #2 From Fabrice Delliaux 2006-11-26 19:10:23 0000 -------
Created an attachment (id=102816) [edit]
emerge --info

------- Comment #3 From Fabrice Delliaux 2006-11-27 04:40:46 0000 -------
Created an attachment (id=102840) [edit]
iptc.patch

Patch for the previous ebuild to add media-libs/libiptcdata-0.2.1 support.
This is an optionnal dependency since gthumb >= 2.7.1.

See bug #156398.

------- Comment #4 From Fabrice Delliaux 2006-11-27 07:05:42 0000 -------
Created an attachment (id=102844) [edit]
iptcdata support patch


New patch. The previous was wrong :
 - the useflag must be iptcdata, not iptc.
 - exif useflag must be enabled w/ iptcdata. 

Add the *doc* useflag to prevent :
QA Notice: USE Flag 'doc' not in IUSE for media-gfx/gthumb-2.8.0

------- Comment #5 From Alexander Skwar 2006-11-29 00:22:00 0000 -------
When will we finally see a working gthumb again? (cf bug #130288)

------- Comment #6 From Gerhard Hintermayer 2007-01-02 06:47:47 0000 -------
Yes, working and recent. 2.8.1 has been released stable for nearly a month. Can
the (patched) ebuild (2.8.0) be modified for testing (I'd be willing to
help/emerge)

------- Comment #7 From Fabrice Delliaux 2007-01-02 11:02:09 0000 -------
(In reply to comment #6)
> Can the (patched) ebuild (2.8.0) be modified for testing (I'd be willing to
> help/emerge)
> 

Just rename 2.8.0 ebuild to 2.8.1.

The changelog from 2.8.0 to 2.8.1 is :

> Changes since previous version:
>
>    * Fixed compilation warning.
>    * Fixed minor image list issues.

Seems to work fine here.

------- Comment #8 From Neil 2007-01-02 20:37:26 0000 -------
(In reply to comment #7)
> 
> Seems to work fine here.
> 

Works fine here as well.

I've also included the iptcdata flag and used the ebuild for it from #156398

------- Comment #9 From Gerhard Hintermayer 2007-01-03 02:09:50 0000 -------
Thanks for info. Work fine here too now. What are the required steps to put the
ebuild into portage tree ? No need to force users to use portage overlays to
get stable versions.



------- Comment #10 From Guido Imperiale 2007-01-11 01:07:41 0000 -------
Added patch to fix a nasty bug so that gthumb doesn't respect zoom preferences
when in fullscreen mode.

Upstream bug: http://bugzilla.gnome.org/show_bug.cgi?id=395237

------- Comment #11 From Guido Imperiale 2007-01-11 01:14:53 0000 -------
Created an attachment (id=106472) [edit]
gthumb-2.8.1.ebuild

------- Comment #12 From Guido Imperiale 2007-01-11 01:15:22 0000 -------
Created an attachment (id=106474) [edit]
files/gthumb-2.8.1-respect-zoom-pref.patch

------- Comment #13 From Daniel Gryniewicz 2007-01-23 19:31:57 0000 -------
2.8.1 is in the tree.

First Last Prev Next    No search results available      Search page      Enter new bug