mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: Add mpv-uosc.
* gnu/packages/video.scm (mpv-uosc): New variable. Merges: https://codeberg.org/guix/guix/pulls/2496 Change-Id: I867a488759599627c41d514ccc2ca4f5d156e209 Signed-off-by: Giacomo Leidi <therewasa@fishinthecalculator.me>
This commit is contained in:
parent
854243adcd
commit
b8c8540203
1 changed files with 30 additions and 0 deletions
|
|
@ -2849,6 +2849,36 @@ projects while introducing many more.")
|
|||
used alongside a @acronym{UI, User Interface} script that calls it.")
|
||||
(license license:mpl2.0))))
|
||||
|
||||
(define-public mpv-uosc
|
||||
(package
|
||||
(name "mpv-uosc")
|
||||
(version "5.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/tomasklaen/uosc")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0pn9a8jp9v7pf6vpifqy9nwr7ac862cb1p1vgm6wy84nxxgklaxx"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:install-plan
|
||||
#~'(("src/uosc" "share/mpv/scripts/")
|
||||
("src/fonts" "share/mpv/"))))
|
||||
(propagated-inputs
|
||||
(list mpv-thumbfast))
|
||||
(home-page "https://github.com/tomasklaen/uosc")
|
||||
(synopsis "Feature-rich minimalist proximity-based UI for mpv player")
|
||||
(description
|
||||
"uosc is a minimalist interface for mpv. It hides and shows elements
|
||||
based on cursor proximity and offers configurable controls, thumbnails, and
|
||||
tools for selecting subtitles, audio, and video tracks, and downloading
|
||||
subtitles. Menus are searchable and support mouse scroll wheel.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public smplayer
|
||||
(package
|
||||
(name "smplayer")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue