-Updated B43 firmware
[hvlinux.git] / stage5 / hv-install-1
index c247237..c4709cb 100755 (executable)
@@ -29,9 +29,8 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \
     ipkg ${GTKMM} "--disable-documentation"
     ipkg ${GTK_ENGINES}
     ipkg -m acnb ${PYCAIRO}
-    ipkg ${PYGOBJECT}
+    ipkg ${PYGOBJECT} "--disable-introspection"
     ipkg ${PYGTK}
-    ipkg ${GC}
 
     ipkg ${EMACS}
     ipkg ${HVCLOCK}
@@ -45,11 +44,8 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \
     ipkg ${ISO_CODES}
     ipkg ${LIBXKLAVIER}
     ipkg ${LIBGLADE}
-    ipkg ${LIBIDL} # Dépendence de quoi??
-    ipkg ${ORBIT2}
     ipkg -m acnb ${GCONF}
     ipkg ${GNOME_KEYRING}
-    ipkg ${LIBSOUP} "--without-gnome"
 fi
 
 ipkg -m acnb ${GHOSTSCRIPT}
@@ -59,12 +55,12 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \
     "x${INST_TYPE}" = "xltsp-server" ]; then
     ipkg ${IMAGE_MAGICK} "--with-modules --with-gslib=/usr/lib"
     ipkg ${VIEWNIOR}
-    # xpdf headers needed by inkscape
+    # xpdf headers are needed by inkscape
     ipkg ${POPPLER} "--enable-xpdf-headers --enable-zlib"
     ipkg ${LIBRSVG} "--disable-gtk-doc --disable-mozilla-plugin"
     ipkg ${BABL}
     ipkg ${GEGL}
-    ipkg ${GIMP} "--disable-print"
+    ipkg ${GIMP}
     ipkg -m acnb ${GUTENPRINT}
     ipkg -s boost -m noac ${BOOST}
     ipkg ${INKSCAPE} "CFLAGS=\"-DPOPPLER_NEW_GFXFONT\""
@@ -73,7 +69,7 @@ fi
 ipkg -m noac ${CDRTOOLS}
 ipkg -m noac ${DVDRWTOOLS}
 ipkg ${LIBDVDCSS}
-ipkg ${LIBDVDREAD} "--with-libdvdcss"
+ipkg ${LIBDVDREAD}
 ipkg -m noac ${DVDFS}
 
 if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then
@@ -143,7 +139,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the
     ipkg -m acnb ${VLC}  "--enable-mozilla --enable-qt4 --enable-ncurses"
     ipkg ${SDL}
     ipkg -m noac ${AGG}
-    ipkg ${GNASH}
+#    ipkg ${GNASH} # Problème de compilation, désactivé
 fi
 
 ipkg ${LIBGAMIN} "--libexecdir=/usr/sbin"
@@ -203,9 +199,9 @@ if [ "x${INST_TYPE}" = "xltsp-server" ]; then
     ipkg ${LTSP_UTILS}
 fi
 
-#ipkg -m acnb ${KVM}
-#ipkg -m acnb ${BRIDGE_UTILS}
-#ipkg ${UML_UTILITIES}
+ipkg -m acnb ${KVM}
+ipkg -m acnb ${BRIDGE_UTILS}
+ipkg ${TUNCTL}
 
 ipkg ${LIBEVENT}
 ipkg ${TRANSMISSION} "--disable-daemon"