-
Notifications
You must be signed in to change notification settings - Fork 8
Get Source
OvoPlayer source are hosted on SourceForge in a SVN repository. There is also a GIT mirror, synchronized daily.
You can get the very latest source code (unstable version) from SVN repository using the following command:
svn checkout svn://svn.code.sf.net/p/ovoplayer/code/trunk ovoplayer-code
To get latest stable version (1.2) you can use this command:
svn checkout https://sourceforge.net/p/ovoplayer/code/HEAD/tree/branches/1.2/ ovoplayer-1.2
Source code are also mirrored in a [GIT](https://en.wikipedia.org/wiki/Git_(software) repository on GitHub. You can clone repository with this command:
git clone https://github.com/varianus/ovoplayer.git
When I release a new version of OvoPlayer, I also make available a tarball containing the source for the release.
You can find them on SourceForge