A GTK+ / GStreamer based music player
Go to file
Anna Schumaker a385727206 tests: Move sample files into the Data/ directory
Keeping separate directories for all of these files isn't the most
obvious way to do things.  Instead, move everything into the same
directory.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2014-05-26 19:12:14 -04:00
gui Updates for recent library changes 2014-05-24 13:07:54 -04:00
include file: Set version number on a per-file basis 2014-05-26 12:14:28 -04:00
lib tests: Move sample files into the Data/ directory 2014-05-26 19:12:14 -04:00
share Rip out import stuff 2014-04-10 08:42:53 -04:00
tests tests: Move sample files into the Data/ directory 2014-05-26 19:12:14 -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 file: Set version number on a per-file basis 2014-05-26 12:14:28 -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