unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <raghavgururajan@disroot.org>
To: 40960@debbugs.gnu.org
Subject: [bug#40960] gnu: Add audacious. (v2)
Date: Wed, 29 Apr 2020 09:10:53 -0400	[thread overview]
Message-ID: <20200429091053.25174ab5.raghavgururajan@disroot.org> (raw)
In-Reply-To: <20200429071201.3771ce1a.raghavgururajan@disroot.org>

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



[-- Attachment #2: 0001-gnu-Add-audacious.patch --]
[-- Type: text/x-patch, Size: 2002 bytes --]

From fe1bbc1aa403197cfa19e1fe4ed41b9a079d4c96 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Wed, 29 Apr 2020 09:09:26 -0400
Subject: [PATCH] gnu: Add audacious.

* gnu/packages/audio.scm (audacious): New variable.
---
 gnu/packages/audio.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index bf16e09f61..52c9d9370e 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -111,6 +111,7 @@
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system glib-or-gtk)
   #:use-module (guix build-system gnu)
+  #:use-module (guix build-system qt)
   #:use-module (guix build-system meson)
   #:use-module (guix build-system python)
   #:use-module (guix build-system trivial)
@@ -123,6 +124,39 @@
   #:use-module (srfi srfi-1)
   #:use-module (srfi srfi-26))
 
+(define-public audacious
+  (package
+    (name "audacious")
+    (version "4.0.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri
+        (string-append "https://distfiles.audacious-media-player.org/"
+                       name "-" version ".tar.bz2"))
+       (sha256
+        (base32 "1mkn3wiqmp0mfaxmmcx41mkaz6xi9bl7jkca5g32mwsp332pf0gk"))))
+    (build-system meson-build-system)
+    (native-inputs
+     `(("gettext" ,gettext-minimal)
+       ("glib:bin" ,glib "bin")
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("glib" ,glib)
+       ("qtbase" ,qtbase)))
+    (synopsis "Lightweight and versatile audio player")
+    (description "Audacious is an audio player software with a focus on low
+resource use, high audio quality, and support for a wide range of audio
+formats.")
+    (home-page "https://audacious-media-player.org/")
+    (license
+     (list
+      license:bsd-2
+      ;; Icons
+      license:cc-by-sa4.0
+      ;; LibGuess
+      license:bsd-3))))
+
 (define-public vo-amrwbenc
   (package
     (name "vo-amrwbenc")
-- 
2.26.2


  parent reply	other threads:[~2020-04-29 13:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-29 11:12 [bug#40960] gnu: Add audacious Raghav Gururajan
2020-04-29 11:14 ` Raghav Gururajan
2020-04-29 13:10 ` Raghav Gururajan [this message]
2020-04-30  4:03 ` [bug#40960] gnu: Add audacious. (v3) Raghav Gururajan
2020-04-30  4:10 ` [bug#40960] gnu: Add audacious. (v4) Raghav Gururajan
2020-05-01  9:21   ` Danny Milosavljevic
2020-05-01  9:54     ` Raghav Gururajan

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=20200429091053.25174ab5.raghavgururajan@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=40960@debbugs.gnu.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).