gnu: phonon-backend-vlc: Move to kde-multimedia.scm.

* gnu/packages/kde-frameworks.scm (phonon-backend-vlc): Remove variable.
* gnu/packages/kde-multimedia.scm (phonon-backend-vlc): New variable.

Change-Id: Id1486ce180eb9be4bc210be753b5683ca6e3ae99
This commit is contained in:
Sughosha 2025-10-03 05:00:03 +05:30 committed by Andreas Enge
parent 9bdfca1851
commit 58581ea1d3
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
2 changed files with 29 additions and 29 deletions

View file

@ -270,35 +270,6 @@ continuous display of high-volume data.")
image editing capabilities.")
(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)))
;; Tier 1
;;

View file

@ -130,6 +130,35 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.")
;; license: source files mention "either version 2.1 or 3"
(license (list license:lgpl2.1 license:lgpl3))))
(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")