mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: dragon: Switch to Phonon-VLC backend.
* gnu/packages/kde-multimedia.scm (dragon): Delete [arguments]. [inputs]: Remove phonon-plugin-gstreamer, gst-plugins-base and gst-plugins-good. Add phonon-plugin-vlc. Change-Id: I162717269085cfc025b03a3cc24b5f99346ce0be Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
40cf627160
commit
418a75b157
1 changed files with 1 additions and 13 deletions
|
@ -126,21 +126,9 @@ (define-public dragon
|
|||
kxmlgui
|
||||
breeze-icons ; default icon set
|
||||
phonon
|
||||
phonon-backend-gstreamer
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
phonon-backend-vlc
|
||||
qtbase-5
|
||||
solid))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'qt-wrap 'gst-wrap
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out"))
|
||||
(gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH")))
|
||||
(wrap-program (string-append out "/bin/dragon")
|
||||
`("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path)))
|
||||
#t))))))
|
||||
(home-page "https://apps.kde.org/dragonplayer/")
|
||||
(synopsis "Simple video player")
|
||||
(description "Dragon Player is a multimedia player where the focus is on
|
||||
|
|
Loading…
Reference in a new issue