all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68116] Add a package definition for Michelangelo Rodriguez's greader (gnamù reader) Emacs package.
@ 2023-12-30  0:34 Yuval Langer
  2024-01-04 14:47 ` [bug#68116] Add description to the package definition Yuval Langer
  0 siblings, 1 reply; 2+ messages in thread
From: Yuval Langer @ 2023-12-30  0:34 UTC (permalink / raw)
  To: 68116

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

I have written a package definition for this text-to-speech Emacs
minor mode package.

It is extremely useful and I use it every day.

Thank you,
Yuval Langer.

[-- Attachment #2: 0001-Add-a-package-definition-for-Michelangelo-Rodriguez-.patch --]
[-- Type: text/x-patch, Size: 1731 bytes --]

From 5740ce7b4231cd66a3d82211308fbe7f968c806d Mon Sep 17 00:00:00 2001
Message-Id: <5740ce7b4231cd66a3d82211308fbe7f968c806d.1703896207.git.yuval.langer@gmail.com>
From: Yuval Langer <yuval.langer@gmail.com>
Date: Sat, 30 Dec 2023 02:29:56 +0200
Subject: [PATCH] Add a package definition for Michelangelo Rodriguez's greader
 Emacs package.

---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6bec2bca46..86bd70875d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1400,6 +1400,30 @@ configuration files, such as @file{.gitattributes}, @file{.gitignore}, and
 
 (define-deprecated/public-alias git-modes emacs-git-modes)
 
+(define-public emacs-greader-mode
+  (let ((commit "fe5df5a83932acccf3407d67c59c131be058d6c4")
+        (base32-string "02b2p2y10gwkddka905skz812d73n3l6nvqnq5pzas2a7wfw7jzq")
+        (git-repository-url "https://gitlab.com/michelangelo-rodriguez/greader"))
+    (package
+      (name "emacs-greader-mode")
+      (version "0.8.0")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url git-repository-url)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 base32-string))))
+      (build-system emacs-build-system)
+      (inputs (list espeak-ng))
+      (home-page git-repository-url)
+      (synopsis "greader - gnamù reader, send buffer contents to a speech engine")
+      (description
+       "")
+      (license license:gpl3+))))
+
 (define-public emacs-with-editor
   (package
     (name "emacs-with-editor")
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#68116] Add description to the package definition.
  2023-12-30  0:34 [bug#68116] Add a package definition for Michelangelo Rodriguez's greader (gnamù reader) Emacs package Yuval Langer
@ 2024-01-04 14:47 ` Yuval Langer
  0 siblings, 0 replies; 2+ messages in thread
From: Yuval Langer @ 2024-01-04 14:47 UTC (permalink / raw)
  To: 68116

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-Add-Michelangelo-Rodriguez-s-description-of-his-pack.patch --]
[-- Type: text/x-patch, Size: 1379 bytes --]

From 64767f87333d5f0a84e0ff628ab04d7bfe9dd46a Mon Sep 17 00:00:00 2001
Message-Id: <64767f87333d5f0a84e0ff628ab04d7bfe9dd46a.1704379533.git.yuval.langer@gmail.com>
From: Yuval Langer <yuval.langer@gmail.com>
Date: Thu, 4 Jan 2024 16:45:01 +0200
Subject: [PATCH] Add Michelangelo Rodriguez's description of his package.

---
 gnu/packages/emacs-xyz.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 86bd70875d..dd4036125e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1421,7 +1421,13 @@ configuration files, such as @file{.gitattributes}, @file{.gitignore}, and
       (home-page git-repository-url)
       (synopsis "greader - gnamù reader, send buffer contents to a speech engine")
       (description
-       "")
+       "Greader is a module that allows you to send any emacs buffer to a TTS.
+A text-to-speech like engine `espeak-ng' or `speech-dispatcher'are
+already supported, plus limited bakend support native to macOS.  The
+mode supports timer reading, automatic scrolling of buffers in modes
+like `info-mode', repeating reading of regions or the whole buffer,
+includes a feature to facilitate the compilation of espeak-ng
+pronunciations, and other features.")
       (license license:gpl3+))))
 
 (define-public emacs-with-editor
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-04 14:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-30  0:34 [bug#68116] Add a package definition for Michelangelo Rodriguez's greader (gnamù reader) Emacs package Yuval Langer
2024-01-04 14:47 ` [bug#68116] Add description to the package definition Yuval Langer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.