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")