unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Z572 <zhengjunjie@iscas.ac.cn>
To: Sughosha via Guix-patches via <guix-patches@gnu.org>
Cc: 70288-done@debbugs.gnu.org, Sughosha <sughosha@disroot.org>
Subject: bug#70288: [PATCH 1/3] gnu: Add phonon-backend-vlc.
Date: Wed, 01 May 2024 00:30:59 +0800	[thread overview]
Message-ID: <87ttjiu81o.fsf@iscas.ac.cn> (raw)
In-Reply-To: <53ead7b461f28df283bfeecf867014b80e0af172.1712602406.git.sughosha@disroot.org> (Sughosha via Guix-patches via's message of "Tue, 9 Apr 2024 00:48:51 +0530")

[-- Attachment #1: Type: text/plain, Size: 2096 bytes --]

Sughosha via Guix-patches via <guix-patches@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2024-04-30 16:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-08 19:18 [bug#70289] [PATCH 0/3] Use Phonon-VLC backend for juk and dragon Sughosha via Guix-patches via
2024-04-08 19:18 ` [bug#70288] [PATCH 1/3] gnu: Add phonon-backend-vlc Sughosha via Guix-patches via
2024-04-30 16:30   ` Z572 [this message]
2024-04-08 19:18 ` [bug#70290] [PATCH 2/3] gnu: dragon: Switch to Phonon-VLC backend Sughosha via Guix-patches via
2024-04-08 19:18 ` [bug#70291] [PATCH 3/3] gnu: juk: " Sughosha via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ttjiu81o.fsf@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=70288-done@debbugs.gnu.org \
    --cc=guix-patches@gnu.org \
    --cc=sughosha@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).