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

Collapse All | Expand All

(-)net-misc/rygel/rygel-0.42.0.ebuild (-3 / +3 lines)
Lines 43-51 Link Here
43
		media-plugins/gst-plugins-twolame:1.0
43
		media-plugins/gst-plugins-twolame:1.0
44
		media-plugins/gst-plugins-libav:1.0
44
		media-plugins/gst-plugins-libav:1.0
45
	)
45
	)
46
	gtk? ( >=x11-libs/gtk+-3.22:3 )
46
	gtk? ( x11-libs/libX11 >=x11-libs/gtk+-3.22:3 )
47
48
	x11-libs/libX11
49
"
47
"
50
RDEPEND="${DEPEND}"
48
RDEPEND="${DEPEND}"
51
BDEPEND="
49
BDEPEND="
Lines 67-72 Link Here
67
	#sed -e 's/return rygel_playbin_renderer_test_main (argv, argc);/return 0;/' \
65
	#sed -e 's/return rygel_playbin_renderer_test_main (argv, argc);/return 0;/' \
68
	#	-i tests/rygel-playbin-renderer-test.c || die
66
	#	-i tests/rygel-playbin-renderer-test.c || die
69
67
68
	use gtk || eapply "${FILESDIR}"/${PN}-0.42.0-noX.patch
69
70
	#default
70
	#default
71
}
71
}
72
72

Return to bug 891195