* [gentoo-commits] gentoo-x86 commit in app-dicts/stardict: ChangeLog stardict-3.0.1-r2.ebuild
@ 2009-02-18 22:45 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-02-18 22:45 UTC (permalink / raw
To: gentoo-commits
eva 09/02/18 22:45:45
Modified: ChangeLog
Added: stardict-3.0.1-r2.ebuild
Log:
Add gucharmap2 compatibility patch, bug #240728. Fix typoe, bug #253438.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.51 app-dicts/stardict/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 31 Aug 2008 15:43:38 -0000 1.50
+++ ChangeLog 18 Feb 2009 22:45:44 -0000 1.51
@@ -1,6 +1,12 @@
# ChangeLog for app-dicts/stardict
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.50 2008/08/31 15:43:38 ranger Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.51 2009/02/18 22:45:44 eva Exp $
+
+*stardict-3.0.1-r2 (18 Feb 2009)
+
+ 18 Feb 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ +files/stardict-3.0.1-gucharmap2.patch, +stardict-3.0.1-r2.ebuild:
+ Add gucharmap2 compatibility patch, bug #240728. Fix typoe, bug #253438.
31 Aug 2008; Brent Baude <ranger@gentoo.org> stardict-3.0.1-r1.ebuild:
stable ppc64, bug 236096
1.1 app-dicts/stardict/stardict-3.0.1-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild?rev=1.1&content-type=text/plain
Index: stardict-3.0.1-r2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild,v 1.1 2009/02/18 22:45:44 eva Exp $
inherit gnome2 eutils autotools
# 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.
IUSE="festival espeak gnome gucharmap qqwry pronounce spell"
DESCRIPTION="A GNOME2 international dictionary supporting fuzzy and glob style matching"
HOMEPAGE="http://stardict.sourceforge.net/"
SRC_URI="mirror://sourceforge/stardict/${P}.tar.bz2
qqwry? ( mirror://sourceforge/stardict/QQWry.Dat.bz2 )
pronounce? ( mirror://sourceforge/stardict/WyabdcRealPeopleTTS.tar.bz2 )"
RESTRICT="test"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
DEP="gnome? ( >=gnome-base/libbonobo-2.2.0
>=gnome-base/libgnome-2.2.0
>=gnome-base/libgnomeui-2.2.0
>=gnome-base/gconf-2
>=gnome-base/orbit-2.6
app-text/scrollkeeper )
spell? ( app-text/enchant )
gucharmap? ( >=gnome-extra/gucharmap-1.4.0 )
>=sys-libs/zlib-1.1.4
>=x11-libs/gtk+-2.12"
RDEPEND="${DEP}
espeak? ( >=app-accessibility/espeak-1.29 )
festival? ( =app-accessibility/festival-1.96_beta )"
DEPEND="${DEP}
>=dev-util/intltool-0.22
dev-util/pkgconfig"
pkg_setup() {
if (use gnome && use pronounce && ! built_with_use gnome-base/libgnome esd); then
ewarn 'Note, being built with USE="gnome" stardict uses gnome_sound_play()'
ewarn 'to play RealPeopleTTS sounds, which plays sounds only in case'
ewarn 'gnome-base/libgnome was built with USE="esd".'
fi
}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-configure.in-EST.diff
epatch "${FILESDIR}"/${P}-gconf-m4.diff
epatch "${FILESDIR}"/${P}-gcc43.patch
epatch "${FILESDIR}"/${P}-transparent_trayicon.patch
epatch "${FILESDIR}"/${P}-changelog-minor-typo-fixes.patch
# Fix compatibility with gucharmap-2, bug #240728
epatch "${FILESDIR}/${P}-gucharmap2.patch"
AT_M4DIR="m4" eautoreconf
gnome2_omf_fix
}
src_compile() {
export PKG_CONFIG=$(type -P pkg-config)
# Festival plugin crashes, bug 188684. Disable for now.
G2CONF="$(use_enable gnome gnome-support)
$(use_enable spell)
$(use_enable gucharmap)
$(use_enable espeak)
$(use_enable qqwry)
--disable-festival
--disable-advertisement
--disable-updateinfo"
gnome2_src_compile
}
src_install() {
gnome2_src_install
if use qqwry; then
insinto /usr/share/stardict/data
doins ../QQWry.Dat
fi
if use pronounce; then
dodir /usr/share/
mv ../WyabdcRealPeopleTTS "${D}"/usr/share/
fi
dodoc doc/{FAQ,HowToCreateDictionary,StarDictFileFormat,Translation,HACKING}
}
pkg_postinst() {
if use festival; then
elog "Note: festival text to speech (TTS) plugin is not built. To use festival"
elog 'TTS plugin, please, enable "Use TTS program." at:'
elog '"Preferences -> Dictionary -> Sound" and fill in "Commandline" with:'
elog '"echo %s | festival --tts"'
elog
fi
elog "You will now need to install stardict dictionary files. If"
elog "you have not, execute the below to get a list of dictionaries:"
elog
elog " emerge -s stardict-"
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-dicts/stardict: ChangeLog stardict-3.0.1-r2.ebuild
@ 2009-02-24 15:26 Peter Volkov (pva)
0 siblings, 0 replies; 4+ messages in thread
From: Peter Volkov (pva) @ 2009-02-24 15:26 UTC (permalink / raw
To: gentoo-commits
pva 09/02/24 15:26:07
Modified: ChangeLog stardict-3.0.1-r2.ebuild
Log:
Fixed dependency on festival, bug #260106, thank Oleksandr Pilipenko for report.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.52 app-dicts/stardict/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 18 Feb 2009 22:45:44 -0000 1.51
+++ ChangeLog 24 Feb 2009 15:26:07 -0000 1.52
@@ -1,6 +1,10 @@
# ChangeLog for app-dicts/stardict
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.51 2009/02/18 22:45:44 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.52 2009/02/24 15:26:07 pva Exp $
+
+ 24 Feb 2009; Peter Volkov <pva@gentoo.org> stardict-3.0.1-r2.ebuild:
+ Fixed dependency on festival, bug #260106, thank Oleksandr Pilipenko for
+ report.
*stardict-3.0.1-r2 (18 Feb 2009)
1.2 app-dicts/stardict/stardict-3.0.1-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild?r1=1.1&r2=1.2
Index: stardict-3.0.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stardict-3.0.1-r2.ebuild 18 Feb 2009 22:45:44 -0000 1.1
+++ stardict-3.0.1-r2.ebuild 24 Feb 2009 15:26:07 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild,v 1.1 2009/02/18 22:45:44 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild,v 1.2 2009/02/24 15:26:07 pva Exp $
inherit gnome2 eutils autotools
@@ -33,7 +33,7 @@
RDEPEND="${DEP}
espeak? ( >=app-accessibility/espeak-1.29 )
- festival? ( =app-accessibility/festival-1.96_beta )"
+ festival? ( ~app-accessibility/festival-1.96_beta )"
DEPEND="${DEP}
>=dev-util/intltool-0.22
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-dicts/stardict: ChangeLog stardict-3.0.1-r2.ebuild
@ 2009-08-19 14:20 Petteri Raty (betelgeuse)
0 siblings, 0 replies; 4+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-08-19 14:20 UTC (permalink / raw
To: gentoo-commits
betelgeuse 09/08/19 14:20:00
Modified: ChangeLog stardict-3.0.1-r2.ebuild
Log:
Migrate to EAPI 2 in order to get rid of built_with_use.
(Portage version: 2.2_rc38/cvs/Linux i686)
Revision Changes Path
1.54 app-dicts/stardict/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 24 Jul 2009 17:28:30 -0000 1.53
+++ ChangeLog 19 Aug 2009 14:20:00 -0000 1.54
@@ -1,6 +1,10 @@
# ChangeLog for app-dicts/stardict
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.53 2009/07/24 17:28:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.54 2009/08/19 14:20:00 betelgeuse Exp $
+
+ 19 Aug 2009; Petteri Räty <betelgeuse@gentoo.org>
+ stardict-3.0.1-r2.ebuild:
+ Migrate to EAPI 2 in order to get rid of built_with_use.
24 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
stardict-3.0.1-r2.ebuild, +files/stardict-3.0.1-gcc44.patch:
1.4 app-dicts/stardict/stardict-3.0.1-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild?r1=1.3&r2=1.4
Index: stardict-3.0.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- stardict-3.0.1-r2.ebuild 24 Jul 2009 17:28:30 -0000 1.3
+++ stardict-3.0.1-r2.ebuild 19 Aug 2009 14:20:00 -0000 1.4
@@ -1,6 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild,v 1.3 2009/07/24 17:28:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild,v 1.4 2009/08/19 14:20:00 betelgeuse Exp $
+
+EAPI="2"
inherit gnome2 eutils autotools
@@ -22,6 +24,7 @@
DEP="gnome? ( >=gnome-base/libbonobo-2.2.0
>=gnome-base/libgnome-2.2.0
+ pronounce? ( >=gnome-base/libgnome-2.2.0[esd] )
>=gnome-base/libgnomeui-2.2.0
>=gnome-base/gconf-2
>=gnome-base/orbit-2.6
@@ -39,18 +42,7 @@
>=dev-util/intltool-0.22
dev-util/pkgconfig"
-pkg_setup() {
- if (use gnome && use pronounce && ! built_with_use gnome-base/libgnome esd); then
- ewarn 'Note, being built with USE="gnome" stardict uses gnome_sound_play()'
- ewarn 'to play RealPeopleTTS sounds, which plays sounds only in case'
- ewarn 'gnome-base/libgnome was built with USE="esd".'
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
+src_prepare() {
epatch "${FILESDIR}"/${P}-configure.in-EST.diff
epatch "${FILESDIR}"/${P}-gconf-m4.diff
epatch "${FILESDIR}"/${P}-gcc43.patch
@@ -65,7 +57,7 @@
gnome2_omf_fix
}
-src_compile() {
+src_configure() {
export PKG_CONFIG=$(type -P pkg-config)
# Festival plugin crashes, bug 188684. Disable for now.
G2CONF="$(use_enable gnome gnome-support)
@@ -76,7 +68,7 @@
--disable-festival
--disable-advertisement
--disable-updateinfo"
- gnome2_src_compile
+ gnome2_src_configure
}
src_install() {
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-dicts/stardict: ChangeLog stardict-3.0.1-r2.ebuild
@ 2010-02-03 7:39 Peter Volkov (pva)
0 siblings, 0 replies; 4+ messages in thread
From: Peter Volkov (pva) @ 2010-02-03 7:39 UTC (permalink / raw
To: gentoo-commits
pva 10/02/03 07:39:17
Modified: ChangeLog stardict-3.0.1-r2.ebuild
Log:
Added dep on dev-libs/libsigc++, bug 275122, thank Rafał Mużyło for report.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.55 app-dicts/stardict/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 19 Aug 2009 14:20:00 -0000 1.54
+++ ChangeLog 3 Feb 2010 07:39:16 -0000 1.55
@@ -1,6 +1,10 @@
# ChangeLog for app-dicts/stardict
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.54 2009/08/19 14:20:00 betelgeuse Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.55 2010/02/03 07:39:16 pva Exp $
+
+ 03 Feb 2010; Peter Volkov <pva@gentoo.org> stardict-3.0.1-r2.ebuild:
+ Added dep on dev-libs/libsigc++, bug 275122, thank Rafał Mużyło for
+ report.
19 Aug 2009; Petteri Räty <betelgeuse@gentoo.org>
stardict-3.0.1-r2.ebuild:
1.5 app-dicts/stardict/stardict-3.0.1-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild?r1=1.4&r2=1.5
Index: stardict-3.0.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- stardict-3.0.1-r2.ebuild 19 Aug 2009 14:20:00 -0000 1.4
+++ stardict-3.0.1-r2.ebuild 3 Feb 2010 07:39:16 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild,v 1.4 2009/08/19 14:20:00 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild,v 1.5 2010/02/03 07:39:16 pva Exp $
EAPI="2"
@@ -31,6 +31,7 @@
app-text/scrollkeeper )
spell? ( app-text/enchant )
gucharmap? ( >=gnome-extra/gucharmap-1.4.0 )
+ dev-libs/libsigc++
>=sys-libs/zlib-1.1.4
>=x11-libs/gtk+-2.12"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-02-03 7:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-18 22:45 [gentoo-commits] gentoo-x86 commit in app-dicts/stardict: ChangeLog stardict-3.0.1-r2.ebuild Gilles Dartiguelongue (eva)
-- strict thread matches above, loose matches on Subject: below --
2009-02-24 15:26 Peter Volkov (pva)
2009-08-19 14:20 Petteri Raty (betelgeuse)
2010-02-03 7:39 Peter Volkov (pva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox