Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 537672
Collapse All | Expand All

(-)gpac-0.5.0-r1.ebuild (-5 / +10 lines)
Lines 13-19 Link Here
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd"
15
KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd"
16
IUSE="a52 aac alsa debug dvb ffmpeg ipv6 jack jpeg jpeg2k mad opengl oss png pulseaudio sdl ssl static-libs theora truetype vorbis xml xvid"
16
IUSE="a52 aac alsa debug dvb ffmpeg ipv6 jack jpeg jpeg2k mad opengl oss png pulseaudio sdl ssl static-libs theora truetype vorbis xml X xv xvid"
17
17
18
S="${WORKDIR}"/${PN}
18
S="${WORKDIR}"/${PN}
19
19
Lines 38-47 Link Here
38
	jpeg2k? ( media-libs/openjpeg:0 )
38
	jpeg2k? ( media-libs/openjpeg:0 )
39
	ssl? ( dev-libs/openssl )
39
	ssl? ( dev-libs/openssl )
40
	pulseaudio? ( media-sound/pulseaudio )
40
	pulseaudio? ( media-sound/pulseaudio )
41
	x11-libs/libXt
41
	X? (
42
	x11-libs/libX11
42
		x11-libs/libXt
43
	x11-libs/libXv
43
		x11-libs/libX11
44
	x11-libs/libXext"
44
		x11-libs/libXext
45
	)
46
	xv? ( x11-libs/libXv )
47
	"
45
# disabled upstream, see applications/Makefile
48
# disabled upstream, see applications/Makefile
46
# wxwidgets? ( =x11-libs/wxGTK-2.8* )
49
# wxwidgets? ( =x11-libs/wxGTK-2.8* )
47
50
Lines 101-106 Link Here
101
		$(use_enable pulseaudio pulseaudio yes) \
104
		$(use_enable pulseaudio pulseaudio yes) \
102
		$(use_enable sdl) \
105
		$(use_enable sdl) \
103
		$(use_enable ssl) \
106
		$(use_enable ssl) \
107
		$(use_enable X x11-shm) \
108
		$(use_enable xv x11-xv) \
104
		$(use_enable static-libs static-lib) \
109
		$(use_enable static-libs static-lib) \
105
		--disable-wx \
110
		--disable-wx \
106
		$(my_use a52) \
111
		$(my_use a52) \

Return to bug 537672