The NetBSD Project

CVS log for pkgsrc/audio/festvox-us3/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / audio / festvox-us3

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.24 / (download) - annotate - [select for diffs], Sat Nov 23 22:18:07 2019 UTC (3 years, 3 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, HEAD
Changes since 1.23: +5 -5 lines
Diff to previous 1.23 (colored)

festvox-us3: Update to 1.96

Unknown changes

Revision 1.23 / (download) - annotate - [select for diffs], Fri Oct 18 11:41:17 2013 UTC (9 years, 5 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored)

Fix a common mistake in many different packages: POSIX says that when using
pax -rw, the destination directory must exist. pax in NetBSD creates it if
not, pax in MirBSD complains. I read through all pkgsrc Makefiles that use
pax and added an entry to INSTALLATION_DIRS, or an INSTALL_DATA_DIR
invocation.

I did not test all the changes but they should be fairly safe. If you notice
any breakage because of this change, please contact me.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Sep 11 23:59:36 2012 UTC (10 years, 6 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.21: +1 -3 lines
Diff to previous 1.21 (colored)

"user-destdir" is default these days

Revision 1.21 / (download) - annotate - [select for diffs], Tue May 19 08:59:03 2009 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.20: +2 -3 lines
Diff to previous 1.20 (colored)

Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.

Revision 1.20 / (download) - annotate - [select for diffs], Mon May 26 02:13:16 2008 UTC (14 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.19: +4 -2 lines
Diff to previous 1.19 (colored)

Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Mar 2 06:10:32 2008 UTC (15 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.18: +6 -4 lines
Diff to previous 1.18 (colored)

Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Aug 23 21:08:20 2007 UTC (15 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored)

Don't require exact nb revision for mbrola or the mbrolavox packages.
Take any nb revision. Bump revisions of all affected packages.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jun 8 18:33:10 2007 UTC (15 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.16: +2 -3 lines
Diff to previous 1.16 (colored)

Remove dead MASTER_SITES. From Zafer Aydogan.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Dec 28 11:47:52 2006 UTC (16 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Reset maintainer. When sending mail to proff@iq.org, one gets a reply
that says the mail there is not read any longer.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Oct 4 20:44:19 2006 UTC (16 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Update MASTER_SITES and HOMEPAGE, from Sergey Svishchev.

Revision 1.14 / (download) - annotate - [select for diffs], Fri May 19 16:18:52 2006 UTC (16 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

Fixed some pkglint warnings by removing the "@" at the start of shell
commands.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:07 2006 UTC (17 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.12: +4 -3 lines
Diff to previous 1.12 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jul 19 10:22:33 2005 UTC (17 years, 8 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.11: +6 -6 lines
Diff to previous 1.11 (colored)

depends should be ../../<category>/<pkg>

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jan 20 12:07:42 2004 UTC (19 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Apr 10 01:28:11 2003 UTC (19 years, 11 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

make ${PAX} usage consistent:

- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jul 18 15:19:45 2001 UTC (21 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.8: +6 -7 lines
Diff to previous 1.8 (colored)

Update festival to 1.4.1, and fix dependent packages up while I'm here
(including fixing lots of PLISTs).
Changes since 1.4.0, from the NEWS file:
. SSFF (for emulabel) track support
. Java fixes
. various minor bug fixes
. WFST with proper quoting
. Wagon sample counts
. gcc-2.95.1 support

Also use newer distfile for mbrola.

Addresses pkg/10671.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 14 12:37:52 2001 UTC (21 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable option
on Solaris' xargs.

Revision 1.7 / (download) - annotate - [select for diffs], Sat May 19 03:56:31 2001 UTC (21 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Use ${XARGS} instead of invoking xargs directly.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Feb 16 13:30:40 2001 UTC (22 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 6 17:43:44 2000 UTC (22 years, 8 months ago) by dmcmahill
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

add ONLY_FOR_PLATFORM to match those of mbrola (which these pkgs all
depend upon).  This way the "not available for..." message appears instead
of a "can't build dependencies" message.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Feb 15 09:26:18 2000 UTC (23 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.3: +6 -6 lines
Diff to previous 1.3 (colored)

When multi-line dependencies occur, use a "DEPENDS+= package" format
for each of the continuation lines, rather than using backslashes to
continue a single, long definition. This makes it much easier to spot
pre-requisite packages and other dependencies.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Dec 28 04:20:02 1999 UTC (23 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

replaced some more commands by their ${COMMAND} counterparts

Revision 1.2 / (download) - annotate - [select for diffs], Sat Dec 25 22:39:02 1999 UTC (23 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

pkglint silencing:
o use DISTNAME and PKGNAME instead of DISTFILES
o replace rm by ${RM}, chmod by ${CHMOD}, pax by ${PAX}, echo by ${ECHO}
o reorder lines, remove unnecessary blank
o modify pkg/COMMENT and pkg/DESCR
o remove lines from files/patch-sum for files that aren't there

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Oct 11 16:51:41 1999 UTC (23 years, 5 months ago) by proff
Branch: TNF
CVS Tags: pkgsrc-base, comdex-fall-1999
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)


MBROLA based American English male voice for the festival speech
synthesis system.

This voice provides a American English male voice using the MBROLA
synthesis method.  It uses a modified CMU lexicon for pronunciations.
Prosodic phrasing is provided by a statistically trained model using
part of speech and local distribution of breaks.  Intonation is
provided by a CART tree predicting ToBI accents and an F0 contour
generated from a model trained from natural speech.  The duration
model is also trained from data using a CART tree.

The quality of this voice is not as high as us1 and us2

This voice can be activated via (voice_us3_mbrola)

-Julian Assange <proff@iq.org>


Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 11 16:51:41 1999 UTC (23 years, 5 months ago) by proff
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>