Port details |
- vban Command-line VBAN (audio over UDP protocol) tools
- g20201011_4 audio
=2 g20201011_3Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2021-05-15 09:36:07
- Last Update: 2024-11-23 08:31:00
- Commit Hash: 5505c50
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://github.com/quiniouben/vban
- Description:
- This project an open-source implementation of VBAN protocol. VBAN is a
simple audio over UDP protocol proposed by VB-Audio. It is composed of
several command-line tools allowing to stream audio coming from audio
backend interfaces to VBAN stream (vban_emitter) or play incoming VBAN
stream to audio backend interfaces (vban_receptor), or send text over
the VBAN protocol (vban_sendtext).
ALSA, Jack, and PulseAudio audio backends have been implemented. FIFO
(pipe) output is also available, to allow chaining command-line tools,
and a file output too (for writing raw PCM data).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/vban/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/vban
- pkg install vban-tools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vban-tools
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1602441870
SHA256 (quiniouben-vban-g20201011-4f69e5a_GH0.tar.gz) = c65f8544ccb104ca5f087ed1b4d0442ab9f68a817abba0ea57426be83b7a7546
SIZE (quiniouben-vban-g20201011-4f69e5a_GH0.tar.gz) = 35844
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:
-
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- Library dependencies:
-
- libasound.so : audio/alsa-lib
- libjack.so : audio/jack
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for vban-tools-g20201011_4:
DOCS=on: Build and/or install documentation
====> Options available for the multi BACKEND: you have to choose at least one of them
ALSA=on: ALSA audio architecture support
JACK=on: JACK audio server support
PULSEAUDIO=off: PulseAudio sound server support
===> Use 'make config' to modify these settings
- Options name:
- audio_vban
- USES:
- autoreconf localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
g20201011_4 23 Nov 2024 08:31:00
    |
Gleb Popov (arrowd)  |
*: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by: Future Crew, LLC |
g20201011_3 07 Aug 2023 16:34:07
    |
Gleb Popov (arrowd)  |
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713 |
g20201011_2 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
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) |
g20201011_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 ) |
g20201011_1 20 Jul 2022 14:20:54
    |
Tobias C. Berner (tcberner)  |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
g20201011_1 24 Oct 2021 08:45:25
    |
Alexey Dokuchaev (danfe)  |
audio/vban: add PKGNAMESUFFIX and PORTSCOUT knobs
This yields more precise package name and stops portscout from
suggesting outdated GitHub tag as newer version. |
g20201011_1 02 Aug 2021 16:03:15
    |
Yuri Victorovich (yuri)  |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
g20201011 15 May 2021 09:32:11
    |
Alexey Dokuchaev (danfe)  |
Port of command-line VBAN (audio over UDP protocol) tools.
WWW: https://github.com/quiniouben/vban |