all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 70288@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>
Subject: [bug#70288] [PATCH 1/3] gnu: Add phonon-backend-vlc.
Date: Tue,  9 Apr 2024 00:48:51 +0530	[thread overview]
Message-ID: <53ead7b461f28df283bfeecf867014b80e0af172.1712602406.git.sughosha@disroot.org> (raw)
In-Reply-To: <cover.1712602405.git.sughosha@disroot.org>

* 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
 ;;
-- 
2.41.0





  reply	other threads:[~2024-04-08 19:20 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 ` Sughosha via Guix-patches via [this message]
2024-04-30 16:30   ` bug#70288: [PATCH 1/3] gnu: Add phonon-backend-vlc Z572
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

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

  git send-email \
    --in-reply-to=53ead7b461f28df283bfeecf867014b80e0af172.1712602406.git.sughosha@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=70288@debbugs.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.