Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
17 Jul 2022 14:43:35 1.9.0 |
Thomas Zander (riggs)  |
audio/sndio: Update to upstream release 1.9.0
MFH: 2022Q3 |
20 Jun 2021 05:50:53 1.8.1 |
Thomas Zander (riggs)  |
audio/sndio: Update to upstream release 1.8.1. |
19 Apr 2021 08:00:09 1.7.0 |
Tobias Kortkamp (tobik)  |
Remove my useless "Created by" lines |
06 Apr 2021 14:31:13 1.7.0 |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 1.7.0 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Feb 2021 10:56:12
1.7.0 |
tobik  |
audio/sndio: Update MASTER_SITES
Submitted by: tj@mrsk.me |
28 Sep 2020 05:05:25
1.7.0 |
tobik  |
Reset MAINTAINER |
12 Jul 2020 09:30:29
1.7.0 |
tobik  |
audio/sndio: Update to 1.7.0 |
18 Jul 2019 20:08:00
1.6.0 |
tobik  |
audio/sndio: Update to 1.6.0 |
18 Jul 2019 20:07:23
1.5.0 |
tobik  |
audio/sndio: Pet portclippy |
31 Jul 2018 19:40:24
1.5.0 |
tobik  |
audio/sndio: Update to 1.5.0 |
13 Jan 2018 12:45:07
1.4.0 |
tobik  |
audio/sndio: Update to 1.4.0
There are no code changes in libsndio, but the major/minor of libsndio
was bumped to 7.0 in this release to match libsndio on OpenBSD
regardless. On OpenBSD some private symbols were hidden via a version
script. This is not yet part of the portable release. Avoid causing
unnecessary churn and keep using 6.1 for the time being. |
14 Nov 2017 19:26:43
1.3.0 |
tobik  |
audio/sndio: Update to 1.3.0
Changes: https://github.com/ratchov/sndio/compare/2606d3f24eca3d7a29db3d183640524590e93e26...3d6b602fe9d64bf80f60de96375fb48f5459095e |
28 Mar 2017 14:45:59
1.2.0_2 |
tobik  |
With incompletely specified parameters the OSS backend will always
fallback to s16le for no good reason. Replace them with default
values, so the format table lookup can work. This should fix playback
of 24-bit/32-bit files in e.g. cmus without a running sndiod.
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10164 |
15 Feb 2017 12:28:29
1.2.0_1 |
tobik  |
Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9610 |
01 Feb 2017 17:04:29
1.2.0_1 |
cpm  |
audio/sndio: Various fixes
- Success in opening /dev/dsp* O_RDWR does not mean the device
supports play/recording. Add an extra check to see if the requested
mode is really supported.
- sndiod cannot currently be started in jails as root, because it
tries to setpriority(-20). Allow setpriority to fail and start the
daemon anyway.
- Fallback to /dev/dsp instead of /dev/dsp0 when using libsndio directly
without a running sndiod.
- Implement sio_setvol in the OSS backend for application level volume
control with just libsndio.
PR: 216571
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer) |
09 Jan 2017 13:16:50
1.2.0 |
amdmi3  |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
25 Nov 2016 01:11:42
1.2.0 |
cpm  |
audio/sndio: Update to 1.2.0
- Update PORTVERSION and distinfo checksum (1.2.0)
- Remove unneeded patches
- Update pkg-message according to changes
- Improved OSS support
- Support for snd_uaudio(4) /dev/umidi* interfaces. /dev/umidi1.0 maps to
rmidi/1 in sndio, /dev/umidi1.1 to rmidi/1.1
- The configure script has support for DragonFly
- More detailed changes: https://pkg.tobik.me/sndio-1.2.0-changes.txt
PR: 214210
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
Approved by: feld (mentor) |
20 Aug 2016 15:48:40
1.1.0_1 |
pawel  |
- Fix high CPU usage while recording and playing at the same time,
report better sio_onmove deltas [1]
- Fix issues with underruns when the system is under high load
- Fix sio_getcap [1]
- Fallback to /dev/dsp (hw.snd.default_unit) in sndiod and libsndio when no
other device is specified [1]
- rc.d script now configures a monitoring sub-device (a fake recording stream
with a mix of all playback streams) by default [1]
- Use OPSYS for better portability
PR: 212007 [1]
Submitted by: Tobias Kortkamp (maintainer) [1] |
03 Aug 2016 06:15:41
1.1.0 |
pi  |
New port: audio/sndio
Sndio is a small audio and MIDI framework part of the OpenBSD project.
It provides an lightweight audio & MIDI server and a fully documented
user-space API to access either the server or directly the hardware in
a uniform way. Sndio is designed to work for desktop applications,
but pays special attention to synchronization mechanisms and
reliability required by music applications. Reliability through
simplicity are part of the project goals.
WWW: http://www.sndio.org/
PR: 210124
Submitted by: Tobias Kortkamp <t@tobik.me> |