Commit graph

13 commits

Author SHA1 Message Date
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