A GTK+ / GStreamer based music player
Go to file
Anna Schumaker 38d2b6e57d goals: Updates
- Fix a typo in where the gstreamer code is going to end up
- Change testing goal to reflect that I rewrote the sconscript instead
  of creating a new bash script.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2014-11-08 12:05:35 -05:00
core Filter: Add more detailed documentation 2014-11-08 11:26:04 -05:00
gui DatabaseEntry: Rename id to _index (and make it private) 2014-11-02 10:25:41 -05:00
include idle: Add more detailed documentation 2014-11-08 11:55:50 -05:00
lib IndexEntry: Make _values private 2014-11-06 09:03:51 -05:00
share Merge branch 'master' into Ocarina-next 2014-08-19 08:08:55 -04:00
tests IndexEntry: Make _values private 2014-11-06 09:03:51 -05:00
.gitattributes Created a PKGBUILD 2011-11-11 08:12:40 -05:00
.gitignore Add doxygen documentation for audio.h, core.h, and version.h 2014-09-12 16:36:46 -04:00
DESIGN random: Remove section from DESIGN 2014-11-08 11:59:58 -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 Update PKGBUILD for 6.2.1 2014-10-30 08:19:13 -04:00
README Add a `scons install` option 2014-04-09 20:37:46 -04:00
Sconstruct tests: Remove unused testing options 2014-11-01 20:25:56 -04:00
TODO Filter: Add more detailed documentation 2014-11-08 11:26:04 -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