pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jan 30 18:01:41 UTC 2024

Modified Files:
        pkgsrc/audio/festvox-en1: Makefile
        pkgsrc/audio/festvox-us1: Makefile
        pkgsrc/audio/festvox-us2: Makefile
        pkgsrc/audio/festvox-us3: Makefile

Log Message:
festvox*: Relax DEPENDS matches.

There's no need to be absolutely specific about version requirements, it makes
certain operations slower, and has been broken since the mbrola updates last
week.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/festvox-en1/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/festvox-us1/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/festvox-us2/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/festvox-us3/Makefile

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

Modified files:

Index: pkgsrc/audio/festvox-en1/Makefile
diff -u pkgsrc/audio/festvox-en1/Makefile:1.29 pkgsrc/audio/festvox-en1/Makefile:1.30
--- pkgsrc/audio/festvox-en1/Makefile:1.29      Sat Nov 23 22:08:12 2019
+++ pkgsrc/audio/festvox-en1/Makefile   Tue Jan 30 18:01:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2019/11/23 22:08:12 nia Exp $
+# $NetBSD: Makefile,v 1.30 2024/01/30 18:01:40 jperkin Exp $
 
 DISTNAME=      festvox_en1
 PKGNAME=       festvox-en1-1.95
@@ -14,8 +14,8 @@ LICENSE=      no-commercial-use
 DEPENDS+=      festival>=1.4.0:../../audio/festival
 DEPENDS+=      festlex-poslex>=1.4.0:../../audio/festlex-poslex
 DEPENDS+=      festlex-oald>=1.4.0:../../audio/festlex-oald
-DEPENDS+=      mbrola-301h{,nb[0-9]*}:../../audio/mbrola
-DEPENDS+=      mbrolavox-en1-980910{,nb[0-9]*}:../../audio/mbrolavox-en1
+DEPENDS+=      mbrola-[0-9]*:../../audio/mbrola
+DEPENDS+=      mbrolavox-en1-[0-9]*:../../audio/mbrolavox-en1
 
 USE_TOOLS+=    pax
 

Index: pkgsrc/audio/festvox-us1/Makefile
diff -u pkgsrc/audio/festvox-us1/Makefile:1.24 pkgsrc/audio/festvox-us1/Makefile:1.25
--- pkgsrc/audio/festvox-us1/Makefile:1.24      Sat Nov 23 22:13:56 2019
+++ pkgsrc/audio/festvox-us1/Makefile   Tue Jan 30 18:01:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/11/23 22:13:56 nia Exp $
+# $NetBSD: Makefile,v 1.25 2024/01/30 18:01:40 jperkin Exp $
 
 DISTNAME=      festvox_us1
 PKGNAME=       festvox-us1-1.96
@@ -14,8 +14,8 @@ LICENSE=      no-commercial-use
 DEPENDS+=      festival>=1.4.0:../../audio/festival
 DEPENDS+=      festlex-poslex>=1.4.0:../../audio/festlex-poslex
 DEPENDS+=      festlex-cmu>=1.4.0:../../audio/festlex-cmu
-DEPENDS+=      mbrola-301h{,nb[0-9]*}:../../audio/mbrola
-DEPENDS+=      mbrolavox-us1-980512{,nb[0-9]*}:../../audio/mbrolavox-us1
+DEPENDS+=      mbrola-[0-9]*:../../audio/mbrola
+DEPENDS+=      mbrolavox-us1-[0-9]*:../../audio/mbrolavox-us1
 
 USE_TOOLS+=    pax
 

Index: pkgsrc/audio/festvox-us2/Makefile
diff -u pkgsrc/audio/festvox-us2/Makefile:1.24 pkgsrc/audio/festvox-us2/Makefile:1.25
--- pkgsrc/audio/festvox-us2/Makefile:1.24      Sat Nov 23 22:16:00 2019
+++ pkgsrc/audio/festvox-us2/Makefile   Tue Jan 30 18:01:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/11/23 22:16:00 nia Exp $
+# $NetBSD: Makefile,v 1.25 2024/01/30 18:01:40 jperkin Exp $
 
 DISTNAME=      festvox_us2
 PKGNAME=       festvox-us2-1.96
@@ -14,8 +14,8 @@ LICENSE=      no-commercial-use
 DEPENDS+=      festival>=1.4.0:../../audio/festival
 DEPENDS+=      festlex-poslex>=1.4.0:../../audio/festlex-poslex
 DEPENDS+=      festlex-cmu>=1.4.0:../../audio/festlex-cmu
-DEPENDS+=      mbrola-301h{,nb[0-9]*}:../../audio/mbrola
-DEPENDS+=      mbrolavox-us2-980812{,nb[0-9]*}:../../audio/mbrolavox-us2
+DEPENDS+=      mbrola-[0-9]*:../../audio/mbrola
+DEPENDS+=      mbrolavox-us2-[0-9]*:../../audio/mbrolavox-us2
 
 USE_TOOLS+=    pax
 

Index: pkgsrc/audio/festvox-us3/Makefile
diff -u pkgsrc/audio/festvox-us3/Makefile:1.24 pkgsrc/audio/festvox-us3/Makefile:1.25
--- pkgsrc/audio/festvox-us3/Makefile:1.24      Sat Nov 23 22:18:07 2019
+++ pkgsrc/audio/festvox-us3/Makefile   Tue Jan 30 18:01:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/11/23 22:18:07 nia Exp $
+# $NetBSD: Makefile,v 1.25 2024/01/30 18:01:41 jperkin Exp $
 
 DISTNAME=      festvox_us3
 PKGNAME=       festvox-us3-1.96
@@ -14,8 +14,8 @@ LICENSE=      no-commercial-use
 DEPENDS+=      festival>=1.4.0:../../audio/festival
 DEPENDS+=      festlex-poslex>=1.4.0:../../audio/festlex-poslex
 DEPENDS+=      festlex-cmu>=1.4.0:../../audio/festlex-cmu
-DEPENDS+=      mbrola-301h{,nb[0-9]*}:../../audio/mbrola
-DEPENDS+=      mbrolavox-us3-990208{,nb[0-9]*}:../../audio/mbrolavox-us3
+DEPENDS+=      mbrola-[0-9]*:../../audio/mbrola
+DEPENDS+=      mbrolavox-us3-[0-9]*:../../audio/mbrolavox-us3
 
 USE_TOOLS+=    pax
 



Home | Main Index | Thread Index | Old Index