A GTK+ / GStreamer based music player
Go to file
Anna Schumaker f995538a8c library: Initial design edits
More to come as I work on this bit of code!

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2014-05-23 22:10:03 -04:00
gui playlist: Update the design and unit test 2014-05-18 21:34:14 -04:00
include tags: Add Track->played() 2014-05-23 21:53:36 -04:00
lib tags: Add Track->played() 2014-05-23 21:53:36 -04:00
share Rip out import stuff 2014-04-10 08:42:53 -04:00
tests tags: Add Track->played() 2014-05-23 21:53:36 -04:00
.gitattributes Created a PKGBUILD 2011-11-11 08:12:40 -05:00
.gitignore testing: Add gcov and cppcheck tests 2014-05-20 17:25:03 -04:00
DESIGN library: Initial design edits 2014-05-23 22:10:03 -04:00
LICENSE Update the license 2014-04-06 19:57:06 -04:00
PKGBUILD Update PKGBUILD 2014-04-06 19:57:06 -04:00
README Add a `scons install` option 2014-04-09 20:37:46 -04:00
Sconstruct testing: Add gcov and cppcheck tests 2014-05-20 17:25:03 -04:00
TODO testing: Add gcov and cppcheck tests 2014-05-20 17:25:03 -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