Cinelerra

Here atrpms repo is disabled by default otherwise you will get dependency errors when updating or installing other software, also

for me i have found atrpms mirrors unreliable and dont always work!

Anyway heres how i installed it.

su -
cat << 'EOF' > /etc/yum.repos.d/atrpms.repo
[atrpms]
name=Fedora $releasever - $basearch - ATrpms
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
enabled=0
gpgcheck=1
EOF
yum --enablerepo=atrpms -y install cinelerra --nogpgcheck  
echo "0x7fffffff" > /proc/sys/kernel/shmmax