A GTK+ / GStreamer based music player
Go to file
Anna Schumaker dc3e770c28 gui: Move GtkBuilder object into the gui
Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2015-01-21 08:29:59 -05:00
core queue: Fix up sorting 2015-01-13 10:08:53 -05:00
gui gui: Move GtkBuilder object into the gui 2015-01-21 08:29:59 -05:00
include gui: Move GtkBuilder object into the gui 2015-01-21 08:29:59 -05:00
lib gui: Move GtkBuilder object into the gui 2015-01-21 08:29:59 -05:00
share gui: Rename position and duration widgets 2015-01-14 19:57:15 -05:00
tests colmgr: Merge lib/ and gui/ code back together 2015-01-17 13:19:41 -05:00
.gitattributes Ocarina 6.3 2015-01-16 13:05:43 -05:00
.gitignore Determine debug builds by looking for a magic file 2015-01-15 09:16:00 -05:00
DESIGN callbacks: Remove info from DESIGN file 2015-01-02 10:58:10 -05:00
Doxyfile file: Update documentation and various cleanups 2014-11-01 21:56:59 -04:00
GOALS goals: Updates 2014-11-08 12:05:35 -05:00
LICENSE Update the license 2014-04-06 19:57:06 -04:00
PKGBUILD Ocarina 6.3 2015-01-16 13:05:43 -05:00
README Add a `scons install` option 2014-04-09 20:37:46 -04:00
Sconstruct build: Check for tests/ directory 2015-01-17 09:27:29 -05:00
TODO Add more ideas to the TODO list 2015-01-13 20:34:33 -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