pacho       14/07/05 07:26:14

  Modified:             ChangeLog
  Added:                eflite-0.4.1-r1.ebuild
  Log:
  Make it compatible with flite-1.4 (#463556 by Chris Brannon)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.35                 app-accessibility/eflite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/eflite/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/eflite/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/eflite/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/eflite/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   23 May 2012 22:57:36 -0000      1.34
+++ ChangeLog   5 Jul 2014 07:26:14 -0000       1.35
@@ -1,6 +1,12 @@
 # ChangeLog for app-accessibility/eflite
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/eflite/ChangeLog,v 1.34 
2012/05/23 22:57:36 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/eflite/ChangeLog,v 1.35 
2014/07/05 07:26:14 pacho Exp $
+
+*eflite-0.4.1-r1 (05 Jul 2014)
+
+  05 Jul 2014; Pacho Ramos <pa...@gentoo.org> +eflite-0.4.1-r1.ebuild,
+  +files/eflite-0.4.1-flite14.patch:
+  Make it compatible with flite-1.4 (#463556 by Chris Brannon)
 
   23 May 2012; Mike Frysinger <vap...@gentoo.org> eflite-0.4.1.ebuild:
   Inherit user eclass for enewuser/etc...
@@ -128,4 +134,3 @@
   21 Mar 2004; Jeremy Huddleston <eradica...@gentoo.org> eflite-0.3.8.ebuild,
   metadata.xml, files/eflite-0.3.8-shared_flite.patch:
   Initial import.  Ebuild by dmwaters and me.  Closes bug #45178.
-



1.1                  app-accessibility/eflite/eflite-0.4.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/eflite/eflite-0.4.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/eflite/eflite-0.4.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: eflite-0.4.1-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/eflite/eflite-0.4.1-r1.ebuild,v 1.1 
2014/07/05 07:26:14 pacho Exp $

EAPI="5"
inherit autotools eutils user

DESCRIPTION="A speech server that allows emacspeak and other screen readers to 
interact with festival lite."
HOMEPAGE="http://eflite.sourceforge.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="+16k_voice"

DEPEND=">=app-accessibility/flite-1.4"
RDEPEND="${DEPEND}"

src_prepare() {
        sed -i 's:/etc/es.conf:/etc/eflite/es.conf:g' *
        epatch "${FILESDIR}"/${PN}-0.4.1-flite14.patch
        eautoreconf
}

src_configure() {
        local myconf
        if use 16k_voice; then
                myconf='--with-vox=cmu_us_kal16'
        fi
        econf ${myconf}
}

src_install() {
        einstall
        dodoc ChangeLog README INSTALL eflite_test.txt

        insinto /etc/eflite
        doins "${FILESDIR}"/es.conf

        newinitd "${FILESDIR}"/eflite.rc eflite
}

pkg_postinst() {
        enewgroup speech
}




Reply via email to