all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53388] New package: gallery-dl
@ 2022-01-20 11:48 Bird
  2022-01-20 17:10 ` Maxime Devos
  2022-01-20 18:24 ` Leo Famulari
  0 siblings, 2 replies; 7+ messages in thread
From: Bird @ 2022-01-20 11:48 UTC (permalink / raw)
  To: 53388

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

Hello,

The attached patch adds a new package: gallery-dl in
gnu/packages/video.scm

Thanks!


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-gallery-dl-Add-a-new-package.patch --]
[-- Type: text/x-patch, Size: 1735 bytes --]

From 799d589e6b5d76b4cac6272d22f87603729fb9e1 Mon Sep 17 00:00:00 2001
From: Bird <birdsite@airmail.cc>
Date: Thu, 20 Jan 2022 11:42:24 +0000
Subject: [PATCH] gnu: gallery-dl: Add a new package. *
 gnu/packages/video.scm(gallery-dl): Add package.

---
 gnu/packages/video.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 461ccbb950..237cb931d0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2245,6 +2245,31 @@ (define-public smplayer
 the last played position, etc.")
     (license license:gpl2+)))
 
+(define-public gallery-dl
+  (package
+    (name "gallery-dl")
+    (version "1.20.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://github.com/mikf/gallery-dl"
+                                  "/releases/download/v"
+                                  version
+                                  "/gallery_dl-"
+                                  version
+                                  ".tar.gz"))
+              (sha256
+               (base32
+                "0qkz8aznvybdqrjxsl6ir319ras05mi8l0sal4mgi18l70jndh51"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-requests))
+    (home-page "https://github.com/mikf/gallery-dl")
+    (synopsis "Command-line program to download images from several sites")
+    (description "Command-line program to download image galleries
+ and collections from several image hosting sites")
+    (license gpl2+)
+    (arguments
+     '(#:tests? #f))))
+
 (define-public gnome-mpv
   (deprecated-package "gnome-mpv" celluloid))
 

base-commit: 2b6af630d61dd5b16424be55088de2b079e9fbaf
-- 
2.34.0


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

end of thread, other threads:[~2022-01-25 18:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-20 11:48 [bug#53388] New package: gallery-dl Bird
2022-01-20 17:10 ` Maxime Devos
2022-01-20 17:42   ` Bird
2022-01-25 18:37     ` Leo Famulari
2022-01-20 18:24 ` Leo Famulari
2022-01-21  4:46   ` Bird
2022-01-25 18:31     ` bug#53388: " Leo Famulari

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.