A GTK+ / GStreamer based music player
Go to file
Anna Schumaker 97a8646977 plist: Move liststore into lib/
Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2014-07-27 11:25:12 -04:00
core core: Create a single init() function 2014-06-29 10:36:55 -04:00
gui plist: Move liststore into lib/ 2014-07-27 11:25:12 -04:00
include plist: Move liststore into lib/ 2014-07-27 11:25:12 -04:00
lib plist: Move liststore into lib/ 2014-07-27 11:25:12 -04:00
share plist: Move liststore into lib/ 2014-07-27 11:25:12 -04:00
tests model: Create a basic unit test 2014-06-29 11:40:15 -04:00
.gitattributes Created a PKGBUILD 2011-11-11 08:12:40 -05:00
.gitignore model: Create a basic unit test 2014-06-29 11:40:15 -04:00
DESIGN Merge branch 'master' into Ocarina-next 2014-06-26 17:04:58 -04:00
LICENSE Update the license 2014-04-06 19:57:06 -04:00
PKGBUILD PKGBUILD: 6.1.1 update 2014-06-26 16:55:49 -04:00
README Add a `scons install` option 2014-04-09 20:37:46 -04:00
Sconstruct lib: Initialize the GtkBuilder from the middle layer 2014-06-15 11:31:04 -04:00
TODO TODO: Remove completed items 2014-06-06 09:57:31 -04: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