Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348310 - kde-misc/qtrans-0.2.2.6: version bump request
Summary: kde-misc/qtrans-0.2.2.6: version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo KDE team
URL: http://kde-apps.org/content/show.php/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 21:25 UTC by Martin Walch
Modified: 2011-04-28 21:17 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Walch 2010-12-09 21:25:22 UTC
26/02/2010 *-* version 0.2.2.5
- ToolBar new buttons: arrow-left, arrow-right
- faster look up in *.bgl dictionaries if the language menu "Enable Alternates"
  is not enabled
- correct output of such words as "à" by StarDict dictionaries if
  the language menu "Look up in whole StarDict" is activated
- additional encodings
- new dictionary table menu entry: "Find"
- new check box in Settings' submenu Misc: "Record Translation"                 (rel. 5)

12/02/2010 *-* version 0.2.2.4
- new language menu entry: "Look up in whole StarDict"

28/01/2010 *-* version 0.2.2.3
- changes on output of StarDict dictionaries

Renaming the ebuild works for me.
Comment 1 Martin Walch 2010-12-28 22:50:46 UTC
19/12/2010 *-* version 0.2.2.6
- support for Dictd dictionaries: *.dict, *dict.dz (*.index)
- new ToolBar button: "Character Map" (release 1)

Just renaming the ebuild still seems to be sufficient.
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2011-01-03 20:59:03 UTC
Bumped, thanks!
Comment 3 Chema 2011-03-30 18:05:32 UTC
I can't compile Qtrans using this ebuild, it dies with this error

/tmp/portage/kde-misc/qtrans-0.2.2.6/work/qtrans-0.2.2.6/src/plugins/stardict/stardict.cpp: En la función miembro ‘QString StarDict::parseData(const char*)’:
/tmp/portage/kde-misc/qtrans-0.2.2.6/work/qtrans-0.2.2.6/src/plugins/stardict/stardict.cpp:1127:1: error: no hay una declaración de devolución en la función que no devuelve void
/tmp/portage/kde-misc/qtrans-0.2.2.6/work/qtrans-0.2.2.6/src/plugins/stardict/stardict.cpp: En el ámbito global:
/tmp/portage/kde-misc/qtrans-0.2.2.6/work/qtrans-0.2.2.6/src/plugins/stardict/stardict.cpp:1124:9: aviso: parámetro ‘data’ sin uso
/tmp/portage/kde-misc/qtrans-0.2.2.6/work/qtrans-0.2.2.6/src/plugins/stardict/stardict.cpp:1154:6: aviso: parámetro ‘file’ sin uso
make[2]: *** [src/CMakeFiles/qtrans.dir/plugins/stardict/stardict.o] Error 1

http://pastebin.com/JzUdRTVz


But if i follow the instructions on te Readme file of QTrans:

cmake . -DCMAKE_INSTALL_PREFIX=/usr
make
make install

It compiles and install without problem.
Comment 4 Chema 2011-04-06 15:26:30 UTC
Doesn't happen to anyone?

Or maybe i need to open a new bug?
Comment 5 Tomáš Chvátal (RETIRED) gentoo-dev 2011-04-28 21:17:24 UTC
That thing is mess over mess (and the code is seriously horrible).

The issue is triggered because our toolchain is quite strict and does not allow crappy code (runtime issues) to be compiled. I patched the issue around by hiding the issue itself, so you can at least install it.