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

Collapse All | Expand All

(-)mpd-0.23.13.ebuild (-3 / +4 lines)
Lines 13-19 Link Here
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
14
KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
15
IUSE="+alsa ao +audiofile bzip2 cdio chromaprint +cue +curl doc +dbus
15
IUSE="+alsa ao +audiofile bzip2 cdio chromaprint +cue +curl doc +dbus
16
	+eventfd expat faad +ffmpeg +fifo flac fluidsynth gme +icu +id3tag +inotify
16
	+eventfd expat faad +ffmpeg +fifo flac fluidsynth gme +icu +id3tag +inotify +io-uring
17
	jack lame libmpdclient libsamplerate libsoxr +mad mikmod mms
17
	jack lame libmpdclient libsamplerate libsoxr +mad mikmod mms
18
	modplug mpg123 musepack +network nfs openal openmpt opus oss pipe pipewire pulseaudio qobuz
18
	modplug mpg123 musepack +network nfs openal openmpt opus oss pipe pipewire pulseaudio qobuz
19
	recorder samba selinux sid signalfd snapcast sndfile sndio soundcloud sqlite systemd
19
	recorder samba selinux sid signalfd snapcast sndfile sndio soundcloud sqlite systemd
Lines 44-50 Link Here
44
	dev-libs/libfmt:=
44
	dev-libs/libfmt:=
45
	dev-libs/libpcre2
45
	dev-libs/libpcre2
46
	media-libs/libogg
46
	media-libs/libogg
47
	sys-libs/liburing:=
47
	io-uring? ( sys-libs/liburing:= )
48
	alsa? (
48
	alsa? (
49
		media-libs/alsa-lib
49
		media-libs/alsa-lib
50
		media-sound/alsa-utils
50
		media-sound/alsa-utils
Lines 259-265 Link Here
259
		-Ddatabase=true
259
		-Ddatabase=true
260
		-Ddaemon=true
260
		-Ddaemon=true
261
		-Ddsd=true
261
		-Ddsd=true
262
		-Dio_uring=enabled
262
#		-Dio_uring=enabled
263
		$(meson_feature io-uring io_uring)
263
		-Dtcp=true
264
		-Dtcp=true
264
265
265
		-Dsystemd_system_unit_dir="$(systemd_get_systemunitdir)"
266
		-Dsystemd_system_unit_dir="$(systemd_get_systemunitdir)"

Return to bug 922980