1config BR2_PACKAGE_TAGLIB 2 bool "taglib" 3 depends on BR2_INSTALL_LIBSTDCPP 4 depends on BR2_USE_WCHAR 5 help 6 TagLib is a library for reading and editing the meta-data of 7 several popular audio formats. Currently it supports both 8 ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 9 tags and Vorbis comments in FLAC, MPC, Speex, WavPack and 10 TrueAudio files. 11 12 http://taglib.org/ 13 14comment "taglib needs a toolchain w/ C++, wchar" 15 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR 16