X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fhv-install-1;h=7d0f5bddcf9745802bb4b14e735e226777b4b19c;hb=268f9623ef6268273f92d73e04eab0e586a7d488;hp=564e8f27a927dfcb765ce066d4edb26c1ede9ad4;hpb=f4db17a468c2141d7cd0afb3f59f198c88f16dfc;p=hvlinux.git diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index 564e8f2..7d0f5bd 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -146,8 +146,47 @@ fi ipkg ${GNUPG} "--libexecdir=/usr/lib" ipkg ${MUTT} "--enable-imap --with-ssl --with-sasl" -ipkg ${ALSA_LIB} -ipkg -m acnb ${ALSA_UTILS} +# Audio +if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then + if [ "x${SOUND_CARD}" = "xyes" ]; then + ipkg -m acnb ${NASM} + + ipkg ${ALSA_LIB} + ipkg -m acnb ${ALSA_UTILS} + + # Audio raw utilities + ipkg ${LIBSAMPLERATE} + + # Audio file formats + ipkg ${LIBOGG} + ipkg ${LIBVORBIS} + ipkg -m acnb ${FLAC} + ipkg ${LAME} + ipkg ${LIBA52} "--enable-shared" + + ipkg ${LIBID3TAG} + ipkg ${LIBMAD} + + ipkg -m acnb ${LIBFAAC} + ipkg -m acnb ${LIBFAAD2} + ipkg ${LIBTHEORA} + ipkg ${XVIDCORE} + + # Audio libraries + ipkg -m acnb ${AUDIOFILE} + ipkg ${PORTAUDIO} + ipkg ${LIBSNDFILE} + + # Audio servers + ipkg ${SPEEX} + ipkg ${JACK} "--disable-portaudio" + + ipkg ${ALSA_PLUGINS} # Depends on pulseaudio + ipkg ${VORBIS_TOOLS} + + ipkg ${MOC} + fi +fi write_completed_stage display_stage_build_stats