mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Remove phonon-backend-vlc.
* gnu/packages/kde-multimedia.scm (phonon-backend-vlc): Delete variable. Fixes: guix/guix#4122 Change-Id: If85bf0a02ba423a3003b8019da294686c9dcd0d7
This commit is contained in:
parent
25bd17ebab
commit
291c1506e0
1 changed files with 0 additions and 29 deletions
|
|
@ -103,35 +103,6 @@
|
|||
(description "KDE's multimedia library.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public phonon-backend-vlc
|
||||
(package
|
||||
(name "phonon-backend-vlc")
|
||||
(version "0.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://kde/stable/phonon/"
|
||||
name "/" version "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19f9wzff4nr36ryq18i6qvsq5kqxfkpqsmsvrarr8jqy8pf7k11k"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f
|
||||
#:configure-flags
|
||||
#~(list "-DPHONON_BUILD_QT5=OFF"
|
||||
"-DPHONON_BUILD_QT6=ON")))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules qttools))
|
||||
(inputs
|
||||
(list phonon qtbase vlc))
|
||||
(home-page "https://community.kde.org/Phonon")
|
||||
(synopsis "Phonon backend which uses VLC")
|
||||
(description "Phonon makes use of backend libraries to provide sound.
|
||||
Phonon-VLC is a backend based on the VLC multimedia library.")
|
||||
(license license:lgpl2.1)))
|
||||
|
||||
(define-public audiocd-kio
|
||||
(package
|
||||
(name "audiocd-kio")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue