A GTK+ / GStreamer based music player
Go to file
Anna Schumaker 7e52c9b364 Track: Move the default constructor to a new cpp file
I also use this opportunity to create a new default constructor test for
the Track tag.  This patch also disables the tags test since the tagdb
will be going away soon.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2014-12-04 08:31:51 -05:00
core Track: Move the default constructor to a new cpp file 2014-12-04 08:31:51 -05:00
gui Album: Move Album tag into a new file 2014-12-04 08:31:49 -05:00
include Track: Move the default constructor to a new cpp file 2014-12-04 08:31:51 -05:00
lib Library: Add functions for looking up or creating Library tags 2014-12-04 08:31:51 -05:00
share Merge branch 'master' into Ocarina-next 2014-08-19 08:08:55 -04:00
tests Track: Move the default constructor to a new cpp file 2014-12-04 08:31:51 -05:00
.gitattributes Created a PKGBUILD 2011-11-11 08:12:40 -05:00
.gitignore Gitignore and TODO updates 2014-11-24 16:30:22 -05:00
DESIGN Library: Update documentation for the Library tag 2014-12-04 08:31:51 -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 Gitignore and TODO updates 2014-11-24 16:30:22 -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