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

(-)vlc-0.8.6_p18636.ebuild (-9 / +3 lines)
Lines 128-142 Link Here
128
		WX_GTK_VER="2.6"
128
		WX_GTK_VER="2.6"
129
		need-wxwidgets unicode || die "You need to install wxGTK with unicode support."
129
		need-wxwidgets unicode || die "You need to install wxGTK with unicode support."
130
	fi
130
	fi
131
132
	if use skins && ! use truetype; then
133
		eerror "Trying to build with skins support but without truetype."
134
		die "You have to use 'truetype' to use 'skins'"
135
	fi
136
	if use skins && ! use wxwindows; then
137
		eerror "Trying to build with skins support but without wxwindows."
138
		die "You have to use 'wxwindows' to use 'skins'"
139
	fi
140
}
131
}
141
132
142
src_unpack() {
133
src_unpack() {
Lines 239-245 Link Here
239
		$(use_enable shout) \
230
		$(use_enable shout) \
240
		$(use_enable rtsp) $(use_enable rtsp realrtsp) \
231
		$(use_enable rtsp) $(use_enable rtsp realrtsp) \
241
		$(use_enable win32codecs loader) \
232
		$(use_enable win32codecs loader) \
233
		$(use_enable skins freetype) \
242
		$(use_enable skins skins2) \
234
		$(use_enable skins skins2) \
235
		$(use_enable skins wxwidgets) \
243
		$(use_enable hal) \
236
		$(use_enable hal) \
244
		$(use_enable avahi bonjour) \
237
		$(use_enable avahi bonjour) \
245
		$(use_enable upnp) \
238
		$(use_enable upnp) \
Lines 296-299 Link Here
296
	done
289
	done
297
290
298
	use wxwindows || rm "${D}/usr/share/applications/vlc.desktop"
291
	use wxwindows || rm "${D}/usr/share/applications/vlc.desktop"
292
	use skins || rm "${D}/usr/share/applications/vlc.desktop"
299
}
293
}

Return to bug 158095