summaryrefslogtreecommitdiff
path: root/media-sound/spotifyd/metadata.xml
blob: 4c1e8d3ae50a9f6549dcf6bbff812b4c0dee7b99 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>cat@aulucya.gay</email>
		<name>Bailey Kasin</name>
	</maintainer>
	<longdescription lang="en">spotifyd streams music just like the official client, but is more
		lightweight and supports more platforms. Spotifyd also supports the Spotify Connect
		protocol, which makes it show up as a device that can be controlled from the official
		clients.</longdescription>
	<use>
		<flag name="pulseaudio">Enable the pulseaudio backend for audio playback</flag>
		<flag name="portaudio">Enable the portaudio backend for audio playback</flag>
		<flag name="rodio">Enable the rodio backend for audio playback</flag>
		<flag name="dbus">Enable password authentication through system keyring</flag>
	</use>
	<upstream>
		<bugs-to>https://github.com/Spotifyd/spotifyd/issues</bugs-to>
		<changelog>https://github.com/Spotifyd/spotifyd/blob/master/CHANGELOG.md</changelog>
		<doc>https://docs.spotifyd.rs/</doc>
		<remote-id type="github">Spotifyd/spotifyd</remote-id>
	</upstream>
</pkgmetadata>