@@ -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")