blob: 4f9e72da3bf6b0da3ecbb969b143de09c5c79448 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>stasibear@gentoo.org</email>
<name>Erik Mackdanz</name>
</maintainer>
<longdescription>
This is a much updated version of the original
forked-daapd 0.19 (non-gcd), a Linux/FreeBSD DAAP
(iTunes) media server with support for AirPlay
devices, Apple Remote (and compatibles), Spotify and
internet radio.
</longdescription>
<use>
<flag name="itunes">Enable support for iTunes library XML</flag>
<flag name="lastfm">Enable LastFM scrobbling support</flag>
<flag name="mpd">Enable streaming to mpd</flag>
</use>
<upstream>
<remote-id type="github">ejurgensen/forked-daapd</remote-id>
</upstream>
</pkgmetadata>
|