taglib-sharp initial import (r553)

This commit is contained in:
chudov
2012-04-13 23:27:50 +00:00
parent fc236e817e
commit 42064890b7
269 changed files with 91425 additions and 0 deletions

29
taglib-sharp/README Normal file
View File

@@ -0,0 +1,29 @@
TagLib# (aka taglib-sharp) is a library for reading and writing
metadata in media files, including video, audio, and photo formats.
It is API stable, with only API additions (not changes or removals)
occuring in the 2.0 series.
* Bugs: http://bugzilla.gnome.org/browse.cgi?product=taglib-sharp
* Tarballs: http://download.banshee.fm/taglib-sharp/
* IRC: Several TagLib# developers are often in #banshee on irc.gnome.org
* Git: http://github.com/mono/taglib-sharp
git://github.com/mono/taglib-sharp.git
TagLib# is free/open source software, released under the LGPL.
We welcome contributions! Please try to match our coding style,
and include unit tests with any patches. Patches can be submitted
by filing a bug and attaching the diff to it.
To Build From Git:
git clone git://github.com/mono/taglib-sharp.git
cd taglib-sharp
./autogen.sh && make
To Build From Tarball:
./configure && make
You can also build from MonoDevelop or Visual Studio using taglib-sharp.sln
To Test:
make test