summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2025-10-03 04:57:16 +0530
committerAndreas Enge <andreas@enge.fr>2025-10-17 11:27:14 +0200
commit9bdfca1851c3d2622da97e1762c8e25b1b659aa9 (patch)
treed454fd72a0840bb4c4eb0bf3eaf46a820aff6fb5
parente22dd5f4c7f33aff9073582e89b103a1da7e4bb7 (diff)
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
-rw-r--r--gnu/packages/kde-frameworks.scm34
-rw-r--r--gnu/packages/kde-multimedia.scm34
2 files changed, 34 insertions, 34 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index a5671efb77a..848a632dafe 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -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")
diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index c4b0a9c01ba..3a567ec87a2 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -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")