From 1a7701e029be28aa8f25da9d8828d3568a236b93 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 17 Nov 2025 16:56:35 +0100 Subject: [PATCH] gnu: Remove phonon-backend-gstreamer. * gnu/packages/kde-multimedia.scm (phonon-backend-gstreamer): Delete variable. Fixes: guix/guix#3447 Change-Id: Ib388b98e8c458c42aa1af8f356270aea0686ad54 --- gnu/packages/kde-multimedia.scm | 34 --------------------------------- 1 file changed, 34 deletions(-) diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm index 328953df368dfedac3431df58279cce51fd03d6c..a8d33fb8579fd5652693a84915113ee34a21d738 100644 --- a/gnu/packages/kde-multimedia.scm +++ b/gnu/packages/kde-multimedia.scm @@ -103,40 +103,6 @@ (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 phonon-backend-vlc (package (name "phonon-backend-vlc")