diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-05-09 14:17:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-05-09 14:17:37 +0000 |
commit | daa144cd0b9b412cc04b0454dad07e0d05f7d852 (patch) | |
tree | 01af9829c98b16d95b8f7a06858019e674ab0f1a /app-text/stardict | |
parent | Mask multilib bluez. (diff) | |
download | gentoo-2-daa144cd0b9b412cc04b0454dad07e0d05f7d852.tar.gz gentoo-2-daa144cd0b9b412cc04b0454dad07e0d05f7d852.tar.bz2 gentoo-2-daa144cd0b9b412cc04b0454dad07e0d05f7d852.zip |
Version bump wrt #451730 by Agostino Sarubbo
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-text/stardict')
-rw-r--r-- | app-text/stardict/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/stardict/stardict-3.0.4.ebuild | 133 |
2 files changed, 139 insertions, 1 deletions
diff --git a/app-text/stardict/ChangeLog b/app-text/stardict/ChangeLog index 1dfbe978da24..5808ae8bbe34 100644 --- a/app-text/stardict/ChangeLog +++ b/app-text/stardict/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/stardict # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/ChangeLog,v 1.33 2014/01/05 11:34:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/ChangeLog,v 1.34 2014/05/09 14:17:37 ssuominen Exp $ + +*stardict-3.0.4 (09 May 2014) + + 09 May 2014; Samuli Suominen <ssuominen@gentoo.org> +stardict-3.0.4.ebuild: + Version bump wrt #451730 by Agostino Sarubbo 05 Jan 2014; Pacho Ramos <pacho@gentoo.org> metadata.xml: Cleanup due http://gentoo.2317880.n4.nabble.com/app-dicts-herd-is-empty- diff --git a/app-text/stardict/stardict-3.0.4.ebuild b/app-text/stardict/stardict-3.0.4.ebuild new file mode 100644 index 000000000000..72128466e2c0 --- /dev/null +++ b/app-text/stardict/stardict-3.0.4.ebuild @@ -0,0 +1,133 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.4.ebuild,v 1.1 2014/05/09 14:17:36 ssuominen Exp $ + +EAPI=5 + +# NOTE: Even though the *.dict.dz are the same as dictd/freedict's files, +# their indexes seem to be in a different format. So we'll keep them +# seperate for now. + +# NOTE: Festival plugin crashes, bug 188684. Disable for now. + +GNOME2_LA_PUNT=yes +GCONF_DEBUG=no + +inherit eutils gnome2 + +DESCRIPTION="A international dictionary supporting fuzzy and glob style matching" +HOMEPAGE="http://code.google.com/p/stardict-3/" +SRC_URI="http://${PN}-3.googlecode.com/files/${P}.tar.bz2 + pronounce? ( http://${PN}-3.googlecode.com/files/WyabdcRealPeopleTTS.tar.bz2 ) + qqwry? ( mirror://gentoo/QQWry.Dat.bz2 )" + +LICENSE="CPL-1.0 GPL-3 LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="espeak gnome gucharmap qqwry pronounce spell tools" + +RESTRICT="test" + +COMMON_DEPEND=">=dev-libs/glib-2.16 + dev-libs/libsigc++:2 + sys-libs/zlib + >=x11-libs/gtk+-2.20:2 + gnome? ( + >=gnome-base/libbonobo-2 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2 + >=gnome-base/gconf-2 + >=gnome-base/orbit-2 + ) + gucharmap? ( >=gnome-extra/gucharmap-2.22.1:0 ) + spell? ( >=app-text/enchant-1.2 ) + tools? ( + dev-libs/libpcre + dev-libs/libxml2 + virtual/mysql + )" +RDEPEND="${COMMON_DEPEND} + espeak? ( >=app-accessibility/espeak-1.29 )" +DEPEND="${COMMON_DEPEND} + app-text/docbook-xml-dtd:4.3 + app-text/gnome-doc-utils + dev-libs/libxslt + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-3.0.3-zlib-1.2.5.2.patch + + # error: undefined reference to 'g_module_symbol' wrt #451730#c6 + sed -i -e '/DEP_MODULES/s:glib-2.0:gmodule-2.0 &:' dict/configure || die + + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + $(use_enable tools) \ + --disable-scrollkeeper \ + $(use_enable spell) \ + $(use_enable gucharmap) \ + --disable-festival \ + $(use_enable espeak) \ + $(use_enable qqwry) \ + --disable-updateinfo \ + $(use_enable gnome gnome-support) \ + --disable-gpe-support \ + --disable-schemas-install +} + +src_install() { + gnome2_src_install + + dodoc dict/doc/{Documentation,FAQ,HACKING,HowToCreateDictionary,Skins,StarDictFileFormat,Translation} + + if use qqwry; then + insinto /usr/share/${PN}/data + doins ../QQWry.Dat + fi + + if use pronounce; then + docinto WyabdcRealPeopleTTS + dodoc ../WyabdcRealPeopleTTS/{README,readme.txt} + rm -f ../WyabdcRealPeopleTTS/{README,readme.txt} + insinto /usr/share + doins -r ../WyabdcRealPeopleTTS + fi + + # noinst_PROGRAMS with ${PN}_ prefix from tools/src/Makefile.am wrt #292773 + if use tools; then + local app + local apps="${PN}-editor pydict2dic olddic2newdic oxford2dic directory2dic + dictd2dic wquick2dic ec50 directory2treedic treedict2dir jdictionary mova + xmlinout soothill kanjidic2 powerword kdic 21tech 21shiji buddhist + tabfile cedict edict duden ${PN}-dict-update degb2utf frgb2utf + jpgb2utf gmx2utf rucn kingsoft wikipedia wikipediaImage babylon + ${PN}2txt ${PN}-verify fest2dict i2e2dict downloadwiki + ooo2dict myspell2dic exc2i2e dictbuilder tabfile2sql KangXi Unihan + xiaoxuetang-ja wubi ydp2dict wordnet lingvosound2resdb + resdatabase2dir dir2resdatabase ${PN}-index ${PN}-text2bin + ${PN}-bin2text ${PN}-repair" + + for app in ${apps}; do + newbin tools/src/${app} ${PN}_${app} + done + fi +} + +pkg_postinst() { + elog "Note: festival text to speech (TTS) plugin is not built. To use festival" + elog 'TTS plugin, please, emerge festival and enable "Use TTS program." at:' + elog '"Preferences -> Dictionary -> Sound" and fill in "Commandline" with:' + elog '"echo %s | festival --tts"' + elog + elog "You will now need to install ${PN} dictionary files. If" + elog "you have not, execute the below to get a list of dictionaries:" + elog + elog " emerge -s ${PN}-" + + gnome2_pkg_postinst +} |