From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
- Support for setting the sysctl variables hw.snd.latency,
hw.snd.maxautovchans and hw.snd.vpc_mixer_bypass has been
added. (1.3)
- A bug that lead to a crash when DSBMixer wasn't able to find a
system tray has been fixed. (1.3.1)
PR: 225411
Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
Detailed maintainer notes:
- This new version is basically a re-implementation of dsbmixer, which
uses Qt5 instead of GTK+.
PR: 220392
Submitted by: mk@nic-nac-project.org (maintainer)
This update includes a fix for installing dsbmixer as a regular, non-root user.
PR: 207995
Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
DSBMixer is a tabbed GTK+ mixer for FreeBSD. For each installed mixer device
as well as for USB sound devices plugged in at runtime, DSBMixer opens a tab.
Furthermore, it allows you to configure several aspects of your sound card(s),
such as selecting recording sources, choosing your default audio device, and
amplification.
WWW: http://freeshell.de/~mk/projects/dsbmixer.html
PR: 207782
Submitted by: Marcel Kaiser <mk@nic-nac-project.org>