Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 416945 | Differences between
and this patch

Collapse All | Expand All

(-)mpd-0.16.8.ebuild (-3 / +3 lines)
Lines 11-17 Link Here
11
11
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
14
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x64-macos ~x86 ~x86-fbsd"
15
IUSE="aac +alsa ao audiofile bzip2 cdio cue +curl debug +fifo +ffmpeg flac
15
IUSE="aac +alsa ao audiofile bzip2 cdio cue +curl debug +fifo +ffmpeg flac
16
fluidsynth profile +id3tag inotify ipv6 jack lame lastfmradio mms libsamplerate
16
fluidsynth profile +id3tag inotify ipv6 jack lame lastfmradio mms libsamplerate
17
+mad mikmod modplug mpg123 musepack +network ogg openal oss pipe pulseaudio sid
17
+mad mikmod modplug mpg123 musepack +network ogg openal oss pipe pulseaudio sid
Lines 161-170 Link Here
161
161
162
	if use unicode; then
162
	if use unicode; then
163
		sed -i -e 's:^#filesystem_charset.*$:filesystem_charset "UTF-8":' \
163
		sed -i -e 's:^#filesystem_charset.*$:filesystem_charset "UTF-8":' \
164
			"${D}"/etc/mpd.conf || die "sed failed"
164
			"${ED}"/etc/mpd.conf || die "sed failed"
165
	fi
165
	fi
166
166
167
	diropts -m0755 -o mpd -g audio
167
	use prefix || diropts -m0755 -o mpd -g audio
168
	dodir /var/lib/mpd
168
	dodir /var/lib/mpd
169
	keepdir /var/lib/mpd
169
	keepdir /var/lib/mpd
170
	dodir /var/lib/mpd/music
170
	dodir /var/lib/mpd/music

Return to bug 416945