[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: Add emacs-yeetube.
From: |
guix-commits |
Subject: |
02/07: gnu: Add emacs-yeetube. |
Date: |
Mon, 11 Sep 2023 17:56:40 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit d514b7b4adf9aef198e5aedecffaf6f7014c0044
Author: Thanos Apollo <public@thanosapollo.com>
AuthorDate: Mon Aug 14 12:38:19 2023 +0300
gnu: Add emacs-yeetube.
* gnu/packages/emacs-xyz.scm (emacs-yeetube): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e971edb676..355afbf8fb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -134,6 +134,7 @@
;;; Copyright © 2023 Ahmad Draidi <a.r.draidi@redscript.org>
;;; Copyright © 2023 Sergiu Ivanov <sivanov@colimite.fr>
;;; Copyright © 2023 Camilo Q.S. (Distopico) <distopico@riseup.net>
+;;; Copyright © 2023 Thanos Apollo <public@thanosapollo.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -27896,6 +27897,33 @@ as playing them in some video player, or downloading
them.")
and comments.")
(license license:gpl3+))))
+(define-public emacs-yeetube
+ (package
+ (name "emacs-yeetube")
+ (version "1.4.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~thanosapollo/yeetube.el")
+ (commit version)))
+ (sha256
+ (base32
+ "0vfap6sri6qnswrjsp6qvmrp98bvrfh58gwdqbjiakq1fzvcrm03"))
+ (file-name (git-file-name name version))))
+ (build-system emacs-build-system)
+ (inputs
+ (list mpv yt-dlp))
+ (home-page "https://sr.ht/~thanosapollo/yeetube.el")
+ (synopsis "Youtube & Invidious front-end for Emacs")
+ (description
+ "This package offers an Emacs interface that allows you to search YouTube
+or an Invidious instance for a specific query. The search results are shown as
+links in an org-mode buffer. The videos can be opened to a user-defined video
+player(by default mpv) or downloaded using yt-dlp. This package also includes
+a yt-dlp front-end.")
+ (license license:gpl3+)))
+
(define-public emacs-org-web-tools
(package
(name "emacs-org-web-tools")
- branch master updated (ab971e9c19 -> 5ff9afb5fd), guix-commits, 2023/09/11
- 01/07: gnu: yelp: Provide dependencies to display "man:" URIs., guix-commits, 2023/09/11
- 05/07: gnu: Add mini., guix-commits, 2023/09/11
- 03/07: gnu: Add emacs-notmuch-indicator., guix-commits, 2023/09/11
- 04/07: gnu: emacs-php-mode: Update URL., guix-commits, 2023/09/11
- 02/07: gnu: Add emacs-yeetube.,
guix-commits <=
- 06/07: gnu: Add picket., guix-commits, 2023/09/11
- 07/07: gnu: emacs-mastodon: Update to 1.0.0-1.20dec88., guix-commits, 2023/09/11