unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38931] gnu: Add gnome-music.
@ 2020-01-04 23:44 Raghav Gururajan
  2020-01-13 17:20 ` Danny Milosavljevic
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Raghav Gururajan @ 2020-01-04 23:44 UTC (permalink / raw)
  To: 38931

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

Hello Guix!

Please find the attached patch to add gnome-music.

NOTE: This patch depends on the patch #38930.

Thank you!

Regards,
RG.

[-- Attachment #2: gnome-music.patch --]
[-- Type: application/octet-stream, Size: 2331 bytes --]

From 8f9f3412309e17392708bcf37439ea4d940c2412 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Sat, 4 Jan 2020 18:38:19 -0500
Subject: [PATCH] gnu : Add gnome-music.

* gnu/packages/gnome.scm (gnome-music): New variable.
---
 gnu/packages/gnome.scm | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c88e96f0b5..0c3ea5bf57 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -291,6 +291,47 @@ features to enable users to create their discs easily and quickly.")
 for application developers.")
     (license license:lgpl2.1+)))
 
+(define-public gnome-music
+  (package
+   (name "gnome-music")
+   (version "3.34.2")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://gnome/sources/" name "/"
+                                (version-major+minor version) "/"
+                                name "-" version ".tar.xz"))
+            (sha256
+             (base32
+              "19d28ndk3i6b5dqgfv7jr2cpk86vxh0mx1xzagb43xpxaaq02jdr"))))
+   (build-system meson-build-system)
+   (native-inputs
+    `(("glib:bin" ,glib "bin")
+      ("itstools" ,itstool)
+      ("pkg-config" ,pkg-config)))
+   (inputs
+    `(("adwaita-icon-theme" ,adwaita-icon-theme)
+      ("gettext" ,gettext-minimal)
+      ("desktop-file-utils" ,desktop-file-utils)
+      ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
+      ("gobject-introspection" ,gobject-introspection)
+      ("grilo" ,grilo)
+      ("grilo-plugins" ,grilo-plugins)
+      ("gtk+:bin" ,gtk+ "bin")
+      ("gvfs" ,gvfs)
+      ("libdazzle" ,libdazzle)
+      ("libmediaart" ,libmediaart)
+      ("libsoup" ,libsoup)
+      ("pycairo" ,python-pycairo)
+      ("pygobject" ,python-pygobject-3.34)
+      ("tracker" ,tracker)
+      ("tracker-miners" ,tracker-miners)))
+   (synopsis "Simple music player for GNOME desktop")
+   (description "GNOME Music is the new GNOME music playing application
+that aims to combine an elegant and immersive browsing experience
+with simple and straightforward controls.")
+   (home-page "https://wiki.gnome.org/Apps/Music")
+   (license license:gpl2)))
+
 (define-public gnome-user-share
   (package
    (name "gnome-user-share")
-- 
2.24.1


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

end of thread, other threads:[~2020-08-22 16:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-04 23:44 [bug#38931] gnu: Add gnome-music Raghav Gururajan
2020-01-13 17:20 ` Danny Milosavljevic
2020-01-14 23:13 ` Raghav Gururajan
2020-01-14 23:13 ` Raghav Gururajan
2020-04-03 19:02 ` Pierre Neidhardt
2020-04-03 19:59   ` Christopher Baines
2020-04-04  9:24     ` Pierre Neidhardt
2020-04-04  9:25       ` Pierre Neidhardt
2020-04-04 10:17         ` Pierre Neidhardt
2020-08-22 10:34           ` Pierre Neidhardt
2020-08-22 16:34             ` bug#38931: " Leo Famulari

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).