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

Collapse All | Expand All

(-)/var/package-manager/portage/media-video/mpv/mpv-0.3.8.ebuild (-3 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.8.ebuild,v 1.1 2014/04/18 13:04:46 tomwij Exp $
3
# $Header: $
4
4
5
EAPI=5
5
EAPI=5
6
6
Lines 23-29 Link Here
23
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
23
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
24
IUSE="+alsa bluray bs2b +cdio -doc-pdf dvb +dvd dvdnav +enca encode +iconv jack -joystick
24
IUSE="+alsa bluray bs2b +cdio -doc-pdf dvb +dvd dvdnav +enca encode +iconv jack -joystick
25
jpeg ladspa lcms +libass libcaca libguess lirc lua luajit +mpg123 -openal +opengl
25
jpeg ladspa lcms +libass libcaca libguess lirc lua luajit +mpg123 -openal +opengl
26
oss portaudio +postproc pulseaudio pvr +quvi -radio samba selinux +shm v4l vaapi vcd vdpau
26
oss portaudio +postproc pulseaudio pvr +quvi -radio samba -sdl selinux +shm v4l vaapi vcd vdpau
27
vf-dlopen wayland +X xinerama +xscreensaver +xv"
27
vf-dlopen wayland +X xinerama +xscreensaver +xv"
28
28
29
REQUIRED_USE="
29
REQUIRED_USE="
Lines 108-113 Link Here
108
		)
108
		)
109
	)
109
	)
110
	samba? ( net-fs/samba )
110
	samba? ( net-fs/samba )
111
	sdl? ( media-libs/libsdl2[threads] )
111
	selinux? ( sec-policy/selinux-mplayer )
112
	selinux? ( sec-policy/selinux-mplayer )
112
	v4l? ( media-libs/libv4l )
113
	v4l? ( media-libs/libv4l )
113
	wayland? (
114
	wayland? (
Lines 174-180 Link Here
174
		--disable-build-date \
175
		--disable-build-date \
175
		--disable-debug-build \
176
		--disable-debug-build \
176
		--disable-sdl \
177
		--disable-sdl \
177
		--disable-sdl2 \
178
		$(use_enable sdl sdl2) \
178
		--disable-rsound \
179
		--disable-rsound \
179
		$(use_enable encode encoding) \
180
		$(use_enable encode encoding) \
180
		$(use_enable joystick) \
181
		$(use_enable joystick) \

Return to bug 506982