A GTK+ / GStreamer based music player
Go to file
Anna Schumaker 55f3f06ded file: More cleanups after removing legacy file support
Looks like I missed updating a few places in the File class.  I do that
now, and I also began updating the unit test to the new system.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2014-04-26 14:07:06 -04:00
gui Rip out import stuff 2014-04-10 08:42:53 -04:00
include file: More cleanups after removing legacy file support 2014-04-26 14:07:06 -04:00
lib file: More cleanups after removing legacy file support 2014-04-26 14:07:06 -04:00
share Rip out import stuff 2014-04-10 08:42:53 -04:00
tests file: More cleanups after removing legacy file support 2014-04-26 14:07:06 -04:00
.gitattributes Created a PKGBUILD 2011-11-11 08:12:40 -05:00
.gitignore file: More cleanups after removing legacy file support 2014-04-26 14:07:06 -04:00
DESIGN file: More cleanups after removing legacy file support 2014-04-26 14:07:06 -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 Update version 2014-04-09 21:10:07 -04:00
TODO Add new tag layer idea to ease testing 2014-04-26 10:40:51 -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