X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fhv-install-1;h=9b5097875face16d04006e3c7f906e2453a178ce;hb=0fbeb62f20d44b9452cd286fe5bacb7e329fc2f6;hp=1059d6768b7d451a18f80f15806b289da0f1de7f;hpb=6531689d25d6ed05fcf872ae78d31643b00a00ff;p=hvlinux.git diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index 1059d67..9b50978 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -80,6 +80,10 @@ ipkg -m pm ${PERL_MOD_PDL} ipkg -m pm ${PERL_MOD_XML_WRITER} ipkg -m pm ${PERL_MOD_XML_PARSER} +# Grep alternative +ipkg -m noac ${ACK} +ipkg -m noac ${COLORDIFF} + ipkg ${INTLTOOL} ipkg ${PYTHON} "--enable-shared" @@ -136,7 +140,7 @@ ipkg -s "krb5" ${KERBEROS5} if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then ipkg -m noac ${SENDMAIL} else - ipkg -m acnb ${SSMTP} + ipkg -m acnb ${SSMTP} "--enable-ssl" fi ipkg ${GNUPG} "--libexecdir=/usr/lib" @@ -145,18 +149,25 @@ ipkg ${MUTT} "--enable-imap --with-ssl --with-sasl" # Audio if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then if [ "x${SOUND_CARD}" = "xyes" ]; then + # Utilitaires ipkg -m acnb ${NASM} + ipkg -m acnb ${VAMP} + ipkg ${FFTW} "--with-pic" ipkg ${ALSA_LIB} ipkg -m acnb ${ALSA_UTILS} - # Audio raw utilities - ipkg ${LIBSAMPLERATE} + ipkg -m acnb ${CDPARANOIA} + + ipkg -m noac -s "ladspa" ${LADSPA} # Audio file formats ipkg ${LIBOGG} ipkg ${LIBVORBIS} ipkg -m acnb ${FLAC} + + ipkg ${LIBSNDFILE} + ipkg ${LIBSAMPLERATE} ipkg ${LAME} CFLAGS="-fPIC ${CFLAGS}" ipkg ${LIBA52} "--enable-shared" @@ -171,13 +182,13 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the # Audio libraries ipkg -m acnb ${AUDIOFILE} ipkg ${PORTAUDIO} - ipkg ${LIBSNDFILE} + ipkg -m acnb ${RUBBERBAND} # Audio servers ipkg ${SPEEX} ipkg ${JACK} "--disable-portaudio --libdir=/usr/lib" - ipkg ${ALSA_PLUGINS} # Depends on pulseaudio + ipkg ${ALSA_PLUGINS} ipkg ${VORBIS_TOOLS} ipkg ${MOC}