PDA

View Full Version : KDE 4.1.1 multimedia/lame


FryShadow
April 4th, 2009, 12:49
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

phoenix
April 5th, 2009, 22:33
You have to install LAME using the ports tree, there's no pre-compiled package available due to patent issues.

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

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

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

FryShadow
April 7th, 2009, 12:20
Thanks phoenix_rizzen,

I'll try and will report soon