allow redistribution, make sure modifications are clearly marked as such
This commit is contained in:
parent
a7b1353be0
commit
b1844cb460
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2005/12/24 16:01:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2006/12/28 11:47:23 espie Exp $
|
||||
|
||||
COMMENT= "text to speech utility"
|
||||
|
||||
@ -8,7 +8,7 @@ BROKEN= "gcc hang compiling cmu_us_kal_diphone.c"
|
||||
|
||||
VERSION= 1.2
|
||||
DISTNAME= flite-${VERSION}-release
|
||||
PKGNAME= flite-${VERSION}p0
|
||||
PKGNAME= flite-${VERSION}p1
|
||||
SHARED_LIBS= flite 1.2 \
|
||||
flite_cmu_time_awb 1.2 \
|
||||
flite_cmu_us_kal 1.2 \
|
||||
@ -30,8 +30,8 @@ HOMEPAGE= http://www.cmuflite.org/
|
||||
|
||||
MAINTAINER= Jason L. Wright <jason@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= No, mods have to be clearly marked
|
||||
PERMIT_PACKAGE_FTP= No, mods have to be clearly marked
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c m
|
||||
|
12
audio/flite/patches/patch-main_flite_main_c
Normal file
12
audio/flite/patches/patch-main_flite_main_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-main_flite_main_c,v 1.1 2006/12/28 11:47:23 espie Exp $
|
||||
--- main/flite_main.c.orig Thu Dec 28 12:45:59 2006
|
||||
+++ main/flite_main.c Thu Dec 28 12:46:57 2006
|
||||
@@ -58,6 +58,8 @@ static void flite_version()
|
||||
FLITE_PROJECT_STATE,
|
||||
FLITE_PROJECT_DATE);
|
||||
printf(" CMU Copyright 1999-2003, all rights reserved\n");
|
||||
+ printf(" Modified from the original for the OpenBSD project\n");
|
||||
+ printf(" See http://www.openbsd.org/cgi-bin/cvsweb/ports/audio/flite/patches/\n");
|
||||
}
|
||||
|
||||
static void flite_usage()
|
@ -4,3 +4,7 @@ including University of Edinburgh's Festival Speech Synthesis System
|
||||
and Carnegie Mellon University's FestVox project, tools, scripts and
|
||||
documentation for building synthetic voices. However, flite itself
|
||||
does not require either of these systems to compile and run.
|
||||
|
||||
The festival lite package was modified from the original source.
|
||||
You can find the modifications on
|
||||
http://www.openbsd.org/cgi-bin/cvsweb/ports/audio/flite/patches/
|
||||
|
3
audio/flite/pkg/MESSAGE
Normal file
3
audio/flite/pkg/MESSAGE
Normal file
@ -0,0 +1,3 @@
|
||||
The festival lite package was modified from the original source.
|
||||
You can find the modifications on
|
||||
http://www.openbsd.org/cgi-bin/cvsweb/ports/audio/flite/patches/
|
Loading…
Reference in New Issue
Block a user