blob: d3a59a2bfebfb200327e315e0bfbab01940e3b78 (
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://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>jsmolic@gentoo.org</email>
<name>Jakov Smolić</name>
</maintainer>
<use>
<flag name="client">Build and install Snapcast client component</flag>
<flag name="server">Build and install Snapcast server component</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/badaix/snapcast/issues</bugs-to>
<remote-id type="github">badaix/snapcast</remote-id>
</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>
</pkgmetadata>
|