Closed GoogleCodeExporter closed 9 years ago
Yes, ffmpeg is proving to be troublesome to compile :( Andreas Noteng has been
trying to compile it, wasn't successful, and I wasn't either.
Still, damnvid will fall back to the system's ffmpeg installation if there is
one (sudo apt-get install ffmpeg). So you should be able to force-install the
package and most things should work as long as you have the ffmpeg package.
As for python-psyco, it's an optional dependency, DamnVid works well with or
without it.
Original comment by windypo...@gmail.com
on 12 Nov 2011 at 2:36
Fall back won't work because it's still looking for "ffmpeg-damnvid" before it
will install and "ffmpeg is already the newest version.":
# apt-get install damnvid ffmpeg
Reading package lists... Done
Building dependency tree
Reading state information... Done
ffmpeg is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
damnvid : Depends: ffmpeg-damnvid but it is not installable
Recommends: python-psyco but it is not installable
E: Unable to correct problems, you have held broken packages.
Original comment by chese...@gmail.com
on 12 Nov 2011 at 3:59
By "force-install the package" I mean to install it and forcing it to ignore
the dependency checks (with --ignore-missing). That should let you install it
anyway.
However, I understand why you wouldn't want to introduce missing-dependency
packages on your system, so there's another alternative: simply run it from
source:
$ sudo apt-get install subversion python-wxgtk2.8 python-beautifulsoup
python-gdata
$ svn checkout http://damnvid.googlecode.com/svn/trunk/ damnvid
$ cd damnvid
$ python DamnVid.py --rebuild-modules
Original comment by windypo...@gmail.com
on 12 Nov 2011 at 5:45
I'll update the oneiric package to depend on ubuntus ffmpeg until this is
resolved.
Original comment by anot...@gmail.com
on 13 Nov 2011 at 9:54
Original comment by anot...@gmail.com
on 27 Jun 2012 at 6:27
Original issue reported on code.google.com by
chese...@gmail.com
on 12 Nov 2011 at 1:44