Quote:
Originally posted by sam.pedraglio:
when I want to install cinelerra, I'm not able to do because of the broken dependency with libmp4-dev
|
Are you trying to installing or compiling cinelerra? That dependency is not required for installing, now, for doing it easy, first uninstall whatever you tried first, then edit your /etc/apt/sources.list and add this lines:
Code:
# Cinelerra repository
deb http://kamaleon.setecvigo.com/repo/ubuntu-edgy/cinelerra/ ./
Then the usual:
sudo apt-get update
sudo apt-get install cinelerra
It will install cinelerra and its dependencies.
Greets.