Comment 0 for bug 622937

Revision history for this message
Guiodic (Guido Iodice) (guido-iodice) wrote :

Binary package hint: tovid

Please, upgrade tovid to 0.33 in maverick.

-------------

Note that tovid 0.33 do not use autoconf anymore:

In this release, we are making an effort to move away from autoconf and automake, and towards distutils for all building, installing, uninstalling, and packaging. What does this mean to you?

The most important thing is that you have a new way to install tovid from the .tar.gz distribution. Instead of this:

./configure
su -c 'make install'
# or
sudo make install

You can do this:

su -c './setup.py install'
# or
sudo ./setup.py install

----------

Thanck you.