KDE 4.1.1 multimedia/lame

Hi guys,

I trying to install KDE4.1.1 which i'm using pkg_add -r kde4 and when it comes to install kdemultimedia, it show some failure for lame dependencies (lame-3.97_1)

How can i resolve this ? I browse some website, some said that it because of copyright, correct me if i'm wrong

thanks in advance
 
You have to install LAME using the ports tree, there's no pre-compiled package available due to patent issues.

Code:
# cd /usr/ports/audio/lame
# make install clean

If you don't have the port tree installed yet:
Code:
# portsnap fetch extract

If you want to update the installed ports tree:
Code:
# portsnap fetch update
 
Back
Top