Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/open_jtalk-MMDAgent_voice audio/open_jtalk-MMDAg...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c63e6579cf52
branches: trunk
changeset: 434434:c63e6579cf52
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Tue Jun 16 13:41:20 2020 +0000
description:
audio/open_jtalk-MMDAgent_voice: import open_jtalk-MMDAgent_voice-1.8
MMDAgent voice data contains three voice data, mei, slt and takumi.
Voice data of mei and slt are female and takumi is male.
The work is released as a part of MMDAgent (http://www.mmdagent.jp/).
diffstat:
audio/open_jtalk-MMDAgent_voice/DESCR | 3 +++
audio/open_jtalk-MMDAgent_voice/Makefile | 25 +++++++++++++++++++++++++
audio/open_jtalk-MMDAgent_voice/PLIST | 16 ++++++++++++++++
audio/open_jtalk-MMDAgent_voice/distinfo | 6 ++++++
4 files changed, 50 insertions(+), 0 deletions(-)
diffs (66 lines):
diff -r 68cc7c40d8e3 -r c63e6579cf52 audio/open_jtalk-MMDAgent_voice/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/open_jtalk-MMDAgent_voice/DESCR Tue Jun 16 13:41:20 2020 +0000
@@ -0,0 +1,3 @@
+MMDAgent voice data contains three voice data, mei, slt and takumi.
+Voice data of mei and slt are female and takumi is male.
+The work is released as a part of MMDAgent (http://www.mmdagent.jp/).
diff -r 68cc7c40d8e3 -r c63e6579cf52 audio/open_jtalk-MMDAgent_voice/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/open_jtalk-MMDAgent_voice/Makefile Tue Jun 16 13:41:20 2020 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2020/06/16 13:41:20 ryoon Exp $
+
+DISTNAME= MMDAgent_Example-1.8
+PKGNAME= ${DISTNAME:S/MMDAgent_Example-/open_jtalk-MMDAgent_voice-/}
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mmdagent/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= ryoon%NetBSD.org@localhost
+HOMEPAGE= http://www.mmdagent.jp/
+COMMENT= Open JTalk voice data from MMDAgent project (female and male)
+#LICENSE= cc-by-v3.0 AND cmu_arctic
+
+USE_LANGUAGES= # none
+NO_BUILD= yes
+USE_TOOLS+= pax
+
+INSTALLATION_DIRS+= share/open_jtalk/voices
+
+do-install:
+ cd ${WRKSRC}/Voice && ${FIND} mei slt takumi \
+ -type f \! -name '*.orig' -print | \
+ pax -rw -pmp ${DESTDIR}${PREFIX}/share/open_jtalk/voices
+
+.include "../../mk/bsd.pkg.mk"
diff -r 68cc7c40d8e3 -r c63e6579cf52 audio/open_jtalk-MMDAgent_voice/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/open_jtalk-MMDAgent_voice/PLIST Tue Jun 16 13:41:20 2020 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2020/06/16 13:41:20 ryoon Exp $
+share/open_jtalk/voices/mei/COPYRIGHT.txt
+share/open_jtalk/voices/mei/README.txt
+share/open_jtalk/voices/mei/mei_angry.htsvoice
+share/open_jtalk/voices/mei/mei_bashful.htsvoice
+share/open_jtalk/voices/mei/mei_happy.htsvoice
+share/open_jtalk/voices/mei/mei_normal.htsvoice
+share/open_jtalk/voices/mei/mei_sad.htsvoice
+share/open_jtalk/voices/slt/COPYRIGHT.txt
+share/open_jtalk/voices/slt/cmu_us_arctic_slt.htsvoice
+share/open_jtalk/voices/takumi/COPYRIGHT.txt
+share/open_jtalk/voices/takumi/README.txt
+share/open_jtalk/voices/takumi/takumi_angry.htsvoice
+share/open_jtalk/voices/takumi/takumi_happy.htsvoice
+share/open_jtalk/voices/takumi/takumi_normal.htsvoice
+share/open_jtalk/voices/takumi/takumi_sad.htsvoice
diff -r 68cc7c40d8e3 -r c63e6579cf52 audio/open_jtalk-MMDAgent_voice/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/open_jtalk-MMDAgent_voice/distinfo Tue Jun 16 13:41:20 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/06/16 13:41:20 ryoon Exp $
+
+SHA1 (MMDAgent_Example-1.8.zip) = 76c1f8febff52f0ac4dabe9fe43490f98719804b
+RMD160 (MMDAgent_Example-1.8.zip) = b66c56b8478cee8fbc68836b516cdac778f4ffd7
+SHA512 (MMDAgent_Example-1.8.zip) = 9ba4a3eade7e12418f4ca182bf1394a11ad2e5ac31bc8eef241debf4e17997685706e42912b086a0539919b38108ab505c12fb74cdf3bfec40a7041b48b5cf89
+Size (MMDAgent_Example-1.8.zip) = 30293611 bytes
Home |
Main Index |
Thread Index |
Old Index