GNU bug report logs -
#70288
[PATCH 1/3] gnu: Add phonon-backend-vlc.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 01 May 2024 00:30:59 +0800
with message-id <87ttjiu81o.fsf <at> iscas.ac.cn>
and subject line Re: [bug#70288] [PATCH 1/3] gnu: Add phonon-backend-vlc.
has caused the debbugs.gnu.org bug report #70288,
regarding [PATCH 2/3] gnu: dragon: Switch to Phonon-VLC backend.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
70288: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70288
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/kde-multimedia.scm (dragon):
Delete [arguments].
[inputs]: Remove phonon-plugin-gstreamer, gst-plugins-base and
gst-plugins-good. Add phonon-plugin-vlc.
Change-Id: I162717269085cfc025b03a3cc24b5f99346ce0be
---
gnu/packages/kde-multimedia.scm | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index 655ae39277..77cafb6090 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -126,21 +126,9 @@ (define-public dragon
kxmlgui
breeze-icons ; default icon set
phonon
- phonon-backend-gstreamer
- gst-plugins-base
- gst-plugins-good
+ phonon-backend-vlc
qtbase-5
solid))
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'qt-wrap 'gst-wrap
- (lambda* (#:key inputs outputs #:allow-other-keys)
- (let ((out (assoc-ref outputs "out"))
- (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH")))
- (wrap-program (string-append out "/bin/dragon")
- `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path)))
- #t))))))
(home-page "https://apps.kde.org/dragonplayer/")
(synopsis "Simple video player")
(description "Dragon Player is a multimedia player where the focus is on
--
2.41.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Sughosha via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/kde-frameworks.scm (phonon-plugin-vlc): New variable.
>
> Change-Id: I5a680d55782cbfcd6349efc64cce36457f456377
> ---
> gnu/packages/kde-frameworks.scm | 27 +++++++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
>
> diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
> index f487ac9a30..8135cfa544 100644
> --- a/gnu/packages/kde-frameworks.scm
> +++ b/gnu/packages/kde-frameworks.scm
> @@ -288,6 +288,33 @@ (define-public phonon-backend-gstreamer
> ;; 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 #:configure-flags
> + #~(list "-DPHONON_BUILD_QT6=OFF")))
> + (native-inputs
> + (list extra-cmake-modules qttools-5))
> + (inputs
> + (list phonon qtbase-5 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
> ;;
apply, see
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=40cf627160f14b7077094e1999de189309e41058
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=418a75b15733affac92254f03b9e74a0ba271fd9
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=29987db3809bbda16762ecb349142be6cf71a0af
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 1 year and 81 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.