X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fhv-install-1;h=103943c2fa6364dba5a0983c896f3805ba2399a1;hb=46a6cd65aaf72c044223fa7c33a28d6e99fa1f20;hp=a6659413b85f679a2f2e407580cfbc7748f7c363;hpb=ed096144e58cef85edc49d0967141888ef328569;p=hvlinux.git diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index a665941..103943c 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -149,19 +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" @@ -176,7 +182,7 @@ 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}