Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292773 - app-text/stardict: Install more utilities from the tools/ directory in 3.0.3 (or above) tarball
Summary: app-text/stardict: Install more utilities from the tools/ directory in 3.0.3 ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal enhancement with 1 vote (vote)
Assignee: Spell checking utilities and dictionaries -- related bugs (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-11 10:58 UTC by andcycle-gentoo.bugs
Modified: 2012-01-22 22:49 UTC (History)
2 users (show)

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


Attachments
app-dicts/stardict-tools-3.0.1.ebuild (stardict-tools-3.0.1.ebuild,1.91 KB, text/plain)
2010-12-16 17:06 UTC, Sergey Kondakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description andcycle-gentoo.bugs 2009-11-11 10:58:29 UTC
we do have app-dicts/stardict,
but we are missing stardict-tools for creating dict

http://stardict.sourceforge.net/other.php

Reproducible: Always
Comment 1 Sergey Kondakov 2010-12-16 17:06:41 UTC
Created attachment 257336 [details]
app-dicts/stardict-tools-3.0.1.ebuild

here is my stardict-tools ebuild i wrote in fruitless hopes that some of those tools will help me to compile damn foldoc source[http://foldoc.org/source.html] into something comprehensive...

anyway, there are 2 issues:
1) it doesn't build with gcc 4.5 (and, probably 4.4 too) so i used 4.2 personaly. patching is needed
2) looks like it doesn't like '--as-needed', so i had to build with LDFLAGS="". again, patching/bugreporting upstream needed.
Comment 2 zvasylvv 2011-01-12 07:24:09 UTC
With new version of stardict this tool also has been updated
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2012-01-08 17:28:54 UTC
+*stardict-3.0.3 (08 Jan 2012)
+
+  08 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> +stardict-3.0.3.ebuild,
+  +files/stardict-3.0.3-correct-glib-include.patch,
+  +files/stardict-3.0.3-entry.patch, +files/stardict-3.0.3-gcc46.patch,
+  metadata.xml:
+  Version bump wrt #351416 by "zvasylvv". Remove unnecessary runtime depend for
+  festival and resort to pkg_postinst() message wrt #330351 by Andrew
+  Savchenko. Fix building with GLIB >= 2.31 wrt #396219 by Oschtan. USE="tools"
+  to install utilities which have been moved to the main package since 3.0.3
+  wrt #292773 by "andcycle-gentoo.bugs".
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2012-01-08 17:49:54 UTC
actually, I've only added USE="editor" for now.   rest of the tools are in tools/ directory but they didn't get installed by "make install" like the stardict-editor.

will work on this ...
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2012-01-22 22:49:39 UTC
Fixed in 3.0.3-r2

+*stardict-3.0.3-r2 (22 Jan 2012)
+
+  22 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
+  +stardict-3.0.3-r2.ebuild, metadata.xml:
+  Install noinst_PROGRAMS with stardict_ prefix from tools/src/Makefile.am wrt
+  #292773 by Sergey Kondakov