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

Collapse All | Expand All

(-)/usr/portage/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217.ebuild (-3 / +7 lines)
Lines 14-20 Link Here
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~arm"
16
KEYWORDS="~arm"
17
IUSE=""
17
IUSE="X"
18
18
19
RDEPEND="dev-libs/libpcre
19
RDEPEND="dev-libs/libpcre
20
	media-fonts/freefont
20
	media-fonts/freefont
Lines 22-29 Link Here
22
	sys-apps/dbus
22
	sys-apps/dbus
23
	sys-apps/fbset
23
	sys-apps/fbset
24
	virtual/ffmpeg
24
	virtual/ffmpeg
25
	x11-apps/xrefresh
25
	dev-libs/boost
26
	x11-apps/xset"
26
	media-libs/freetype:2
27
	X? (
28
		x11-apps/xrefresh
29
		x11-apps/xset
30
	)"
27
DEPEND="${RDEPEND}
31
DEPEND="${RDEPEND}
28
	virtual/pkgconfig"
32
	virtual/pkgconfig"
29
33

Return to bug 421683