Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258358 - app-text/omegat bundles an internal (binary?) copy of libhunspell and bundled jars
Summary: app-text/omegat bundles an internal (binary?) copy of libhunspell and bundled...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 264415
Blocks: 69972 bundled-libs
  Show dependency tree
 
Reported: 2009-02-09 19:09 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2012-04-13 19:54 UTC (History)
2 users (show)

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 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-02-09 19:09:10 UTC
/usr/lib/omegat/libhunspell-i386.so
Comment 1 Serkan Kaba (RETIRED) gentoo-dev 2009-02-09 22:37:49 UTC
Sorry I wasn't able to review the attachment in bug #245705 in time. I examined the source and saw that it uses jna to access hunspell library (which it provides a built in version)

So here's what we need to do (some of them being optional tasks)

* I have local ebuilds for jmyspell-core and vldocking which I may commit to java-overlays.
* We already have an ebuild for htmlparser in java-experimental which I may move to java-overlay after testing.
* The source hard depends on both jmyspell-core and jna for the spell-checking but favors one of them at runtime. So here we may choose to patch the sources
to depend on one we choose or ask upstream to make that configurable during build.
* jna in java-overlay depends on gcc-4.3 possibly because the need of libffi. I need someone with gcc-4.3 to do its testing. Other than that I guess we need to patch the sources to look for a system hunspell.
Comment 2 Pacho Ramos gentoo-dev 2012-04-13 19:54:00 UTC
omegat was dropped