X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fhv-install-1;h=bda11e50a11f80cd0ec3ea84cc996353f330bda4;hb=59d689076b8aa617893e6fc647d7c0c0ecd5902a;hp=b3555149e5825ebdb6c84d99c62a98d1dfbe330e;hpb=911c44d1e55c13cd4c8b4c6e6718c40b5f681721;p=hvlinux.git diff --git a/stage5/hv-install-1 b/stage5/hv-install-1 index b355514..bda11e5 100755 --- a/stage5/hv-install-1 +++ b/stage5/hv-install-1 @@ -17,6 +17,8 @@ ipkg -m noac ${SPLIX} ipkg ${FOOMATIC_FILTERS} ipkg -m noac ${FOO2ZJS} +ipkg ${ITSTOOL} + ipkg ${GLIB_NETWORKING} "\ --libexecdir=/usr/lib/glib-networking \ --with-ca-certificates=/etc/ssl/ca-bundle.crt \ @@ -32,10 +34,10 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \ ipkg ${CAIROMM} ipkg -m acnb ${PANGO} ipkg ${PANGOMM} - ipkg ${ATK} ipkg ${GDK_PIXBUF} "--with-x11" - ipkg ${GTK} "--disable-gtk-doc" + ipkg ${ATK} ipkg ${ATKMM} + ipkg ${GTK} "--disable-gtk-doc" ipkg ${GTKMM} "--disable-documentation" ipkg ${GTK_ENGINES} ipkg -m acnb ${PYCAIRO} @@ -48,7 +50,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \ ipkg ${WMNOTIFY} ipkg ${DESKTOP_FILE_UTILS} - ipkg -m acnb ${SHARED_MIME_INFO} + ipkg -m acnb -j ${SHARED_MIME_INFO} ipkg ${STARTUP_NOTIFICATION} ipkg ${LIBWNCK} ipkg ${ISO_CODES} @@ -104,10 +106,12 @@ ipkg ${TANGO_ICON_THEME_EXTRAS} ipkg ${GNOME_ICON_THEME} if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then + ipkg ${GSETTINGS_DESKTOP_SCHEMAS} ipkg ${EVINCE} "\ --without-keyring \ --disable-nautilus \ --disable-help \ + --enable-introspection \ --enable-pixbuf \ --enable-dvi \ --enable-t1lib" @@ -121,6 +125,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the ipkg ${VTE} "--libexecdir=/usr/lib/vte --disable-gtk-doc" ipkg -m acnb ${GRIP} "--disable-id3" ipkg -m acnb ${CDRDAO} + ipkg ${ID3LIB} ipkg -m acnb ${EASYTAG} ipkg -m acnb ${FONTFORGE} "--enable-double" @@ -136,7 +141,19 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the ipkg -m noac ${CHORDPACK} ipkg -m noac -s guitartex ${GUITARTEX} - ipkg ${FFMPEG} + ipkg ${FFMPEG} " \ + --enable-shared \ + --enable-pthreads \ + --enable-gpl \ + --enable-nonfree \ + --disable-ffplay \ + --enable-libfaac \ + --enable-libmp3lame \ + --enable-libtheora \ + --enable-libvorbis \ + --enable-libxvid \ + --enable-libfreetype \ + --enable-libx264" ipkg ${GSTREAMER} "--disable-tests" ipkg ${GST_PLUGINS_BASE} @@ -168,6 +185,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the NOCOLOR=1 ipkg ${MIDORI} fi + ipkg ${LIBEVENT} ipkg -m noac ${NSPR} "--with-mozilla --with-pthreads \ $([ $(uname -m) = x86_64 ] && echo --enable-64bit)" ipkg -m noac ${NSS} @@ -227,8 +245,10 @@ if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then ipkg -m noac ${SQUIRRELMAIL} ipkg ${FETCHMAIL} "--with-ssl" - # Subversion server (client was already installed in stage2) - ipkg ${SUBVERSION} + if [ x"${SVN_SERVER}" == xyes ]; then + # Subversion server (client was already installed in stage3) + ipkg ${SUBVERSION} + fi fi ipkg ${LIBGSF} @@ -250,20 +270,17 @@ if [ "x${INST_TYPE}" = "xltsp-server" ]; then ipkg ${LTSP_UTILS} fi -ipkg -m acnb ${KVM} +ipkg -j ${QEMU} "--libexecdir=/usr/lib/qemu \ + --docdir=/usr/share/doc/qemu-1.7.0 \ + --target-list=x86_64-softmmu" ipkg -m acnb ${BRIDGE_UTILS} ipkg -m noac ${TUNCTL} -ipkg ${LIBEVENT} ipkg ${TRANSMISSION} "--disable-daemon" # Électronique -#ipkg ${LIBGEDA} -#ipkg ${GEDA_SYMBOLS} -#ipkg ${GEDA_GSCHEM} -#ipkg ${GEDA_GNETLIST} -#ipkg ${GEDA_SYMCHECK} -#ipkg ${GEDA_GATTRIB} +ipkg ${GEDA_GAF} +ipkg ${AVRDUDE} "--disable-parport" # Astronomie ipkg -m noac ${STELLARIUM} @@ -271,6 +288,7 @@ ipkg ${GTKGLEXT} ipkg -m acnb ${CELESTIA} "--with-gtk" ipkg -m noac ${I2C_TOOLS} +ipkg -m noac ${HDPARM} rscr mult "Performing post-install" post-install