diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-01-23 22:39:10 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-01-23 22:39:10 +0000 |
commit | 36978571ef4940bc28490507dcd09c52569e5837 (patch) | |
tree | ca2a680ee695da65fa632f0a05b95f843148524d | |
parent | 6ce585a6c4b6545a67d37b84c25997e47afea775 (diff) |
audio/dsbmixer: Update to 1.3.1
- 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)
Notes
Notes:
svn path=/head/; revision=459800
-rw-r--r-- | audio/dsbmixer/Makefile | 2 | ||||
-rw-r--r-- | audio/dsbmixer/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/dsbmixer/Makefile b/audio/dsbmixer/Makefile index 01dea47777c4..a51992ae4af6 100644 --- a/audio/dsbmixer/Makefile +++ b/audio/dsbmixer/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dsbmixer -PORTVERSION= 1.2 +PORTVERSION= 1.3.1 CATEGORIES= audio MASTER_SITES= http://freeshell.de/~mk/download/ diff --git a/audio/dsbmixer/distinfo b/audio/dsbmixer/distinfo index cdcff523dfa9..4411ec6a1016 100644 --- a/audio/dsbmixer/distinfo +++ b/audio/dsbmixer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1504432939 -SHA256 (dsbmixer-1.2.tgz) = 111702caf84a7326e99078990cab92515b83dfb8e648be7c9f4c06401ba30721 -SIZE (dsbmixer-1.2.tgz) = 37334 +TIMESTAMP = 1516745389 +SHA256 (dsbmixer-1.3.1.tgz) = 0f253d35e87b730a923d4f2690b95a72c78d94232c4555ce6d76d28874ab1160 +SIZE (dsbmixer-1.3.1.tgz) = 38394 |