diff options
author | gdt <gdt@pkgsrc.org> | 2006-09-01 15:44:44 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-09-01 15:44:44 +0000 |
commit | bc5aa659910308159959506c619f925a8e4171b9 (patch) | |
tree | a39b7ebd226467871a15aad97915bf0e057d68f6 /audio | |
parent | a7dbdb5e052675f9292e4e94c915e57d141d618c (diff) | |
download | pkgsrc-bc5aa659910308159959506c619f925a8e4171b9.tar.gz |
Install libraries, which were inexplicably not installed before.
PKGREVISION++.
From Nick Goffee of BBN via pkgsrc-acert.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/flite/Makefile | 4 | ||||
-rw-r--r-- | audio/flite/PLIST | 8 | ||||
-rw-r--r-- | audio/flite/distinfo | 4 | ||||
-rw-r--r-- | audio/flite/patches/patch-aa | 11 |
4 files changed, 17 insertions, 10 deletions
diff --git a/audio/flite/Makefile b/audio/flite/Makefile index cfb77c22cb5..b3ff7b1fa78 100644 --- a/audio/flite/Makefile +++ b/audio/flite/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2006/03/09 21:04:40 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/09/01 15:44:44 gdt Exp $ # DISTNAME= flite-1.3-release PKGNAME= ${DISTNAME:S/-release//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.speech.cs.cmu.edu/flite/packed/flite-1.3/ diff --git a/audio/flite/PLIST b/audio/flite/PLIST index 4ab3c41e268..ffee5c9d142 100644 --- a/audio/flite/PLIST +++ b/audio/flite/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/16 14:18:42 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/09/01 15:44:44 gdt Exp $ bin/flite bin/flite_time include/flite/cst_alloc.h @@ -39,6 +39,12 @@ include/flite/cst_voice.h include/flite/cst_wave.h include/flite/flite.h include/flite/flite_version.h +lib/libflite.a +lib/libflite_cmu_time_awb.a +lib/libflite_cmu_us_kal.a +lib/libflite_cmu_us_kal16.a +lib/libflite_cmulex.a +lib/libflite_usenglish.a share/doc/flite/README @dirrm share/doc/flite @dirrm include/flite diff --git a/audio/flite/distinfo b/audio/flite/distinfo index 7f97e64a59a..56434514bd8 100644 --- a/audio/flite/distinfo +++ b/audio/flite/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/01/16 14:18:42 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2006/09/01 15:44:44 gdt Exp $ SHA1 (flite-1.3-release.tar.gz) = 233144a772de72741ae1aa2292f672c30224afb3 RMD160 (flite-1.3-release.tar.gz) = a908acfd196754783ee4665ac84ea860d54bcf80 Size (flite-1.3-release.tar.gz) = 10663835 bytes -SHA1 (patch-aa) = 92d11800b4789ec55f05bfbf0e74600a37d59d35 +SHA1 (patch-aa) = 1b603b6595d97526913d7d91a02993e6ad5a4ce1 diff --git a/audio/flite/patches/patch-aa b/audio/flite/patches/patch-aa index 9f427423af3..502e37e0280 100644 --- a/audio/flite/patches/patch-aa +++ b/audio/flite/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2006/01/16 14:18:42 xtraeme Exp $ +$NetBSD: patch-aa,v 1.2 2006/09/01 15:44:44 gdt Exp $ ---- Makefile.orig 2005-11-01 14:40:45.000000000 +0100 -+++ Makefile 2006-01-16 15:15:36.000000000 +0100 -@@ -48,6 +48,7 @@ +--- Makefile.orig 2005-11-01 08:40:45.000000000 -0500 ++++ Makefile +@@ -48,6 +48,7 @@ CONFIG=configure configure.in config.sub FILES = Makefile README ACKNOWLEDGEMENTS COPYING $(CONFIG) DIST_CLEAN = config.cache config.log config.status \ config/config config/system.mak FileList @@ -10,7 +10,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2006/01/16 14:18:42 xtraeme Exp $ HOST_ONLY_DIRS = tools main ALL = $(BUILD_DIRS) -@@ -105,13 +106,14 @@ +@@ -105,13 +106,15 @@ tags: install: @echo Installing @@ -26,6 +26,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2006/01/16 14:18:42 xtraeme Exp $ + $(BSD_INSTALL_DATA_DIR) $(INSTALLINCDIR) + $(BSD_INSTALL_DATA_DIR) $(DOCDIR) + $(BSD_INSTALL_DATA) include/*.h $(INSTALLINCDIR) ++ $(BSD_INSTALL_DATA) $(LIBDIR)/libflite* $(INSTALLLIBDIR) + $(BSD_INSTALL_PROGRAM) bin/flite $(INSTALLBINDIR) + $(BSD_INSTALL_PROGRAM) bin/flite_time $(INSTALLBINDIR) + $(BSD_INSTALL_DATA) README $(DOCDIR) |