Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "William Hubbs (williamh)" <williamh@g.o>
Subject: gentoo-x86 commit in app-accessibility/espeak: ChangeLog espeak-1.34.ebuild
Date: Sat, 08 Mar 2008 00:04:17 +0000
williamh    08/03/08 00:04:17

  Modified:             ChangeLog
  Added:                espeak-1.34.ebuild
  Log:
  version bump.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.30                 app-accessibility/espeak/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	6 Mar 2008 17:27:24 -0000	1.29
+++ ChangeLog	8 Mar 2008 00:04:17 -0000	1.30
@@ -1,6 +1,11 @@
 # ChangeLog for app-accessibility/espeak
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.29 2008/03/06 17:27:24 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.30 2008/03/08 00:04:17 williamh Exp $
+
+*espeak-1.34 (08 Mar 2008)
+
+  08 Mar 2008; William Hubbs <williamh@g.o> +espeak-1.34.ebuild:
+  Version bump.
 
 *espeak-1.31 (20 Jan 2008)
 



1.1                  app-accessibility/espeak/espeak-1.34.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.34.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.34.ebuild?rev=1.1&content-type=text/plain

Index: espeak-1.34.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.34.ebuild,v 1.1 2008/03/08 00:04:17 williamh Exp $

inherit eutils

MY_P="${P}-source"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
DESCRIPTION="Speech synthesizer for English and other languages"
HOMEPAGE="http://espeak.sourceforge.net/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE=""
DEPEND=">=media-libs/portaudio-18.1-r5
	app-arch/unzip"

S=${WORKDIR}/${MY_P}

src_unpack() {
	unpack ${A}
	cd "${S}"

	# portaudio.h is by default the same as portaudio18.h, but use the version
	# 19 API if available
	if has_version "=media-libs/portaudio-19*" ; then
		mv -f "${S}/src/portaudio19.h" "${S}/src/portaudio.h"
	fi

	# Add a patch for a segfault on ppc64.
#	epatch "${FILESDIR}/${P}-ppc64-segfault.patch"
}

src_compile() {
	cd src
	emake CXXFLAGS="${CXXFLAGS}" || die "Compilation failed"

	einfo "Fixing byte order of phoneme data files"
	cd "${S}/platforms/big_endian"
	make
	./espeak-phoneme-data "${S}/espeak-data"
	cp -f phondata phonindex phontab "${S}/espeak-data"

#	einfo "Compiling dict files"
#	cd "${S}/dictsource"
#	export HOME="${S}"
#	local lang
#	for l in *_rules; do
#		lang=${l/_rules/}
#		"${S}/src/speak" --compile=$lang
#	done
}

src_install() {
	cd src
	make DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die "Installation failed"

	cd ..
	dodoc ChangeLog ReadMe
	dohtml -r docs/*
}



-- 
gentoo-commits@g.o mailing list


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in app-pda/pilot-link: ChangeLog pilot-link-0.12.2.ebuild
Next by thread:
gentoo-x86 commit in app-accessibility/espeak: ChangeLog espeak-1.34.ebuild
Previous by date:
gentoo-x86 commit in app-pda/pilot-link: ChangeLog pilot-link-0.12.2.ebuild
Next by date:
gentoo-x86 commit in dev-java/browserlauncher2: ChangeLog browserlauncher2-1.0.ebuild


Updated May 25, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.