X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fhv-install-1;h=27d8666b2cf77aa805389f5205b913b111a7ce16;hb=d9702c4a5c6fbf2c738ffbf9c3563daf552c91d8;hp=195719ada4ca22371f11c3b9cf4aa29560642009;hpb=0364372bf9bf57502160adc0402e38b8ea235c24;p=hvlinux.git diff --git a/stage5/hv-install-1 b/stage5/hv-install-1 index 195719a..27d8666 100755 --- a/stage5/hv-install-1 +++ b/stage5/hv-install-1 @@ -11,6 +11,11 @@ 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 @@ -24,7 +29,7 @@ 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} @@ -36,7 +41,6 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \ 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} - ipkg ${ORBIT2} # Obsoleted package (only one needing libIDL) - # Needed by old gconf... ipkg -m acnb ${GCONF} ipkg ${GNOME_KEYRING} + ipkg ${LIBSOUP} "--disable-static --without-gnome" fi ipkg -m acnb ${GHOSTSCRIPT} @@ -60,7 +62,8 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \ ipkg ${VIEWNIOR} # 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} @@ -74,10 +77,11 @@ ipkg -m noac ${DVDRWTOOLS} ipkg ${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,12 +131,27 @@ 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} @@ -142,7 +161,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} # Problème de compilation, désactivé + ipkg ${GNASH} fi ipkg ${LIBGAMIN} "--libexecdir=/usr/sbin" @@ -202,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"