cog/Frameworks/TagLib/taglib
Christopher Snowhill 1661093521 [TagLib] Completely overhaul import paths
Change most, if not all, possible import paths to use the full header
directory paths instead of relative or "assume include paths" settings.
This should fix building with the CI.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-17 02:19:52 -07:00
..
3rdparty/utf8-cpp Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
bindings Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
cmake/modules Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
doc Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
examples Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
taglib [TagLib] Completely overhaul import paths 2022-06-17 02:19:52 -07:00
tests Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
AUTHORS Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
CMakeLists.txt Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
COPYING.LGPL Stupid Mercurial 2013-10-12 13:52:30 -07:00
COPYING.MPL Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
ConfigureChecks.cmake Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
Doxyfile.cmake Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
INSTALL.md Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
NEWS Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
README.md Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
cmake_uninstall.cmake.in Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
config.h Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
config.h.cmake Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
taglib-config.cmake Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
taglib-config.cmd.cmake Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
taglib.pc.cmake Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00
taglib_config.h Roll TagLib 1.12.0 2021-02-07 04:48:04 +03:00

README.md

TagLib

Build Status

TagLib Audio Metadata Library

http://taglib.org/

TagLib is a library for reading and editing the metadata of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags in FLAC, MPC, Speex, WavPack, TrueAudio, WAV, AIFF, MP4, APE, and ASF files.

TagLib is distributed under the GNU Lesser General Public License (LGPL) and Mozilla Public License (MPL). Essentially that means that it may be used in proprietary applications, but if changes are made to TagLib they must be contributed back to the project. Please review the licenses if you are considering using TagLib in your project.