mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add streamripper.
* gnu/packages/audio.scm (streamripper): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
40c28fa322
commit
8dc1430a4c
1 changed files with 24 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org>
|
;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org>
|
||||||
;;; Copyright © 2022 Arjan Adriaanse <arjan@adriaan.se>
|
;;; Copyright © 2022 Arjan Adriaanse <arjan@adriaan.se>
|
||||||
;;; Copyright © 2022 Juliana Sims <jtsims@protonmail.com>
|
;;; Copyright © 2022 Juliana Sims <jtsims@protonmail.com>
|
||||||
|
;;; Copyright © 2022 Simon Streit <simon@netpanic.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -5867,3 +5868,26 @@ framework. It provides a visual interface to audio and video connections
|
||||||
managed by PipeWire.")
|
managed by PipeWire.")
|
||||||
(home-page "https://gitlab.freedesktop.org/rncbc/qpwgraph")
|
(home-page "https://gitlab.freedesktop.org/rncbc/qpwgraph")
|
||||||
(license license:gpl2)))
|
(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+)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue