me
/
guix
Archived
1
0
Fork 0

gnu: Add mpvqt.

* gnu/packages/kde-plasma.scm (mpvqt): New variable.

Change-Id: I9d370a780f9088541a63c94c7a4ac017d1cc57fe
master
Zheng Junjie 2024-07-07 17:18:58 +08:00
parent 9c58e9538c
commit 0ece738474
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 26 additions and 0 deletions

View File

@ -1790,6 +1790,32 @@ KF5/Qt5 to KF6/Qt6")
is controllable via voice or TV remote.")
(license license:gpl2+)))
(define-public mpvqt
(package
(name "mpvqt")
(version "1.0.0")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://kde/stable/mpvqt/"
name "-" version ".tar.xz"))
(sha256
(base32
"1fafyn3a8hgg1g3nfka6hyynlmqdygaxz0fhp4ckxwz54nlx4cci"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))
(inputs
(list qtdeclarative))
(propagated-inputs
(list mpv))
(arguments
(list #:qtbase qtbase))
(home-page "https://invent.kde.org/libraries/mpvqt")
(synopsis "A libmpv wrapper for QtQuick2 and QML")
(description "This package provides a libmpv wrapper for QtQuick2 and QML.")
(license license:lgpl2.1+)))
(define-public plasmatube
(package
(name "plasmatube")