Commit graph

43 commits

Author SHA1 Message Date
drochner
b27a0ec4bf update to 0.4.6
change: driver addition, irrelevant to pkgsrc
(this pkg is quite useless atm because festival doesn't compile
with gcc4)
2006-11-28 22:31:21 +00:00
rillig
61de0744ad Fixed "test ==". 2006-10-10 20:13:48 +00:00
jmmv
2b04eac986 Update to 0.4.5:
gnome-speech 0.4.5:

* Fix for bug 353322: fix crash/hang in DECtalk synthesis driver.

gnome-speech 0.4.4:

* Fix for bug 326818: escape the \ character so it is not interpreted
as a line continuation character by the festival shell.

* Fix for bug 352165: use "-f" flag to rm files when doing a clean.
2006-09-15 15:20:44 +00:00
jmmv
e0732c2f3f Update to 0.4.2:
gnome-speech 0.4.2:

* Fix for bug 347357: convert UTF-8 to ISO8859-1 before sending text to
  DECtalk engine

* Fix for bug 348240: convert UTF-8 to ISO8859-1 before sending text to
  IBMTTS (a.k.a., ViaVoice) engine (thanks Javier!)

* Fix for bug 347124: remove LT_VERSION_INFO since it is only available
  for libraries (thanks dmacks!)

gnome-speech 0.4.1:

* Partial fix for bug 144457: add "punctuation mode" parameter to DECtalk
  synthesis driver. The supported modes are as follows:

    0 = none
    1 = some
    2 = most
    3 = all

* Fix for bug 341405: don't core dump if festival is not installed on
  machine.

* Fix for bug 141516: allow character encoding to be dynamically
  determined from the voice.  Credit to Milan Zamazal as well for the
  creation of the "coding" attribute convention for festival voices.

* Fix for bug 341990: eliminate compilation warning in festival synthesis
  driver.

----------
gnome-speech 0.4.0:

* Fix for bug 321216: support UTF-8 encoding (Chaitanya Kamisetty)

* Fix for bug 337151: quit when the festival process dies (Remus Draica)

* Fix for bug 341744: turn phoneme mode off in dectalk driver (Willie Walker)

* Fix for bug 332250: dectalk driver compilation warnings (Willie Walker)

* Fix for bug 332247: dectalk driver can hang on exit (Willie Walker)

* Fix for bug 329444: add speech dispatcher driver (Hynek Hanke)
2006-08-06 19:07:57 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jmmv
3593f96601 Update to 0.3.10:
* Fix for bug 332250: dectalk driver compilation warnings (Willie Walker)

* Fix for bug 332247: dectalk driver can hang on exit (Willie Walker)
2006-03-30 21:27:25 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jmmv
eee6b470e5 Update to 0.3.9:
* Fix for bug 319421: ibmtts hardcoded to en_US locale (Bill Abt)

* For for bug 319875: Add eciInsertIndex to viavoice driver (Bill Abt)

* Fix for bug 320013: Add more parameters to ibmtts driver (Bill Abt)

* Fix for build problem on Solaris (Rich Burridge)

* Fix for bug 142354: FreeTTS driver exits when refcount goes to 0 instead
  of living forever (Willie Walker)

* Fix for bug 313652: FreeTTS build fix (Bernard Leak)

* Fix for bug 319980: test-speech now uses selected gender instead of
  hardcoding to male (Willie Walker)

* Fix for bug 314736: Cygwin ports patch (Cygwin Ports maintainer)

* Fix for bug 314840: Corrected the use of the rate and pitch
  parameters for ibmtts driver so that they are absolute and not
  relative values (IBM)

* Provide different method for finding the Java virtual machine for
  freetts-synthesis-driver (Willie Walker)

* Fix for bug 319168: FreeTTS streaming audio player could not be used
  (Willie Walker)
2006-01-20 13:34:15 +00:00
jmmv
b1e9e7e092 Update to 0.3.8:
* Fix for bug 305489: Festival driver in gnome-speech-0.3.7 seg faults
  (Willie Walker)

* Fix for bug 308468: #include <sys/socket.h>, and do not declare
  variable after statement (Behdad Esfahbod)

* FreeTTS driver now says "FreeTTS synthesis driver running..." instead
  of saying it is *not* running (Willie Walker)
2005-10-14 21:50:44 +00:00
joerg
849db16498 Reorder includes to workaround a bug in sys/socket.h on DragonFly. 2005-10-10 13:49:41 +00:00
jmmv
d83f1ae344 Update to 0.3.7:
* FreeTTS driver now includes and uses a user_addenda.txt pronunciation
  lexicon addenda to support characters from the extended ISO8859-1 character
  set as well as the unicode currency block - bug 163805 (Willie Walker)

* Automatic detection of voices for festival driver - part of bug 141516
  (Fernando Herrera)

* Fixes for bug 301086 (Willie Walker), bug 141516 (Bill Haneman and Fernando
  Herrera), bug 169805 (Bill Haneman), and bug 167810 (Oana Serb)
2005-08-21 11:31:50 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
9655dbc5f7 Update checksum for currently available distfile (setting DIST_SUBDIR).
Diff:
diff -r old/gnome-speech-0.3.6/configure new/gnome-speech-0.3.6/configure
20068a20069,20073
> if test "x$JAVAC" != "x" ; then
>   javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" `
>   echo JAVAC VERSION $javac_version
>   JAVAC="$JAVAC -source 1.4"
> fi
diff -r old/gnome-speech-0.3.6/configure.in new/gnome-speech-0.3.6/configure.in
153a154,158
> if test "x$JAVAC" != "x" ; then
>   javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" `
>   echo JAVAC VERSION $javac_version
>   JAVAC="$JAVAC -source 1.4"
> fi
2005-03-15 15:23:37 +00:00
rillig
a036e71d5b Don't put statements above declarations (gcc-2.95 is not a C99
compiler). Needed for NetBSD-1.6.2. Approved by wiz.
2005-03-11 21:24:49 +00:00
jmmv
63506db6a7 Update to 0.3.6:
* Festival driver now supports callbacks and end-of-speech markers - thanks to
  Oana Serb of BAUM Retec.
* FreeTTS driver is less intolerant of nonstandard JAVA environments at
  build time (Callum McKenzie).
* IBM ViaVoice driver updated to work with new Linux ViaVoice runtime
  (Marc Mulcahy)
* Critical fixes for FreeTTS 1.2 driver which could cause speech to fail
  (Marc)
2005-02-26 17:25:36 +00:00
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
04984c7d3e Explicitly disable Java support to fix build under NetBSD 2.0_BETA (as shown
by kristerw@'s bulk build, and as I have been able to reproduce in a chroot).
Something weird is going on in this configure script, because it works in
current (and it shows strange messages under 2.0_BETA).  AFAICT it has some
problems with our test(1), though I can't debug ATM.
2004-09-12 21:56:48 +00:00
jmmv
15ad3ca2ec Update to 0.3.5:
gnome-speech 0.3.5:

* Improved locale matching when creating a speaker -- thanks billh

gnome-speech 0.3.4:

* Better LOCALE matching for getVoices queries,
  for FreeTTS, Theta, and DecTalk drivers.
* CLASSPATH fix for FreeTTS driver.
* Use volume range of 0 - 100% instead of 0 - 1.0, for
  consistency, in FreeTTS Speakers.
* FreeTTS driver getVoices() command now works (formerly,
  it seems only getAllVoices() worked for FreeTTS.)
* Better error reporting in test-speech.
* test-speech now asks for gender and locale choices
  before presenting voice list.
2004-09-05 14:24:12 +00:00
jmmv
51d2ab0a66 Update to 0.3.3:
* FreeTTS driver now requires FreeTTS 1.2beta.
2004-06-28 15:01:31 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
jmmv
040966b7fb Update to 0.3.2:
gnome-speech 0.3.2:

* Drivers now take into account the language specified in getVoices
  and the createSpeaker calls.

gnome-speech 0.3.1:

* Fix some driver strings to fix activation errors.

gnome-speech 0.3.0:

* Updated VoiceInfo structure such that language is a string rather
  than an int.
2004-04-01 18:57:44 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jmmv
a6665532b5 Dependancies are appended, not set (me using old version of createbuildlink). 2004-02-17 23:50:33 +00:00
jmmv
3071ba4e37 Not used any more. 2004-02-17 22:18:26 +00:00
jmmv
32f705378a bl3ify. 2004-02-17 22:02:02 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
grant
ed16993a08 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:14:59 +00:00
xtraeme
7eeed7423e Initial import of gnome-speech-0.2.8 via pkgsrc-wip.
GNOME 2 Speech is a simple general API for producing text-to-speech
 output.
2003-12-30 17:53:27 +00:00