From: "Raghav Gururajan" <raghavgururajan@disroot.org>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 38931@debbugs.gnu.org
Subject: [bug#38931] gnu: Add gnome-music.
Date: Tue, 14 Jan 2020 23:13:58 +0000 [thread overview]
Message-ID: <8a0c274ea8bf828d4d7ce7b97de77f21@disroot.org> (raw)
In-Reply-To: <20200113182015.5b378e37@scratchpost.org>
[-- Attachment #1: Type: text/plain, Size: 478 bytes --]
Hello Danny!
> Please make the things which are only required for the build and not required
> runtime native-inputs.
Yes, please find the attached revised patch.
> Is the license gpl2 only?
It is gpl2+. Please find the attached revised patch.
> How are grilo-plugins searched for?
Not sure. :/
> Why is pycairo and pygobject in the "input" list?
I do not know exactly why, but some parts of the application are (re)written in python.
Regards,
RG.
[-- Attachment #2: gnome-music.patch --]
[-- Type: application/octet-stream, Size: 2362 bytes --]
From 05f4975ecda004c96a5cfa7aa85ef1c6bfef412c Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Tue, 14 Jan 2020 18:08:27 -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 9b63f555e1..0e41faa458 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -246,6 +246,47 @@ Desktop. It is designed to be as simple as possible and has some unique
features to enable users to create their discs easily and quickly.")
(license license:gpl2+)))
+(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
+ `(("desktop-file-utils" ,desktop-file-utils)
+ ("gettext" ,gettext-minimal)
+ ("glib:bin" ,glib "bin")
+ ("gobject-introspection" ,gobject-introspection)
+ ("gtk+:bin" ,gtk+ "bin")
+ ("itstools" ,itstool)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("adwaita-icon-theme" ,adwaita-icon-theme)
+ ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
+ ("grilo" ,grilo)
+ ("grilo-plugins" ,grilo-plugins)
+ ("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-boxes
(package
(name "gnome-boxes")
--
2.24.1
next prev parent reply other threads:[~2020-01-14 23:15 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
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=8a0c274ea8bf828d4d7ce7b97de77f21@disroot.org \
--to=raghavgururajan@disroot.org \
--cc=38931@debbugs.gnu.org \
--cc=dannym@scratchpost.org \
/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).