Bug 253150 - [NEW PORT] audio/gtk-mixer: GTK based volume control tool
Summary: [NEW PORT] audio/gtk-mixer: GTK based volume control tool
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-01 07:13 UTC by Ivan Rozhuk
Modified: 2021-02-01 18:56 UTC (History)
3 users (show)

See Also:


Attachments
patch (2.24 KB, patch)
2021-02-01 07:13 UTC, Ivan Rozhuk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2021-02-01 07:13:58 UTC
Created attachment 222061 [details]
patch

GTK-Mixer is GTK based volume control tool ("mixer").

GUI from xfce4-mixer: https://gitlab.xfce.org/apps/xfce4-mixer but
xfce4 and gstreamer does not used.

Features
- plugins for support different sound backens
- change system default sound card
- set volume per line/channel
- enable/disable lines (mute/unmute)
- detect sound cards connect/disconnect
- detect default sound card change

WWW: https://github.com/rozhuk-im/gtk-mixer
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-02-01 18:51:41 UTC
A commit references this bug:

Author: madpilot
Date: Mon Feb  1 18:51:21 UTC 2021
New revision: 563607
URL: https://svnweb.freebsd.org/changeset/ports/563607

Log:
  GTK-Mixer is GTK based volume control tool ("mixer").

  GUI from xfce4-mixer: https://gitlab.xfce.org/apps/xfce4-mixer but
  xfce4 and gstreamer does not used.

  Features
  - plugins for support different sound backens
  - change system default sound card
  - set volume per line/channel
  - enable/disable lines (mute/unmute)
  - detect sound cards connect/disconnect
  - detect default sound card change

  WWW: https://github.com/rozhuk-im/gtk-mixer

  PR:		253150
  Submitted by:	rozhuk.im@gmail.com

Changes:
  head/audio/Makefile
  head/audio/gtk-mixer/
  head/audio/gtk-mixer/Makefile
  head/audio/gtk-mixer/distinfo
  head/audio/gtk-mixer/pkg-descr
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2021-02-01 18:56:38 UTC
Port added to the tree. Thanks!