Bug 253150

Summary: [NEW PORT] audio/gtk-mixer: GTK based volume control tool
Product: Ports & Packages Reporter: Ivan Rozhuk <rozhuk.im>
Component: Individual Port(s)Assignee: Guido Falsi <madpilot>
Status: Closed FIXED    
Severity: Affects Many People CC: desktop, madpilot, rozhuk.im
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

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!