--- vlc-0.8.6_p18636.ebuild 2007-03-06 05:23:04.000000000 +0100 +++ vlc-0.8.6_p18636-rJeR.ebuild 2007-03-06 05:29:36.000000000 +0100 @@ -128,15 +128,6 @@ WX_GTK_VER="2.6" need-wxwidgets unicode || die "You need to install wxGTK with unicode support." fi - - if use skins && ! use truetype; then - eerror "Trying to build with skins support but without truetype." - die "You have to use 'truetype' to use 'skins'" - fi - if use skins && ! use wxwindows; then - eerror "Trying to build with skins support but without wxwindows." - die "You have to use 'wxwindows' to use 'skins'" - fi } src_unpack() { @@ -239,7 +230,9 @@ $(use_enable shout) \ $(use_enable rtsp) $(use_enable rtsp realrtsp) \ $(use_enable win32codecs loader) \ + $(use_enable skins freetype) \ $(use_enable skins skins2) \ + $(use_enable skins wxwidgets) \ $(use_enable hal) \ $(use_enable avahi bonjour) \ $(use_enable upnp) \ @@ -296,4 +289,5 @@ done use wxwindows || rm "${D}/usr/share/applications/vlc.desktop" + use skins || rm "${D}/usr/share/applications/vlc.desktop" }