pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/flite



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Apr 17 09:24:50 UTC 2021

Modified Files:
        pkgsrc/audio/flite: Makefile distinfo
        pkgsrc/audio/flite/patches: patch-ae
Removed Files:
        pkgsrc/audio/flite/patches: patch-CVE-2014-0027

Log Message:
flite: update to 2.2

Changes:

Better grapheme support for hundreds of new languages as part of Wilderness project (http://www.festvox.org/cmu_wilderness/)

Also includes updated G2P rules for indic


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/flite/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/flite/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/audio/flite/patches/patch-CVE-2014-0027
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/flite/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/flite/Makefile
diff -u pkgsrc/audio/flite/Makefile:1.11 pkgsrc/audio/flite/Makefile:1.12
--- pkgsrc/audio/flite/Makefile:1.11    Mon Sep  9 09:46:38 2019
+++ pkgsrc/audio/flite/Makefile Sat Apr 17 09:24:50 2021
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.11 2019/09/09 09:46:38 nia Exp $
+# $NetBSD: Makefile,v 1.12 2021/04/17 09:24:50 nia Exp $
 #
 
-DISTNAME=      flite-2.1-release
-PKGNAME=       ${DISTNAME:S/-release//}
+DISTNAME=      flite-2.2
 CATEGORIES=    audio
-MASTER_SITES=  http://www.festvox.org/flite/packed/flite-2.1/
-EXTRACT_SUFX=  .tar.bz2
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=festvox/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.festvox.org/flite/
 COMMENT=       Lightweight text to speech synthesis engine
+LICENSE=       modified-bsd AND zlib
 
 # Error opening output file '[...]/cmu_us_kal_diphone.o': No such file or directory
 MAKE_JOBS_SAFE=        no
@@ -29,5 +29,4 @@ do-install:
        ${INSTALL_DATA} ${WRKSRC}/include/*.h ${DESTDIR}${PREFIX}/include/flite
        ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/flite
 
-.include "../../mk/oss.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/flite/distinfo
diff -u pkgsrc/audio/flite/distinfo:1.10 pkgsrc/audio/flite/distinfo:1.11
--- pkgsrc/audio/flite/distinfo:1.10    Sat Sep  7 11:42:49 2019
+++ pkgsrc/audio/flite/distinfo Sat Apr 17 09:24:50 2021
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.10 2019/09/07 11:42:49 nia Exp $
+$NetBSD: distinfo,v 1.11 2021/04/17 09:24:50 nia Exp $
 
-SHA1 (flite-2.1-release.tar.bz2) = ed8f1ae3c44dafc2bcc70df4ebf618330f7edec9
-RMD160 (flite-2.1-release.tar.bz2) = ebd73639e65043467dffe5d9e7700f6ced5bfe1b
-SHA512 (flite-2.1-release.tar.bz2) = e9ef9ca4b6920178634d94bbe6e21a8b0ec471b010b07e6cc961ed2d120acb944c8e1d268fe26188f7dfe43fb7bd4bdff7fa53b2d2f12029d37e08d0316620d2
-Size (flite-2.1-release.tar.bz2) = 14816327 bytes
-SHA1 (patch-CVE-2014-0027) = aae5a7e965cfe41af05c3917f6574f223185aeff
+SHA1 (flite-2.2.tar.gz) = 687cace51875b15d2f10dba0732dfc0634571bb8
+RMD160 (flite-2.2.tar.gz) = 86b66adeb328878d5cafb7e67bb203b734edeb66
+SHA512 (flite-2.2.tar.gz) = 1ca2f4145651490ef8405fdb830a3b42e885020a7603d965f6a5581b01bed41047d396b38c2ceab138fc0b28d28078db17acd2b5a84c6444cb99d65c581afa72
+Size (flite-2.2.tar.gz) = 20233792 bytes
 SHA1 (patch-ad) = e75da7826581a1d93d4f5efe75f257cc749358a7
-SHA1 (patch-ae) = c1bd0e1baea7464d3ef0d35481714f92af3da4d8
+SHA1 (patch-ae) = 68bd8745c75143e211966eefcfdc4b094f54e6a3
 SHA1 (patch-config_common__make__rules) = 949ec45c35872fd39c44864b484423ab28467898

Index: pkgsrc/audio/flite/patches/patch-ae
diff -u pkgsrc/audio/flite/patches/patch-ae:1.1 pkgsrc/audio/flite/patches/patch-ae:1.2
--- pkgsrc/audio/flite/patches/patch-ae:1.1     Sun Jul  8 18:33:38 2007
+++ pkgsrc/audio/flite/patches/patch-ae Sat Apr 17 09:24:50 2021
@@ -1,7 +1,10 @@
-$NetBSD: patch-ae,v 1.1 2007/07/08 18:33:38 minskim Exp $
+$NetBSD: patch-ae,v 1.2 2021/04/17 09:24:50 nia Exp $
 
---- src/audio/au_sun.c.orig    Mon Jan  7 18:25:52 2002
-+++ src/audio/au_sun.c Sun Apr 20 18:12:34 2003
+- Include missing header
+- Use AUDIO_INITINFO for parameter initialization
+
+--- src/audio/au_sun.c.orig    2020-08-13 00:17:09.000000000 +0000
++++ src/audio/au_sun.c
 @@ -45,6 +45,7 @@
  #include <sys/stat.h>
  #include <fcntl.h>
@@ -10,15 +13,12 @@ $NetBSD: patch-ae,v 1.1 2007/07/08 18:33
  #include <sys/filio.h>
  #include <sys/audioio.h>
  #include "cst_string.h"
-@@ -76,7 +77,11 @@ cst_audiodev *audio_open_sun(int sps, in
+@@ -76,7 +77,7 @@ cst_audiodev *audio_open_sun(int sps, in
            cst_error();
        }
      }
-+#ifdef __OpenBSD__
+-    ioctl(fd,AUDIO_GETINFO,&ainfo);
 +    AUDIO_INITINFO(&ainfo);
-+#else
-     ioctl(fd,AUDIO_GETINFO,&ainfo);
-+#endif
  
      switch (fmt)
      {



Home | Main Index | Thread Index | Old Index