====== uade ====== uade est un lecteur pour les formats de musique Amiga. ===== Compilation ===== apt install git build-essential sparse audacious-dev libao-dev libvorbis-dev libmpg123-dev git clone https://gitlab.com/heikkiorsila/bencodetools && cd bencodetools ./configure && make -j"$(nproc)" su -c "make install" -m "root" cd .. git clone https://gitlab.com/hors/libzakalwe && cd libzakalwe ./configure && make -j"$(nproc)" su -c "make install" -m "root" cd .. git clone https://gitlab.com/uade-music-player/uade && cd uade ./configure && make -j"$(nproc)" su -c "make install" -m "root" ===== Format incompatible ===== * IFF-8SVX - prefixe : 8svx (compatible ffmpeg, fichier pcm_s8_planar) * MaxTrax - prefixe : mxtx ===== Références ===== * https://gitlab.com/uade-music-player/uade