Installing Asunder 2.9.4 on CentOS 8

This one is almost pretty straight forward.

ASUNDER_VER=2.9.4
dnf -y update #just get the latest updates
dnf -y install libcddb-devel intltool vorbis-tools bzip2 gcc-c++ gtk2-devel
cd /tmp
wget  http://littlesvr.ca/asunder/releases/asunder-${ASUNDER_VER}.tar.bz2
tar xf asunder-${ASUNDER_VER}.tar.bz2

#There you go. You might want to install additional functions for MP3, ACC anf Flac. Follow these:

# Lame
cd /tmp
wget https://sourceforge.net/projects/lame/files/lame/3.100/lame-3.100.tar.gz
tar xf lame-3.100.tar.gz
cd lame-3.100
./configure
make
make install

 

#fdkaac
cd /tmp
wget https://downloads.sourceforge.net/opencore-amr/fdk-aac-2.0.0.tar.gz
tar xf fdk-aac-2.0.0.tar.gz
cd fdk-aac-2.0.0
./configure
make
make install

 

# flac
cd /tmp
wget https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.3.3.tar.xz
tar xf flac-1.3.3.tar.xz
cd flac-1.3.3
./configure
make
make install

 

# opusenc

 

# mpenc

 

#mac