From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJUPg-0001B0-94 for guix-patches@gnu.org; Wed, 24 Apr 2019 22:47:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJUPe-00054o-Ly for guix-patches@gnu.org; Wed, 24 Apr 2019 22:47:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43500) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hJUPe-00054j-Hl for guix-patches@gnu.org; Wed, 24 Apr 2019 22:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hJUPe-0002WV-7X for guix-patches@gnu.org; Wed, 24 Apr 2019 22:47:02 -0400 Subject: [bug#35423] [PATCH] gnu: Add julius. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:45791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJUOq-0000SE-Bl for guix-patches@gnu.org; Wed, 24 Apr 2019 22:46:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJUE8-0001D9-2W for guix-patches@gnu.org; Wed, 24 Apr 2019 22:35:09 -0400 Received: from knopi.disroot.org ([178.21.23.139]:54574) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hJUE6-0000lv-Tv for guix-patches@gnu.org; Wed, 24 Apr 2019 22:35:08 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 8AD9A2FABB for ; Thu, 25 Apr 2019 04:35:02 +0200 (CEST) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NGMp2lIIAZiY for ; Thu, 25 Apr 2019 04:35:00 +0200 (CEST) Mime-Version: 1.0 Date: Thu, 25 Apr 2019 02:34:59 +0000 Content-Type: multipart/alternative; boundary="--=_RainLoop_414_332269047.1556159699" From: nly@disroot.org Message-ID: <3d5daf0540406554d3082f94fdc6079c@disroot.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35423@debbugs.gnu.org ----=_RainLoop_414_332269047.1556159699 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Julius is a speech recognition tool. Package uses a custom license.=0A=0A= >From e01acf44822c57cf2af4678007ddd6a70b61ce1e Mon Sep 17 00:00:00 2001=0A= From: Amar Singh =0ADate: Sun, 21 Apr 2019 19:37:37 +053= 0=0ASubject: [PATCH] gnu: Add julius.=0A=0A* gnu/packages/speech.scm (jul= ius): New variable.=0A---=0A gnu/packages/speech.scm | 39 +++++++++++++++= ++++++++++++++++++++++++=0A 1 file changed, 39 insertions(+)=0A=0Adiff --= git a/gnu/packages/speech.scm b/gnu/packages/speech.scm=0Aindex 2d6c63e3f= 9..a99be8a0aa 100644=0A--- a/gnu/packages/speech.scm=0A+++ b/gnu/packages= /speech.scm=0A@@ -33,9 +33,11 @@=0A #:use-module (gnu packages gcc)=0A #:= use-module (gnu packages glib)=0A #:use-module (gnu packages linux)=0A+ #= :use-module (gnu packages perl)=0A #:use-module (gnu packages pkg-config)= =0A #:use-module (gnu packages pulseaudio)=0A #:use-module (gnu packages = python)=0A+ #:use-module (gnu packages sdl)=0A #:use-module (gnu packages= textutils))=0A (define-public espeak=0A@@ -119,6 +121,43 @@ It is based = on the eSpeak engine and supports spectral and Klatt formant=0A synthesis= , and the ability to use MBROLA voices.")=0A (license license:gpl3+)))=0A= +(define-public julius=0A+ (package=0A+ (name "julius")=0A+ (version "8c6= 0cb8c")=0A+ (source=0A+ (origin=0A+ (method git-fetch)=0A+ (uri=0A+ (git-= reference=0A+ (url "https://github.com/julius-speech/julius")=0A+ (commit= version)))=0A+ (file-name=0A+ (git-file-name name version))=0A+ (sha256= =0A+ (base32=0A+ "11qbp9kid251lx6li4fv1r6l0pixxcs1m00sax1z057bhcv4jc7a"))= ))=0A+ (build-system gnu-build-system)=0A+ (arguments=0A+ `(#:phases=0A+ = (modify-phases %standard-phases=0A+ (delete 'check))))=0A+ (inputs=0A+ `(= ("alsa-lib" ,alsa-lib)=0A+ ("zlib" ,zlib)=0A+ ("sdl2" ,sdl2)=0A+ ("perl" = ,perl)))=0A+ (home-page "https://github.com/julius-speech/")=0A+ (synopsi= s "Open-Source Large Vocabulary Continuous Speech=0A+Recognition Engine")= =0A+ (description=0A+ "Julius is a high-performance, small-footprint larg= e vocabulary continuous=0A+ speech recognition (LVCSR) decoder software f= or speech-related researchers and=0A+developers.")=0A+ (license=0A+ (lice= nse:non-copyleft "http://julius.osdn.jp/LICENSE.txt"=0A+ "Julius-Modified= -BSD-4Clause"))))=0A+=0A (define-public mitlm=0A (package=0A (name "mitlm= ")=0A-- =0A2.21.0 ----=_RainLoop_414_332269047.1556159699 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
J= ulius is a speech recognition tool. Package uses a custom license.
>From e01acf44822c57cf2af4678007ddd6a70b61ce1e Mon Sep 17 00:00:00 2001From: Amar Singh <nly@disroot.org>
Date: Sun, 21 Apr 2019 19:3= 7:37 +0530
Subject: [PATCH] gnu: Add julius.

* gnu/packages/spe= ech.scm (julius): New variable.
---
gnu/packages/speech.scm | 39 += ++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(= +)

diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm<= br>index 2d6c63e3f9..a99be8a0aa 100644
--- a/gnu/packages/speech.scm+++ b/gnu/packages/speech.scm
@@ -33,9 +33,11 @@
#:use-module (g= nu packages gcc)
#:use-module (gnu packages glib)
#:use-module (g= nu packages linux)
+ #:use-module (gnu packages perl)
#:use-module= (gnu packages pkg-config)
#:use-module (gnu packages pulseaudio)
= #:use-module (gnu packages python)
+ #:use-module (gnu packages sdl)<= br> #:use-module (gnu packages textutils))

(define-public espeak=
@@ -119,6 +121,43 @@ It is based on the eSpeak engine and supports sp= ectral and Klatt formant
synthesis, and the ability to use MBROLA voi= ces.")
(license license:gpl3+)))

+(define-public julius
+ = (package
+ (name "julius")
+ (version "8c60cb8c")
+ (source
+= (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url = "https://github.com/julius-speech/julius")
+ (commit version)))
+ (= file-name
+ (git-file-name name version))
+ (sha256
+ (base32+ "11qbp9kid251lx6li4fv1r6l0pixxcs1m00sax1z057bhcv4jc7a"))))
+ (build= -system gnu-build-system)
+ (arguments
+ `(#:phases
+ (modify-ph= ases %standard-phases
+ (delete 'check))))
+ (inputs
+ `(("alsa-= lib" ,alsa-lib)
+ ("zlib" ,zlib)
+ ("sdl2" ,sdl2)
+ ("perl" ,per= l)))
+ (home-page "https://github.com/julius-speech/")
+ (synopsis = "Open-Source Large Vocabulary Continuous Speech
+Recognition Engine")<= br>+ (description
+ "Julius is a high-performance, small-footprint lar= ge vocabulary continuous
+ speech recognition (LVCSR) decoder software= for speech-related researchers and
+developers.")
+ (license
+ = (license:non-copyleft "http://julius.osdn.jp/LICENSE.txt"
+ "Julius-Mo= dified-BSD-4Clause"))))
+
(define-public mitlm
(package
(n= ame "mitlm")
--
2.21.0


----=_RainLoop_414_332269047.1556159699--