blob: a72cc189daab94e87c5ab8cf1fbea495213139da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<use>
<flag name="client">Build and install Snapcast client component</flag>
<flag name="pipewire">Build with PipeWire support</flag>
<flag name="sdl">Build client with SDL2 support</flag>
<flag name="server">Build and install Snapcast server component</flag>
<flag name="soxr">Build with audio resampler support with <pkg>media-libs/soxr</pkg>
</flag>
<flag name="tremor">Build with TREMOR version of vorbis</flag>
</use>
<upstream>
<maintainer status="active">
<name>Johannes Pohl</name>
<email>github@badaix.de</email>
</maintainer>
<bugs-to>https://github.com/snapcast/snapcast/issues</bugs-to>
</upstream>
<longdescription lang="en">
Snapcast plays audio streams time sychronized on multiple devices over
network using a server and a client component. The server picks up an
audio stream from a fifo pipe, thus it can be combined with any audio
source that is able to write to a pipe.
</longdescription>
<origin>srcux</origin>
</pkgmetadata>
|