all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72578] [PATCH] gnu: Add fooyin.
@ 2024-08-11 14:53 Rodion Goritskov
  0 siblings, 0 replies; only message in thread
From: Rodion Goritskov @ 2024-08-11 14:53 UTC (permalink / raw)
  To: 72578; +Cc: Rodion Goritskov

* gnu/packages/music.scm (fooyin): New variable.

Change-Id: I8bf9021041acc1a063da243c0a9e592d066fb5f7
---
 gnu/packages/music.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 100a41f87b..a8e1e90b30 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -656,6 +656,43 @@ (define-public ctrlr
                      license:gpl3       ;JUCE
                      license:bsd-3)))))
 
+(define-public fooyin
+  (package
+    (name "fooyin")
+    (version "0.5.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/fooyin/fooyin")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0sy0l65440a23fazvw27wcjjsiylmqb2zpvnx82d6hyj60xsgjw7"))))
+    (build-system cmake-build-system)
+    (arguments
+     `(#:tests? #f))
+    (native-inputs (list pkg-config))
+    (inputs (list alsa-lib
+                  ffmpeg
+                  icu4c
+                  kdsingleapplication
+                  pipewire
+                  qtbase
+                  qttools
+                  qtsvg
+                  sdl2
+                  taglib
+                  zlib))
+    (home-page "https://github.com/fooyin/fooyin")
+    (description
+     "Fooyin is a music player built around customisation.
+It offers a growing list of widgets to manage and play your local music collection.
+It's extensible using a plugin system and many widgets make use of FooScript
+to offer an even deeper level of control.")
+    (synopsis "Customisable Qt-based music player")
+    (license license:gpl3)))
+
 (define-public qmmp
   (package
     (name "qmmp")

base-commit: 174ecf5b1077d29498d9de22e27b13047f314feb
prerequisite-patch-id: a6d84a59be284d4ee6b31487379b377c569986ac
-- 
2.45.2





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-08-11 14:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-11 14:53 [bug#72578] [PATCH] gnu: Add fooyin Rodion Goritskov

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.