Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.10.0 03 Aug 2024 23:58:54 |
Daniel Engberg (diizzy) |
audio/sndio: Improve port
* Switch to DISTVERSION
* Define pkgconfdir
* Simplify STRIP_CMD for binaries |
1.10.0 03 Aug 2024 20:58:03 |
Thomas Zander (riggs) |
audio/sndio: Update to upstream release 1.10.0
Reported by: Brad Smith <brad@comstyle.com> (via email) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.9.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.9.0 17 Jul 2022 14:43:35 |
Thomas Zander (riggs) |
audio/sndio: Update to upstream release 1.9.0
MFH: 2022Q3 |
1.8.1 20 Jun 2021 05:50:53 |
Thomas Zander (riggs) |
audio/sndio: Update to upstream release 1.8.1. |
1.7.0 19 Apr 2021 08:00:09 |
Tobias Kortkamp (tobik) |
Remove my useless "Created by" lines |
1.7.0 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.7.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.0 28 Feb 2021 10:56:12 |
tobik |
audio/sndio: Update MASTER_SITES
Submitted by: tj@mrsk.me |
1.7.0 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
1.7.0 12 Jul 2020 09:30:29 |
tobik |
audio/sndio: Update to 1.7.0 |
1.6.0 18 Jul 2019 20:08:00 |
tobik |
audio/sndio: Update to 1.6.0 |
1.5.0 18 Jul 2019 20:07:23 |
tobik |
audio/sndio: Pet portclippy |
1.5.0 31 Jul 2018 19:40:24 |
tobik |
audio/sndio: Update to 1.5.0 |
1.4.0 13 Jan 2018 12:45:07 |
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. |
1.3.0 14 Nov 2017 19:26:43 |
tobik |
audio/sndio: Update to 1.3.0
Changes: https://github.com/ratchov/sndio/compare/2606d3f24eca3d7a29db3d183640524590e93e26...3d6b602fe9d64bf80f60de96375fb48f5459095e |
1.2.0_2 28 Mar 2017 14:45:59 |
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 |
1.2.0_1 15 Feb 2017 12:28:29 |
tobik |
Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9610 |
1.2.0_1 01 Feb 2017 17:04:29 |
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) |
1.2.0 09 Jan 2017 13:16:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
1.2.0 25 Nov 2016 01:11:42 |
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) |
1.1.0_1 20 Aug 2016 15:48:40 |
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] |
1.1.0 03 Aug 2016 06:15:41 |
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> |