Tovid Wiki
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 2: Line 2:
   
   
  +
Tovid has now been updated to work with FreeBSD, starting with the 0.35.2 release (official). It is now available both from ports and pkg (binary) as of FreeBSD 10.1.
A tar.gz of tovid-0.35.0 that has been patched to work with FreeBSD is available. Because of some porting issues it is from 0.35.1 branch, but is essentially 0.35.0 with compatibility patches (these have been merged in tovid's master branch now so BSD will not require a separate branch in future). It requires gnubc (the gnu version of the bc calculator), which can be installed with "pkg install gnubc" if you use pkg. The other dependencies should all be available. You can get the file here:
 
  +
So, either:
[https://github.com/tovid-suite/tovid/releases/download/v0.35.0/tovid-0.35.1bsd.tar.gz tovid-0.35.1bsd.tar.gz]
 
  +
"pkg install tovid" (binary package)
  +
or:
  +
"cd /usr/local/ports/multimedia/tovid && make install clean" (ports obviously).
  +
  +
The source tar.gz will also work fine with the usual install instructions using setup.py.

Revision as of 07:40, 8 December 2015


Tovid has now been updated to work with FreeBSD, starting with the 0.35.2 release (official). It is now available both from ports and pkg (binary) as of FreeBSD 10.1. So, either: "pkg install tovid" (binary package) or: "cd /usr/local/ports/multimedia/tovid && make install clean" (ports obviously).

The source tar.gz will also work fine with the usual install instructions using setup.py.