mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: elisa: Update to 24.05.2.
* gnu/packages/kde-multimedia.scm (elisa): Update to 24.05.2. [inputs]: Remove kmediaplayer, qtbase-5, qtdeclarative-5, qtgraphicaleffects, qtmultimedia-5, qtquickcontrols-5, qtquickcontrols2-5, qtsvg-5, and qtx11extras; add kirigami-addons, qqc2-desktop-style, qtsvg, qtdeclarative, and qtmultimedia. [native-inputs]: Add python-minimal. [arguments]: Set #:qtbase to qtbase. Change-Id: Ib0e028e2da7940445c1227582b4ad262ae19d816
This commit is contained in:
parent
9603469daf
commit
dd5fa38ab9
1 changed files with 11 additions and 13 deletions
|
@ -41,6 +41,7 @@
|
||||||
#:use-module (gnu packages gtk)
|
#:use-module (gnu packages gtk)
|
||||||
#:use-module (gnu packages gnome)
|
#:use-module (gnu packages gnome)
|
||||||
#:use-module (gnu packages gstreamer)
|
#:use-module (gnu packages gstreamer)
|
||||||
|
#:use-module (gnu packages kde)
|
||||||
#:use-module (gnu packages kde-frameworks)
|
#:use-module (gnu packages kde-frameworks)
|
||||||
#:use-module (gnu packages libcanberra)
|
#:use-module (gnu packages libcanberra)
|
||||||
#:use-module (gnu packages linux)
|
#:use-module (gnu packages linux)
|
||||||
|
@ -144,18 +145,18 @@ This package is part of the KDE multimedia module.")
|
||||||
(define-public elisa
|
(define-public elisa
|
||||||
(package
|
(package
|
||||||
(name "elisa")
|
(name "elisa")
|
||||||
(version "23.08.5")
|
(version "24.05.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/elisa-" version ".tar.xz"))
|
"/src/elisa-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hml0bmp1cfqc9x9q2a1lz2f6ab7ygblf6xz0qlwjxripvqw8b47"))))
|
(base32 "03hvkn4l4k0jbww5q72spk9nbgfxi8k7zk5z2mlc63c0j7q7w5y0"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config dbus kdoctools
|
(list extra-cmake-modules pkg-config dbus kdoctools
|
||||||
xorg-server-for-tests))
|
xorg-server-for-tests python-minimal))
|
||||||
(inputs
|
(inputs
|
||||||
(list kconfig
|
(list kconfig
|
||||||
baloo
|
baloo
|
||||||
|
@ -170,25 +171,22 @@ This package is part of the KDE multimedia module.")
|
||||||
kiconthemes
|
kiconthemes
|
||||||
kio
|
kio
|
||||||
kirigami
|
kirigami
|
||||||
kmediaplayer
|
kirigami-addons
|
||||||
|
qqc2-desktop-style
|
||||||
kparts
|
kparts
|
||||||
kpackage
|
kpackage
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kxmlgui
|
kxmlgui
|
||||||
breeze-icons ; default icon set
|
breeze-icons ; default icon set
|
||||||
phonon
|
phonon
|
||||||
qtbase-5
|
qtsvg
|
||||||
qtdeclarative-5
|
qtdeclarative
|
||||||
qtgraphicaleffects ; not listed as dependency
|
qtmultimedia
|
||||||
qtmultimedia-5
|
|
||||||
qtquickcontrols-5
|
|
||||||
qtquickcontrols2-5
|
|
||||||
qtsvg-5
|
|
||||||
qtx11extras
|
|
||||||
;; TODO: upnpqt https://gitlab.com/homeautomationqt/upnp-player-qt
|
;; TODO: upnpqt https://gitlab.com/homeautomationqt/upnp-player-qt
|
||||||
vlc))
|
vlc))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;; many tests fail
|
`(#:qtbase ,qtbase
|
||||||
|
#:tests? #f ;; many tests fail
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'start-xorg-server
|
(add-before 'check 'start-xorg-server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue