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

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

Change-Id: Ic5b2e00a3fcd0095fbab4228ceff0a26b39c84fc
This commit is contained in:
Sughosha 2025-10-03 04:57:16 +05:30 committed by Andreas Enge
parent e22dd5f4c7
commit 9bdfca1851
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
2 changed files with 34 additions and 34 deletions

View file

@ -270,40 +270,6 @@ continuous display of high-volume data.")
image editing capabilities.")
(license license:lgpl2.1+)))
(define-public phonon-backend-gstreamer
(package
(name "phonon-backend-gstreamer")
(version "4.10.0")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://kde/stable/phonon/"
name "/" version "/"
name "-" version ".tar.xz"))
(sha256
(base32
"1wk1ip2w7fkh65zk6rilj314dna0hgsv2xhjmpr5w08xa8sii1y5"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config qttools-5))
(inputs
(list phonon
qtbase-5
qtx11extras
gstreamer
gst-plugins-base
libxml2))
(arguments
`(#:tests? #f
#:configure-flags
'( "-DPHONON_BUILD_PHONON4QT5=ON")))
(home-page "https://community.kde.org/Phonon")
(synopsis "Phonon backend which uses GStreamer")
(description "Phonon makes use of backend libraries to provide sound.
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")

View file

@ -96,6 +96,40 @@
(description "KDE's multimedia library.")
(license license:lgpl2.1+)))
(define-public phonon-backend-gstreamer
(package
(name "phonon-backend-gstreamer")
(version "4.10.0")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://kde/stable/phonon/"
name "/" version "/"
name "-" version ".tar.xz"))
(sha256
(base32
"1wk1ip2w7fkh65zk6rilj314dna0hgsv2xhjmpr5w08xa8sii1y5"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config qttools-5))
(inputs
(list phonon
qtbase-5
qtx11extras
gstreamer
gst-plugins-base
libxml2))
(arguments
`(#:tests? #f
#:configure-flags
'( "-DPHONON_BUILD_PHONON4QT5=ON")))
(home-page "https://community.kde.org/Phonon")
(synopsis "Phonon backend which uses GStreamer")
(description "Phonon makes use of backend libraries to provide sound.
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 audiocd-kio
(package
(name "audiocd-kio")