From patchwork Sat Apr 6 09:08:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Dale Mellor X-Patchwork-Id: 62772 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id F33C127BBEA; Sat, 6 Apr 2024 10:10:09 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 7D50227BBE2 for ; Sat, 6 Apr 2024 10:10:05 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rt23k-00014r-6F; Sat, 06 Apr 2024 05:10:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rt23h-00014S-EO for guix-patches@gnu.org; Sat, 06 Apr 2024 05:09:57 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rt23h-0001vs-6A for guix-patches@gnu.org; Sat, 06 Apr 2024 05:09:57 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rt23n-0007s9-3X; Sat, 06 Apr 2024 05:10:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#70190] [PATCH v2] gnu: speech-dispatcher: Update to 0.11.5. Resent-From: Dale Mellor Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org, guix-devel-0brg6b@rdmp.org Resent-Date: Sat, 06 Apr 2024 09:10:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70190 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70190@debbugs.gnu.org Cc: =?utf-8?q?S=C3=A9bastien?= Lerique , Dale Mellor Received: via spool by 70190-submit@debbugs.gnu.org id=B70190.171239456130020 (code B ref 70190); Sat, 06 Apr 2024 09:10:03 +0000 Received: (at 70190) by debbugs.gnu.org; 6 Apr 2024 09:09:21 +0000 Received: from localhost ([127.0.0.1]:38274 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rt236-0007o8-I0 for submit@debbugs.gnu.org; Sat, 06 Apr 2024 05:09:20 -0400 Received: from [195.15.247.228] (port=55260 helo=rdmp.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rt234-0007nO-3w for 70190@debbugs.gnu.org; Sat, 06 Apr 2024 05:09:19 -0400 Received: from [127.0.0.1] (helo=localhost.localdomain) by rdmp.org with esmtp (Exim 4.96.1) (envelope-from ) id 1rt22r-0005Ku-2p; Sat, 06 Apr 2024 09:09:06 +0000 From: Dale Mellor Date: Sat, 6 Apr 2024 10:08:54 +0100 Message-ID: <20240406090856.733386-1-guix-devel-0brg6b@rdmp.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: <0b78d4b1cbb0a902dcca400d2937a66ea66e06b2.1712223723.git.sl@eauchat.org> References: <0b78d4b1cbb0a902dcca400d2937a66ea66e06b2.1712223723.git.sl@eauchat.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches From: Sébastien Lerique * gnu/packages/speech.scm (speech-dispatcher): Update to 0.11.5. [source]: Switch to git-fetch. [native-inputs]: Add autoconf, automake, libtool. [inputs]: Add python-xdg. Review: * the change is minimal, patch applies cleanly * the upstream source has changed to a GIT repository; checked authenticity against upstream home page https://freebsoft.org/speechd * the license is complicated, but does not appear to have changed from previous release * guix lint is clean * installed and tested by running 'spd-say "hello"' at the command-line Reviewed-by: Dale Mellor Change-Id: If323f17bac54da427be1a09d847de50842717a01 --- gnu/packages/speech.scm | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm index 9939d2f165..36b67ccd93 100644 --- a/gnu/packages/speech.scm +++ b/gnu/packages/speech.scm @@ -8,6 +8,7 @@ ;;; Copyright © 2020 Nicolas Goaziou ;;; Copyright © 2020 Efraim Flashner ;;; Copyright © 2021 qblade +;;; Copyright © 2024 Sébastien Lerique ;;; ;;; This file is part of GNU Guix. ;;; @@ -51,6 +52,7 @@ (define-module (gnu packages speech) #:use-module (gnu packages pkg-config) #:use-module (gnu packages pulseaudio) #:use-module (gnu packages python) + #:use-module (gnu packages python-xyz) #:use-module (gnu packages swig) #:use-module (gnu packages texinfo) #:use-module (gnu packages textutils)) @@ -236,15 +238,16 @@ (define-public mitlm (define-public speech-dispatcher (package (name "speech-dispatcher") - (version "0.11.4") + (version "0.11.5") (source (origin - (method url-fetch) - (uri (string-append "https://github.com/brailcom/speechd/releases" - "/download/" version "/speech-dispatcher-" - version ".tar.gz")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/brailcom/speechd") + (commit version))) + (file-name (git-file-name name version)) (sha256 (base32 - "1fb6ypnr8r3905b68bbplg1qcaw3f6br2yzxkk4bb79dnwdj42cc")))) + "0z2rb1yi06v145sr2h69rxbxzrsfrk198cw6bgpf8wj2njfh3555")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--disable-static" @@ -253,7 +256,12 @@ (define-public speech-dispatcher "--with-voxin=no" "--with-ibmtts=no" "--with-kali=no" "--with-baratinoo=no"))) (native-inputs - (list gettext-minimal pkg-config texinfo)) + (list autoconf + automake + gettext-minimal + libtool + pkg-config + texinfo)) (inputs (list dotconf espeak-ng @@ -261,7 +269,8 @@ (define-public speech-dispatcher libltdl libsndfile pulseaudio - python)) + python + python-xdg)) (synopsis "Common interface to speech synthesizers") (description "The Speech Dispatcher project provides a high-level device independent layer for access to speech synthesis through a simple,