View | Details | Raw Unified | Return to bug 204970 | Differences between
and this patch

Collapse All | Expand All

(-)audio/festvox-cmu_us_slt_arctic/Makefile (-10 / +2 lines)
Lines 1-15 Link Here
1
# Created by: ?
2
# $FreeBSD$
1
# $FreeBSD$
3
2
4
VOICE=	cmu_us_slt_arctic
3
VOICE=	cmu_us_slt_arctic
5
PORTREVISION=	0
6
4
7
COMMENT=	English female voice for festival
5
COMMENT=	CMU US English female voice for festival
8
6
9
MASTERDIR=	${.CURDIR}/../festvox-cmu_us_slt_arctic
7
.include "./Makefile.common"
10
DESCR=	${.CURDIR}/pkg-descr
11
DISTINFO_FILE=	${.CURDIR}/distinfo
12
PLIST=	${.CURDIR}/pkg-plist
13
PKGMESSAGE=	${.CURDIR}/pkg-message
14
15
.include "${MASTERDIR}/Makefile.common"
(-)audio/festvox-cmu_us_slt_arctic/Makefile.common (-14 / +18 lines)
Lines 8-23 Link Here
8
DIST_SUBDIR=	festival
8
DIST_SUBDIR=	festival
9
9
10
MAINTAINER=	mike.d.ft402@gmail.com
10
MAINTAINER=	mike.d.ft402@gmail.com
11
COMMENT=	English (US) voice for festival
11
COMMENT=	CMU US English voice for festival
12
12
13
LICENSE=	cmu
13
LICENSE=	MIT-variant
14
LICENSE_NAME=	cmu license
14
LICENSE_NAME=	MIT License (CMU variant)
15
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
16
LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept dist-sell pkg-sell
17
17
18
RUN_DEPENDS=	festival:${PORTSDIR}/audio/festival \
18
RUN_DEPENDS=	festival:${PORTSDIR}/audio/festival \
19
	${PREFIX}/share/festival/lib/dicts/cmu/cmulex.scm:${PORTSDIR}/audio/festlex-cmu \
19
	${LOCALBASE}/share/festival/lib/dicts/cmu/cmulex.scm:${PORTSDIR}/audio/festlex-cmu \
20
	${PREFIX}/share/festival/lib/dicts/wsj.wp39.poslexR:${PORTSDIR}/audio/festlex-poslex
20
	${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${PORTSDIR}/audio/festlex-poslex
21
21
22
USES=	tar:bzip2
22
USES=	tar:bzip2
23
23
Lines 26-40 Link Here
26
NO_BUILD=	yes
26
NO_BUILD=	yes
27
NO_ARCH=	yes
27
NO_ARCH=	yes
28
28
29
FHOME=	${PREFIX}/share/festival/lib/voices/us/${VOICE}_clunits
29
SUB_FILES=	pkg-message
30
SUB_LIST+=	VOICE=${VOICE}
30
31
32
DATADIR=	${PREFIX}/share/festival/lib/voices/us/${VOICE}_clunits
33
PORTDATA=	* .time-stamp
34
35
DESCR=  ${.CURDIR}/pkg-descr
36
DISTINFO_FILE=  ${.CURDIR}/distinfo
37
PLIST=  ${.CURDIR}/pkg-plist
38
PKGMESSAGE=     ${.CURDIR}/pkg-message
39
31
do-install:
40
do-install:
32
	${MKDIR} ${STAGEDIR}${FHOME}
41
	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
33
	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FHOME}
42
	${FIND} ${STAGEDIR}${DATADIR} -type d -empty -delete
34
.for dir in ${NODIRS}
35
	${RMDIR} ${STAGEDIR}${FHOME}/${dir}
36
.endfor
37
	( cd ${STAGEDIR}${PREFIX} && ${FIND} . -type f ) | ${SORT} | \
38
	${SED} -e 's|^\.\/||' >> ${TMPPLIST}
39
43
40
.include <bsd.port.mk>
44
.include <bsd.port.mk>
(-)audio/festvox-cmu_us_slt_arctic/files/pkg-message.in (-2 / +2 lines)
Lines 1-5 Link Here
1
===============================================================================
1
===============================================================================
2
For correct operation, please add cmu_us_slt_arctic_clunits
2
For correct operation, please add %%VOICE%%_clunits
3
after "(defvar default-voice-priority-list"
3
after "(defvar default-voice-priority-list"
4
in ${PREFIX}/share/festival/lib/voices.scm
4
in %%PREFIX%%/share/festival/lib/voices.scm
5
===============================================================================
5
===============================================================================
(-)audio/festvox-cmu_us_slt_arctic/pkg-descr (-2 / +5 lines)
Lines 1-4 Link Here
1
English female voice for festival.
1
US English female voice by the Language Technologies Institute at
2
Carnegie Mellon University constructed from phonetically balanced, US English
3
single speaker database designed for unit selection speech synthesis research.
4
2
(voice_cmu_us_slt_arctic_clunits)
5
(voice_cmu_us_slt_arctic_clunits)
3
6
4
WWW: http://www.speech.cs.cmu.edu/
7
WWW: http://festvox.org/cmu_arctic/dbs_slt.html
(-)audio/festvox-cmu_us_slt_arctic/pkg-message (-5 lines)
Lines 1-5 Link Here
1
===============================================================================
2
For correct operation, please add cmu_us_slt_arctic_clunits
3
after "(defvar default-voice-priority-list"
4
in ${PREFIX}/share/festival/lib/voices.scm
5
===============================================================================

Return to bug 204970