unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Sergio Pastor Pérez" <sergio.pastorperez@outlook.es>
To: 70787@debbugs.gnu.org
Cc: "Sergio Pastor Pérez" <sergio.pastorperez@outlook.es>,
	"Efraim Flashner" <efraim@flashner.co.il>
Subject: [bug#70787] [PATCH 4/4] gnu: Add heic-to-dynamic-gnome-wallpaper.
Date: Sun,  5 May 2024 16:44:08 +0200	[thread overview]
Message-ID: <PAXP251MB0348297FF6C3AAC9482BA4B4F31D2@PAXP251MB0348.EURP251.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <cover.1714919491.git.sergio.pastorperez@outlook.es>

* gnu/packages/rust-apps.scm (heic-to-dynamic-gnome-wallpaper): New variable.

Change-Id: I74b87a11e7f77d6a40262c6298bdf9c95a9c9438
---
 gnu/packages/rust-apps.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index d73bd1a030..41d8c4efac 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -723,6 +723,40 @@ (define-public fd
 defaults for 80% of the use cases.")
      (license (list license:expat license:asl2.0))))
 
+(define-public heic-to-dynamic-gnome-wallpaper
+  (package
+    (name "heic-to-dynamic-gnome-wallpaper")
+    (version "0.1.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "heic-to-dynamic-gnome-wallpaper" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0k94nxbyvxr1ls3myfn2k8in466wdlgd5f5kv7vyrb3dm298ycf8"))))
+    (build-system cargo-build-system)
+    (native-inputs (list pkg-config))
+    (inputs (list libheif))
+    (arguments
+     `(#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
+                       ("rust-base64" ,rust-base64-0.13)
+                       ("rust-chrono" ,rust-chrono-0.4)
+                       ("rust-clap" ,rust-clap-3)
+                       ("rust-colored" ,rust-colored-2)
+                       ("rust-indicatif" ,rust-indicatif-0.16)
+                       ("rust-libheif-rs" ,rust-libheif-rs-0.15)
+                       ("rust-plist" ,rust-plist-1)
+                       ("rust-png" ,rust-png-0.17)
+                       ("rust-quick-xml" ,rust-quick-xml-0.22)
+                       ("rust-serde" ,rust-serde-1))))
+    (home-page "https://github.com/jwuensche/heic-to-dynamic-gnome-wallpaper")
+    (synopsis
+     "Convert MacOS's dynamic wallpapers to dynamic gnome xml wallpapers")
+    (description
+     "CLI tool to convert heic image containers used in
+@code{MacOS's} dynamic wallpapers to dynamic gnome xml wallpapers.")
+    (license license:gpl3)))
+
 (define-public hexyl
   (package
     (name "hexyl")
-- 
2.41.0





      parent reply	other threads:[~2024-05-05 14:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1714919491.git.sergio.pastorperez@outlook.es>
2024-05-05 14:44 ` [bug#70787] [PATCH 1/4] gnu: Add rust-enumn-0.1 Sergio Pastor Pérez
2024-05-05 14:44 ` [bug#70787] [PATCH 2/4] gnu: Add rust-libheif-sys-1 Sergio Pastor Pérez
2024-05-05 14:44 ` [bug#70787] [PATCH 3/4] gnu: Add rust-libheif-rs-0.15 Sergio Pastor Pérez
2024-05-05 14:44 ` Sergio Pastor Pérez [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=PAXP251MB0348297FF6C3AAC9482BA4B4F31D2@PAXP251MB0348.EURP251.PROD.OUTLOOK.COM \
    --to=sergio.pastorperez@outlook.es \
    --cc=70787@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).