A GTK+ / GStreamer based music player
Go to file
Anna Schumaker 6e39e17060 core/collection: Move collection_add() out of the collection namespace
This patch breaks later tests, since I needed to remove the old ogg
files.  This will be fixed in a few more patches.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2016-02-12 09:37:26 -05:00
core core/collection: Move collection_add() out of the collection namespace 2016-02-12 09:37:26 -05:00
gui core/collection: Move collection_add() out of the collection namespace 2016-02-12 09:37:26 -05:00
include core/collection: Move collection_add() out of the collection namespace 2016-02-12 09:37:26 -05:00
share gui: Give the QueueToolbar an init() function 2015-08-25 10:06:58 -04:00
tests core/collection: Move collection_add() out of the collection namespace 2016-02-12 09:37:26 -05: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 Add configuration for gitlab CI 2016-02-05 16:01:53 -05:00
DESIGN callback: Remove all references to callbacks 2015-04-04 10:21:31 -04:00
LICENSE Update the license 2014-04-06 19:57:06 -04:00
PKGBUILD Ocarina 6.4.5 2016-02-12 09:23:32 -05:00
README Add a `scons install` option 2014-04-09 20:37:46 -04:00
Sconstruct Ocarina 6.4.5 2016-02-12 09:23:32 -05:00
TODO Update TODO list 2016-01-29 10:13:56 -05:00

README

Build:
	$ scons

Clean:
	$ scons -c

Install:
	$ sudo scons install

Uninstall:
	$ sudo scons -c install

Build tests:
	$ scons tests

Clean tests:
	$ scons -c tests