There is a new launchpad ppa for tovid-0.35.2. It will work with debian wheezy, jessie, and sid even though it is a Ubuntu launchpad repo. For debian, if you use add apt-repository make sure you change the distribution target in your /etc/sources.d/ directory to vivid (or utopic or trusty, doesn't matter.) Run in a terminal as root (or sudo):
If you don't have the apt-add-repository command yet:
apt-get install software-properties-common
Then:
apt-add-repository ppa:grepper/ppa
Then edit /etc/apt/sources.list.d/grepper-ppa-*.list with your favorite editor
For example:
vi /etc/apt/sources.list.d/grepper-ppa-trusty.list
Change the distribution from 'jessie' or whatever apt-add-repository did, to 'vivid'. So it will look like this now:
deb http://ppa.launchpad.net/grepper/ppa/ubuntu trusty main deb-src http://ppa.launchpad.net/grepper/ppa/ubuntu trusty main
Run apt-get update and install tovid
apt-get update && apt-get install tovid tovidgui
See this page if you need more details or want to just copy the sources entries yourself without using apt-add-repository:
{{ #NewWindowLink: https://launchpad.net/~grepper/+archive/ubuntu/ppa | launchpad repo }}