A GTK+ / GStreamer based music player
Go to file
Anna Schumaker b6488b6c39 Ocarina 6.4.12-rc
Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2016-05-14 07:41:44 -04:00
core core/tempq: Add tempq_index() function 2016-05-13 16:36:44 -04:00
gui gui: Switch over to using a GuiQueueModel 2016-05-14 07:37:24 -04:00
include gui: Switch over to using a GuiQueueModel 2016-05-14 07:37:24 -04:00
share gui: Put file chooser and notebook onto a stack 2016-05-14 07:35:14 -04:00
tests gui/model: Convert iters and paths into tracks 2016-05-14 07:37:17 -04:00
.gitattributes Ocarina 6.3 2015-01-16 13:05:43 -05:00
.gitignore Remove Doxygen tags 2015-09-02 14:24:42 -04:00
.gitlab-ci.yml Set gitlab-ci stages on one line 2016-02-26 14:31:12 -05:00
CHANGELOG Ocarina 6.4.12-rc 2016-05-14 07:41:44 -04:00
LICENSE Update the license 2014-04-06 19:57:06 -04:00
PKGBUILD Ocarina 6.4.11 2016-05-13 16:32:43 -04:00
README Add git protocol entry to the README 2016-02-23 11:27:04 -05:00
Sconstruct Ocarina 6.4.12-rc 2016-05-14 07:41:44 -04:00
TODO Update TODO list 2016-03-28 08:01:30 -04:00

README

Alternate clone url:
	$ git clone git://git.ocarinaproject.net/anna/ocarina.git

Build:
	$ scons

Clean:
	$ scons -c

Install:
	$ sudo scons install

Uninstall:
	$ sudo scons -c install

Build tests:
	$ scons tests

Clean tests:
	$ scons -c tests