X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fhv-install-1;h=68b77abec7a656d75ec1422f29eadd3dab5e30cf;hb=c891c3ca47bb7b71dbf57261d2a81911d832bf7b;hp=6b4779863f18bc1a91d618b11726acaf62005837;hpb=d88812c17514daa34f5e724b97e293e6a88e7719;p=hvlinux.git diff --git a/stage5/hv-install-1 b/stage5/hv-install-1 index 6b47798..68b77ab 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 \ @@ -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} @@ -121,6 +123,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 +139,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} @@ -228,8 +243,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} @@ -269,6 +286,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