* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-tools: ChangeLog speech-tools-1.2.96_beta-r2.ebuild speech-tools-1.2.96_beta-r1.ebuild
@ 2010-04-23 7:12 Jesus Rivero (neurogeek)
0 siblings, 0 replies; only message in thread
From: Jesus Rivero (neurogeek) @ 2010-04-23 7:12 UTC (permalink / raw
To: gentoo-commits
neurogeek 10/04/23 07:12:38
Modified: ChangeLog
Added: speech-tools-1.2.96_beta-r2.ebuild
Removed: speech-tools-1.2.96_beta-r1.ebuild
Log:
Removed resynth (bug #253556) and fixed soname bug #224915 by adding a patchset
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.66 app-accessibility/speech-tools/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-tools/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-tools/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-tools/ChangeLog?r1=1.65&r2=1.66
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-tools/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog 13 Mar 2010 20:32:58 -0000 1.65
+++ ChangeLog 23 Apr 2010 07:12:38 -0000 1.66
@@ -1,6 +1,13 @@
# ChangeLog for app-accessibility/speech-tools
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-tools/ChangeLog,v 1.65 2010/03/13 20:32:58 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-tools/ChangeLog,v 1.66 2010/04/23 07:12:38 neurogeek Exp $
+
+*speech-tools-1.2.96_beta-r2 (23 Apr 2010)
+
+ 23 Apr 2010; Jesus Rivero <neurogeek@gentoo.org>
+ -speech-tools-1.2.96_beta-r1.ebuild, +speech-tools-1.2.96_beta-r2.ebuild:
+ Removed resynth (bug #253556) and fixed soname bug #224915 by adding a
+ patchset
*speech-tools-1.2.96_beta-r1 (13 Mar 2010)
1.1 app-accessibility/speech-tools/speech-tools-1.2.96_beta-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-tools/speech-tools-1.2.96_beta-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-tools/speech-tools-1.2.96_beta-r2.ebuild?rev=1.1&content-type=text/plain
Index: speech-tools-1.2.96_beta-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-tools/speech-tools-1.2.96_beta-r2.ebuild,v 1.1 2010/04/23 07:12:38 neurogeek Exp $
EAPI="2"
inherit eutils flag-o-matic toolchain-funcs
MY_P=${P/speech-/speech_}
MY_P=${MY_P/_beta/-beta}
DESCRIPTION="Speech tools for Festival Text to Speech engine"
HOMEPAGE="http://www.cstr.ed.ac.uk/projects/speech_tools/"
SRC_URI="http://www.festvox.org/packed/festival/latest/${MY_P}.tar.gz
mirror://gentoo/${MY_P}-patches.tar.gz"
LICENSE="FESTIVAL BSD as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="esd nas X"
DEPEND="esd? ( media-sound/esound )
nas? ( media-libs/nas )
X? ( x11-libs/libX11
x11-libs/libXt )
!<app-accessibility/festival-1.96_beta
!sys-power/powerman"
S="${WORKDIR}/speech_tools"
src_prepare() {
EPATCH_SUFFIX="patch"
epatch
sed -i -e 's,{{HORRIBLELIBARCHKLUDGE}},"/usr/$(get_libdir)",' main/siod_main.cc
}
src_configure() {
local CONFIG=config/config.in
sed -i -e 's/@COMPILERTYPE@/gcc42/' ${CONFIG}
if use esd; then
sed -i -e "s/#.*\(INCLUDE_MODULES += ESD_AUDIO\)/\1/" ${CONFIG}
fi
if use nas; then
sed -i -e "s/#.*\(INCLUDE_MODULES += NAS_AUDIO\)/\1/" ${CONFIG}
fi
if [ ! use X ]; then
sed -i -e "s/-lX11 -lXt//" config/modules/esd_audio.mak
fi
append-ldflags -Wl,--no-as-needed
econf || die
}
src_compile() {
emake -j1 CC="$(tc-getCC)" CXX="$(tc-getCXX)" CC_OTHER_FLAGS="${CFLAGS}" \
OPTIMISE_LINKFLAGS="${LDFLAGS}" || die "Compile failed"
}
src_install() {
dolib.so lib/libest*.so*
dodoc "${S}"/README
dodoc "${S}"/lib/cstrutt.dtd
insinto /usr/share/doc/${PF}
doins -r lib/example_data
insinto /usr/share/speech-tools
doins -r config base_class
insinto /usr/share/speech-tools/lib
doins -r lib/siod
cd include
insinto /usr/include/speech-tools
doins -r *
dosym /usr/include/speech-tools /usr/share/speech-tools/include
cd ../bin
for file in *; do
[ "${file}" = "Makefile" ] && continue
dobin ${file}
dstfile="${D}/usr/bin/${file}"
sed -i -e "s:${S}/testsuite/data:/usr/share/speech-tools/testsuite:g" ${dstfile}
sed -i -e "s:${S}/bin:/usr/$(get_libdir)/speech-tools:g" ${dstfile}
sed -i -e "s:${S}/main:/usr/$(get_libdir)/speech-tools:g" ${dstfile}
# This just changes LD_LIBRARY_PATH
sed -i -e "s:${S}/lib:/usr/$(get_libdir):g" ${dstfile}
done
cd "${S}"
exeinto /usr/$(get_libdir)/speech-tools
for file in `find main -perm +100 -type f`; do
doexe ${file}
done
#Rename to avoid file collisions. See bug #287983
mv "${D}/usr/bin/dp" "${D}/usr/bin/speech-dp"
#Remove /usr/bin/resynth as it is broken. See bug #253556
rm "${D}/usr/bin/resynth"
}
pkg_postinst() {
elog "The /usr/bin/dp wrapper script has been renamed to /usr/bin/speech-dp"
elog "due to file collision with other programs."
elog "See bug #287983 for more details"
elog "The /usr/bin/resynth program has been removed since it is broken"
elog "See bug #253556 for more details"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-23 7:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 7:12 [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-tools: ChangeLog speech-tools-1.2.96_beta-r2.ebuild speech-tools-1.2.96_beta-r1.ebuild Jesus Rivero (neurogeek)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox