Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87972 - mbrola-3.0.1h-r2 (update): wrong dependency, etc.
Summary: mbrola-3.0.1h-r2 (update): wrong dependency, etc.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-04 15:54 UTC by Vincent Poinot
Modified: 2005-07-24 14:40 UTC (History)
2 users (show)

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


Attachments
Ebuild (mbrola-3.0.1h-r2.ebuild,2.16 KB, text/plain)
2005-04-04 15:57 UTC, Vincent Poinot
Details
New ebuild: fixes ~arch and USE flags... (mbrola-3.0.1h-r2.ebuild,2.17 KB, text/plain)
2005-04-04 23:33 UTC, Vincent Poinot
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Poinot 2005-04-04 15:54:18 UTC
MBROLA, as a backend to Festival, should not depend on it.
This ebuild fixes this, plus a few other things:
  - better FHS compliance: MBROLA is now installed in /opt/mbrola/ (binary and voices)
  - as a consequence, MBROLA voices can be reused with different TTS systems without having to copy them in different places
  - added support for foreign languages using: besides English, I added French, German and Spanish to be turned on with use flags fr-fr, de, es-es.

(I also update Festival ebuild to take into account these modifications)

Vincent.
Comment 1 Vincent Poinot 2005-04-04 15:57:15 UTC
Created attachment 55313 [details]
Ebuild
Comment 2 Vincent Poinot 2005-04-04 16:51:52 UTC
Comment on attachment 55313 [details]
Ebuild

Ooops, forgot to use ~arch on this one...
Comment 3 Vincent Poinot 2005-04-04 23:33:45 UTC
Created attachment 55330 [details]
New ebuild: fixes ~arch and USE flags...

I had forgotten to check all USE flags were defined in IUSE. This is done.
Similarly, all arch are marked ~.
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2005-07-23 18:02:10 UTC
the check for ${A} isn't really neccessary in the arc_unpack().  We know it'll
be set.

Also, these changes look really good.  Would you be willing to help maintain
them with the accessibility herd?  We're a bit short-handed.
Comment 5 Jeremy Huddleston (RETIRED) gentoo-dev 2005-07-23 18:33:44 UTC
In portage, thanks.
Comment 6 Vincent Poinot 2005-07-24 04:03:31 UTC
Really glad you appreciate my suggestions.
I would be pleased to give you a hand if you need: just ask me.

Also, personnally, I am not completely satisfied with the language flags I use
to choose what voices to install, but I could not think of a better solution.
What do you think?
If you have a better idea, as long as it is clean, robust, I would be really
happy to help to implement it, no matter how difficult!
Comment 7 Jeremy Huddleston (RETIRED) gentoo-dev 2005-07-24 14:40:52 UTC
I'm using linguas_<language> to select them as that is what other ebuilds use
for localization.

If you'd like to help out, come see dmwaters or myself on IRC (irc.freenode.net)
in #gentoo-accessibility

Thanks.