--- xine-ui-0.9.8-r1.ebuild Tue Feb 19 11:52:02 2002 +++ xine-ui-0.9.8-r2.ebuild Mon Mar 11 08:10:09 2002 @@ -12,7 +12,9 @@ media-libs/libpng media-libs/aalib >=media-libs/xine-lib-${PV} - X? ( virtual/x11 )" + nls? ( sys-devel/gettext ) + X? ( virtual/x11 ) + gnome? ( gnome-base/ORBit )" # aalib? ( media-libs/aalib )" @@ -28,6 +30,8 @@ # Most of these are not working currently, but are here for completeness local myconf use X || myconf="${myconf} --disable-x11 --disable-xv" + use nls || myconf="${myconf} --disable-nls" + use gnome || myconf="${myconf} --enable-orbit" # use aalib || myconf="${myconf} --disable-aalib --disable-aalibtest" ./configure --host=${CHOST} \