Port details |
- alsa-sndio ALSA PCM sndio plugin
- 0.2_1 audio =2 0.2_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2018-03-19 08:23:24
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: ISCL
- WWW:
- https://github.com/Duncaen/alsa-sndio
- Description:
- The alsa-sndio plugin provides a PCM that connects to a sndiod server
as a fallback for applications that don't support sndio.
Only playback is supported and the plugin does not report accurate
buffer positions at the moment. Do not expect this to work in a good
way for video playback, browsers, etc.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- alsa-sndio>0:audio/alsa-sndio
- To install the port:
- cd /usr/ports/audio/alsa-sndio/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/alsa-sndio
- pkg install alsa-sndio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: alsa-sndio
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1525196299
SHA256 (Duncaen-alsa-sndio-0.2_GH0.tar.gz) = af5e4e8f6229607a33b34f93bb22b0c178f7db8431c5f7cf48e8f89c982219d9
SIZE (Duncaen-alsa-sndio-0.2_GH0.tar.gz) = 4119
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libasound.so : audio/alsa-lib
- libsndio.so : audio/sndio
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_alsa-sndio
- USES:
- gmake localbase pkgconfig
- pkg-message:
- For install:
- To set the default PCM to the sndio plugin, create ~/.asoundrc with
pcm.!default {
type sndio
}
Optionally, use the 'volume' option to set the initial volume and
'device' to set the device to use.
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
0.2_1 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 ) |
0.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2_1 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
0.2_1 12 Jul 2020 09:30:29 |
tobik |
audio/sndio: Update to 1.7.0 |
0.2 13 Aug 2019 16:00:39 |
mat |
Convert to UCL & cleanup pkg-message (categories a-c) |
0.2 01 May 2018 17:43:42 |
tobik |
audio/alsa-sndio: Update to 0.2 |
0.1 19 Mar 2018 08:23:13 |
tobik |
New port: audio/alsa-sndio
The alsa-sndio plugin provides a PCM that connects to a sndiod server
as a fallback for applications that don't support sndio.
Only playback is supported and the plugin does not report accurate
buffer positions at the moment. Do not expect this to work in a good
way for video playback, browsers, etc.
WWW: https://github.com/Duncaen/alsa-sndio |
Number of commits found: 9
|