unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: simon@netpanic.org
To: 57286@debbugs.gnu.org
Cc: Simon Streit <simon@netpanic.org>
Subject: [bug#57286] [PATCH 1/1] gnu: Add streamripper.
Date: Thu, 18 Aug 2022 21:39:47 +0200	[thread overview]
Message-ID: <20220818193947.30135-1-simon@netpanic.org> (raw)
In-Reply-To: <20220818193538.29807-1-simon@netpanic.org>

From: Simon Streit <simon@netpanic.org>

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index aad86bac06..8ed890eaad 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -5863,3 +5863,26 @@ (define-public qpwgraph
 managed by PipeWire.")
     (home-page "https://gitlab.freedesktop.org/rncbc/qpwgraph")
     (license license:gpl2)))
+
+(define-public streamripper
+  (package
+    (name "streamripper")
+    (version "1.64.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://sourceforge.net/projects/streamripper"
+                           "/files/streamripper%20(current)/"
+                           version "/streamripper-" version ".tar.gz"))
+       (sha256
+        (base32 "0hnyv3206r0rfprn3k7k6a0j959kagsfyrmyjm3gsf3vkhp5zmy1"))))
+    (build-system gnu-build-system)
+    (native-inputs (list pkg-config))
+    (inputs (list faad2 glib libmad libvorbis))
+    (home-page "http://streamripper.sourceforge.net")
+    (synopsis "Record audio streams to your hard drive")
+    (description "Streamripper records shoutcast-compatible
+streams.  For shoutcast style streams it finds the “meta data” or track
+separation data, and uses that as a marker for where the track should
+be separated.")
+    (license license:gpl2+)))
-- 
2.37.2





  reply	other threads:[~2022-08-18 19:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-18 19:35 [bug#57286] [PATCH 0/1] Add Streamripper simon
2022-08-18 19:39 ` simon [this message]
2022-08-19  9:34 ` [bug#57286] [PATCH v2 " simon
2022-08-19  9:34 ` [bug#57286] [PATCH v2 1/1] gnu: Add streamripper simon
2022-08-26 22:07 ` bug#57286: [PATCH 0/1] Add Streamripper Marius Bakke

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=20220818193947.30135-1-simon@netpanic.org \
    --to=simon@netpanic.org \
    --cc=57286@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).