Skip to content

Commit

Permalink
Croatian male voice for the festival speech synthesis system.
Browse files Browse the repository at this point in the history
  • Loading branch information
noud4 committed Oct 30, 2014
1 parent 00b0735 commit 8b70552
Show file tree
Hide file tree
Showing 4 changed files with 2,173 additions and 0 deletions.
1 change: 1 addition & 0 deletions festvox-tp/DESCR
@@ -0,0 +1 @@
Croatian male voice for the festival speech synthesis system.
33 changes: 33 additions & 0 deletions festvox-tp/Makefile
@@ -0,0 +1,33 @@
# $NetBSD$
#

DISTNAME= festvox_cmu_cr_tp_clunits16k
PKGNAME= festvox-tp-1.1.1
CATEGORIES= audio
MASTER_SITES= http://festvox.org/packed/voices/croatian/

MAINTAINER= noud4@users.sourceforge.net
HOMEPAGE= http://festvox.org/packed/voices/croatian/
COMMENT= Croatian male voice for the festival speech synthesis system
#LICENSE= # TODO: (see mk/license.mk)

DEPENDS+= festival>=1.4.0:../../audio/festival
DEPENDS+= festlex-ogi>=2.0:../../audio/festlex-ogi # ??
#festopt_clunits

USE_TOOLS+= pax

WRKSRC= ${WRKDIR}/festival
NO_BUILD= yes

FHOME= ${PREFIX}/share/festival

post-extract:
${CHMOD} -R a+r ${WRKSRC}
${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755

do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${FHOME}
cd ${WRKSRC} && pax -rw * ${DESTDIR}${FHOME}

.include "../../mk/bsd.pkg.mk"

0 comments on commit 8b70552

Please sign in to comment.