X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fhv-install-1;h=27d8666b2cf77aa805389f5205b913b111a7ce16;hb=d9702c4a5c6fbf2c738ffbf9c3563daf552c91d8;hp=ed26f3c65dd85cd3c4184ff055a38f2348c03a75;hpb=58f97898495587cff712d388dcaa5d43a5439285;p=hvlinux.git diff --git a/stage5/hv-install-1 b/stage5/hv-install-1 index ed26f3c..27d8666 100755 --- a/stage5/hv-install-1 +++ b/stage5/hv-install-1 @@ -7,9 +7,15 @@ check_for_root_user init_log_file ipkg ${HELP2MAN} +ipkg ${GSL} ipkg -m acnb ${CUPS} ipkg -m noac ${CUPS_PDF} ipkg -m noac ${SPLIX} +ipkg ${GLIB_NETWORKING} "\ + --libexecdir=/usr/lib/glib-networking \ + --with-ca-certificates=/etc/ssl/ca-bundle.crt \ + --disable-static" +ipkg -s "icu" ${ICU} if [ "x${INST_TYPE}" = "xworkstation" -o \ "x${INST_TYPE}" = "xltsp-server" ]; then @@ -23,20 +29,18 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \ ipkg ${PANGOMM} ipkg ${ATK} ipkg ${GDK_PIXBUF} - ipkg ${GTK} "--disable-gtk-doc-html" + ipkg ${GTK} "--disable-gtk-doc" ipkg ${ATKMM} 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} ipkg ${WMNOTIFY} - # Needed by Gnome ipkg ${DESKTOP_FILE_UTILS} ipkg -m acnb ${SHARED_MIME_INFO} ipkg ${STARTUP_NOTIFICATION} @@ -44,11 +48,9 @@ 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" + ipkg ${LIBSOUP} "--disable-static --without-gnome" fi ipkg -m acnb ${GHOSTSCRIPT} @@ -58,12 +60,13 @@ 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 ${LIBCROCO} "--disable-static" + ipkg ${LIBRSVG} "--disable-gtk-doc --disable-static --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\"" @@ -72,12 +75,13 @@ fi ipkg -m noac ${CDRTOOLS} ipkg -m noac ${DVDRWTOOLS} ipkg ${LIBDVDCSS} -ipkg ${LIBDVDREAD} "--with-libdvdcss" +ipkg ${LIBDVDREAD} ipkg -m noac ${DVDFS} +ipkg -m acnb ${VOBCOPY} if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then rscr once "Installing TexLive texmf" install-texlive-texmf - ipkg -s texlive ${TEXLIVE} + ipkg -s texlive -m acnb ${TEXLIVE} fi if [ "x${SANE_SUPPORT}" = "xyes" ]; then @@ -127,11 +131,26 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the ipkg ${GST_PLUGINS_UGLY} ipkg -m acnb ${GST_FFMPEG} "--with-ffmpeg-extra-configure=--disable-yasm" ipkg ${GNOME_MEDIA} # Pour gstreamer-properties et gnome-volume-control + + ipkg ${WXGTK} "--enable-unicode --disable-compat26" + # Bug with system-installed portaudio and ffmpeg + ipkg -m acnb ${AUDACITY} "--with-libsamplerate --with-portaudio=local --with-ffmpeg=local" fi ipkg ${SYLPHEED} "--enable-ssl --enable-ldap" ipkg ${LIBNOTIFY} ipkg ${YASM} + ipkg ${LIBVPX} "--enable-shared" + + ipkg -m acnb -t -j ${WEBKIT} "\ + --libexecdir=/usr/lib/WebKitGTK \ + --with-gstreamer=0.10 \ + --enable-introspection \ + --with-gtk=2.0 \ + --disable-geolocation \ + --disable-gtk-doc" + ipkg ${VALA} + NOCOLOR=1 ipkg ${MIDORI} ipkg -m noac -l "${FIREFOX}-xulrunner" ${FIREFOX} ipkg -m noac -l "${FIREFOX}-browser" ${FIREFOX} @@ -148,6 +167,7 @@ fi ipkg ${LIBGAMIN} "--libexecdir=/usr/sbin" ipkg ${MENU_CACHE} ipkg ${GVFS} +ipkg ${XARCHIVER} ipkg -m acnb ${LIBFM} ipkg ${PCMANFM} @@ -201,9 +221,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 -m noac ${TUNCTL} ipkg ${LIBEVENT} ipkg ${TRANSMISSION} "--disable-daemon"