Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42753 - New version of poedit (1.2.3 => 1.2.5)
Summary: New version of poedit (1.2.3 => 1.2.5)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo wxWidgets project
URL: http://poedit.sf.net
Whiteboard:
Keywords:
: 51520 56502 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-02-24 06:51 UTC by Priit Laes (IRC: plaes)
Modified: 2004-07-26 17:16 UTC (History)
3 users (show)

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


Attachments
poedit-1.2.5.ebuild (poedit-1.2.5.ebuild,736 bytes, text/plain)
2004-07-09 06:09 UTC, Shoshannah Forbes
Details
poedit-1.2.5-db4-compilation.patch (poedit-1.2.5-db4-compilation.patch,44.25 KB, patch)
2004-07-14 14:57 UTC, Vaclav Slavik
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Laes (IRC: plaes) 2004-02-24 06:51:39 UTC
There have been two new releases since the 1.2.3 version what is portage at the moment.

PS. Would it be possible to move poedit from dev-util to app-i18n (or app-editors), because poedit is a gettext catalog editor.
Comment 1 Priit Laes (IRC: plaes) 2004-02-24 14:27:09 UTC
This is a simple version bump.
Comment 2 Vaclav Slavik 2004-02-25 06:53:01 UTC
I second that. There are dev-util/poedit and app-text/gtranslator even thought they do exactly same thing. app-i18n sounds like most logical group for both of them to me, but app-text is more appropriate than dev-util -- I certainly didn't mean poEdit for developers, they are well capable of editing .po file in Vim ;)
Comment 3 Priit Laes (IRC: plaes) 2004-02-28 01:42:18 UTC
There's a >=db-3 in DEPEND:
DEPEND=">=x11-libs/wxGTK-2.3.4
        >=sys-libs/db-3

but there are some problems with it...
Firstly: libdb support is optional (it only adds extra features, because poedit compiles fine without it)
Secondly: poedit works only with db-3.* (not with db-4)
So >=db-3 should be changed to =db-3.* or to add some weird IUSE flag...
Comment 4 Priit Laes (IRC: plaes) 2004-02-28 01:44:09 UTC
Oh.. i forgot to mention that this "Extra feature" is "Support for translation memory"
Comment 5 Priit Laes (IRC: plaes) 2004-03-01 23:50:14 UTC
Could we still have a version bump, because the reason that I found out that Poedit was outdated was that 1.2.3 crashed on my machine (I suspected wxGTK incompatibilities)
Comment 6 roma1390 2004-05-09 15:24:12 UTC
I just emerget 1.2.5 ant this version and 1.2.3 too 
does segmentation foult when i select Help->About

bash-2.05b$ poedit 
Segmentation fault
Comment 7 Vaclav Slavik 2004-05-27 15:23:43 UTC
> but there are some problems with it...
> Firstly: libdb support is optional (it only adds extra features, because 
> poedit compiles fine without it)

This "extra feature" is rather important translation memory -- without it, the program is severely crippled. So the dependency is more than justified.

> Secondly: poedit works only with db-3.* (not with db-4)

This is not true. poEdit checks for db4 since 1.1.10 and works with API incompatible db4 version 4.1.25 since 1.2.3 -- have a look at the NEWS file.  If you are having some problems with db4, you should have reported them to me so that they could be fixed. I don't remember you filing bug report in poedit's tracker or writing about it to poedit-users.
Comment 8 Jordi Vilalta 2004-07-04 03:33:28 UTC
Today I've tried doing a version bump to 1.2.5 and it worked ok. The only problem is that it didn't recognize db4 (I have 4.1.25 installed).
Comment 9 Daniel Webert 2004-07-07 12:15:07 UTC
*** Bug 51520 has been marked as a duplicate of this bug. ***
Comment 10 Daniel Webert 2004-07-09 05:49:48 UTC
*** Bug 56502 has been marked as a duplicate of this bug. ***
Comment 11 Shoshannah Forbes 2004-07-09 06:09:43 UTC
Created attachment 35063 [details]
poedit-1.2.5.ebuild

This is an ebuild that worked fine for me (from bugs #56502 which was marked as
a  dupe of this one)
Comment 12 Vaclav Slavik 2004-07-14 14:57:09 UTC
Created attachment 35423 [details, diff]
poedit-1.2.5-db4-compilation.patch

Turns out that poEdit really couldn't detect db4 *if it was built with
versioned symbols* (as Gentoo does). If you apply attached patch (which will be
part of poedit-1.2.6) to poedit-1.2.5 sources, then it will compile against any
libdb >= 3 currently in Portage.
Comment 13 Alastair Tse (RETIRED) gentoo-dev 2004-07-23 22:10:14 UTC
reassigning
Comment 14 Rob Cakebread (RETIRED) gentoo-dev 2004-07-26 17:16:23 UTC
Added to portage and moved to category app-i18n. Thanks for the patch, Vaclav.