diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-03-19 15:58:45 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-19 15:58:45 +0100 |
| commit | 96ff81f3473c6ccee40891cac34306f6acac24fc (patch) | |
| tree | 18170d2d2eec1b9635eda3f556280175e32149ae /gnu/packages | |
| parent | 56a9ec7855af6ae1af5a142ee6d52a8d4111300a (diff) | |
gnu: Remove streamripper.
* gnu/packages/audio.scm (streamripper): Delete variable.
Fixes: guix/guix#6529
Change-Id: I29c9f9272740e4d71974ff86fcf67c6119d1b348
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/audio.scm | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index d9090281c89..a23301c2ac8 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -8208,33 +8208,6 @@ but it also helps for other programs. It offers a patchbay for visualizing and editing connections.") (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")) - (modules '((guix build utils))) - (snippet - ;; Delete bundled copy of libmad. - '(delete-file-recursively "libmad-0.15.1b")))) - (build-system gnu-build-system) - (native-inputs (list pkg-config)) - (inputs (list faad2 glib libmad libvorbis)) - (home-page "https://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+))) - (define-public cubeb (let ((commit "9e29d728b0025c674904f83f5a13a88d1a6a5edc") (revision "1")) |
