GNU bug report logs - #57286
[PATCH 0/1] Add Streamripper

Previous Next

Package: guix-patches;

Reported by: simon <at> netpanic.org

Date: Thu, 18 Aug 2022 19:38:01 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <marius <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57286 in the body.
You can then email your comments to 57286 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57286; Package guix-patches. (Thu, 18 Aug 2022 19:38:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to simon <at> netpanic.org:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 18 Aug 2022 19:38:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: simon <at> netpanic.org
To: guix-patches <at> gnu.org
Cc: Simon Streit <simon <at> netpanic.org>
Subject: [PATCH 0/1] Add Streamripper
Date: Thu, 18 Aug 2022 21:35:38 +0200
From: Simon Streit <simon <at> netpanic.org>

An Oldie but goldie.  This package hasn't had a new version since 2008, but
deserves to be part of Guix' package list.

Simon Streit (1):
  gnu: Add streamripper.

 gnu/packages/audio.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

--
2.37.2




Information forwarded to guix-patches <at> gnu.org:
bug#57286; Package guix-patches. (Thu, 18 Aug 2022 19:40:01 GMT) Full text and rfc822 format available.

Message #8 received at 57286 <at> debbugs.gnu.org (full text, mbox):

From: simon <at> netpanic.org
To: 57286 <at> debbugs.gnu.org
Cc: Simon Streit <simon <at> netpanic.org>
Subject: [PATCH 1/1] gnu: Add streamripper.
Date: Thu, 18 Aug 2022 21:39:47 +0200
From: Simon Streit <simon <at> 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





Information forwarded to guix-patches <at> gnu.org:
bug#57286; Package guix-patches. (Fri, 19 Aug 2022 09:35:02 GMT) Full text and rfc822 format available.

Message #11 received at 57286 <at> debbugs.gnu.org (full text, mbox):

From: simon <at> netpanic.org
To: 57286 <at> debbugs.gnu.org
Cc: Simon Streit <simon <at> netpanic.org>
Subject: [PATCH v2 0/1] Add Streamripper
Date: Fri, 19 Aug 2022 11:34:37 +0200
From: Simon Streit <simon <at> netpanic.org>

Add missing copyright tag too.

Simon Streit (1):
  gnu: Add streamripper.

 gnu/packages/audio.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

--
2.37.2




Information forwarded to guix-patches <at> gnu.org:
bug#57286; Package guix-patches. (Fri, 19 Aug 2022 09:35:02 GMT) Full text and rfc822 format available.

Message #14 received at 57286 <at> debbugs.gnu.org (full text, mbox):

From: simon <at> netpanic.org
To: 57286 <at> debbugs.gnu.org
Cc: Simon Streit <simon <at> netpanic.org>
Subject: [PATCH v2 1/1] gnu: Add streamripper.
Date: Fri, 19 Aug 2022 11:34:38 +0200
From: Simon Streit <simon <at> netpanic.org>

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index aad86bac06..e8d2ed00b3 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -38,6 +38,7 @@
 ;;; Copyright © 2021 Aleksandr Vityazev <avityazev <at> posteo.org>
 ;;; Copyright © 2022 Arjan Adriaanse <arjan <at> adriaan.se>
 ;;; Copyright © 2022 Juliana Sims <jtsims <at> protonmail.com>
+;;; Copyright © 2022 Simon Streit <simon <at> netpanic.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -5863,3 +5864,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 sent to Marius Bakke <marius <at> gnu.org>:
You have taken responsibility. (Fri, 26 Aug 2022 22:09:02 GMT) Full text and rfc822 format available.

Notification sent to simon <at> netpanic.org:
bug acknowledged by developer. (Fri, 26 Aug 2022 22:09:02 GMT) Full text and rfc822 format available.

Message #19 received at 57286-done <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <marius <at> gnu.org>
To: simon <at> netpanic.org, 57286-done <at> debbugs.gnu.org
Cc: Simon Streit <simon <at> netpanic.org>
Subject: Re: [bug#57286] [PATCH 0/1] Add Streamripper
Date: Sat, 27 Aug 2022 00:07:59 +0200
[Message part 1 (text/plain, inline)]
simon <at> netpanic.org skriver:

> From: Simon Streit <simon <at> netpanic.org>
>
> An Oldie but goldie.  This package hasn't had a new version since 2008, but
> deserves to be part of Guix' package list.

Applied, thanks!  I added a follow-up commit to remove the cohabitating
third-party MAD library.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 24 Sep 2022 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 270 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.