diff options
| author | Luis Guilherme Coelho <lgcoelho@disroot.org> | 2026-01-25 13:00:16 -0300 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-02-03 03:56:55 +0100 |
| commit | e81ea17c5fb679c4408d32d58796745085d9d335 (patch) | |
| tree | 65db447f1c7534156e3ded8ef7b79bba1e90680d /gnu | |
| parent | 7957c22ae57b1eb124bd893dce2475a230e8287e (diff) | |
gnu: Add pipemixer.
* gnu/packages/audio.scm (pipemixer): New variable.
Change-Id: I8370d15c6378d0f51bf9e8ec29aa85424f54860f
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/audio.scm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index f4045902754..ddc8602f0dd 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm | |||
| @@ -59,6 +59,7 @@ | |||
| 59 | ;;; Copyright © 2025 Antoine Côté <antoine.cote@posteo.net> | 59 | ;;; Copyright © 2025 Antoine Côté <antoine.cote@posteo.net> |
| 60 | ;;; Copyright © 2025 Isidor Zeuner <guix@quidecco.pl> | 60 | ;;; Copyright © 2025 Isidor Zeuner <guix@quidecco.pl> |
| 61 | ;;; Copyright © 2025 Evgenii Klimov <eugene.dev@lipklim.org> | 61 | ;;; Copyright © 2025 Evgenii Klimov <eugene.dev@lipklim.org> |
| 62 | ;;; Copyright © 2026 Luis Guilherme Coelho <lgcoelho@disroot.org> | ||
| 62 | ;;; | 63 | ;;; |
| 63 | ;;; This file is part of GNU Guix. | 64 | ;;; This file is part of GNU Guix. |
| 64 | ;;; | 65 | ;;; |
| @@ -3282,6 +3283,30 @@ from being able to mix multiple JACK audio streams.") | |||
| 3282 | (home-page "https://rdio.space/jackmixer/") | 3283 | (home-page "https://rdio.space/jackmixer/") |
| 3283 | (license license:gpl2+))) | 3284 | (license license:gpl2+))) |
| 3284 | 3285 | ||
| 3286 | (define-public pipemixer | ||
| 3287 | (package | ||
| 3288 | (name "pipemixer") | ||
| 3289 | (version "0.4.0") | ||
| 3290 | (source | ||
| 3291 | (origin | ||
| 3292 | (method git-fetch) | ||
| 3293 | (uri (git-reference | ||
| 3294 | (url "https://github.com/heather7283/pipemixer") | ||
| 3295 | (commit (string-append "v" version)))) | ||
| 3296 | (file-name (git-file-name name version)) | ||
| 3297 | (sha256 | ||
| 3298 | (base32 "08ji4lg24flzi6g3yaavfq8hz3kr98q2ripk5m4qk9z172qxbbc9")))) | ||
| 3299 | (build-system meson-build-system) | ||
| 3300 | (native-inputs | ||
| 3301 | (list pkg-config)) | ||
| 3302 | (inputs | ||
| 3303 | (list libinih ncurses pipewire-minimal)) | ||
| 3304 | (synopsis "TUI volume control app for pipewire.") | ||
| 3305 | (description "This is a TUI volume control application for pipewire built with | ||
| 3306 | ncurses. Heavily inspired by pulsemixer and pwvucontrol.") | ||
| 3307 | (home-page "https://github.com/heather7283/pipemixer") | ||
| 3308 | (license license:gpl3))) | ||
| 3309 | |||
| 3285 | (define-public jalv | 3310 | (define-public jalv |
| 3286 | (package | 3311 | (package |
| 3287 | (name "jalv") | 3312 | (name "jalv") |
