python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / taglib / Config.in
bloba95f332a46123522f75338c3c61c6524cd570767
1 config 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 ID3v1
8           and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and
9           Vorbis comments in FLAC, MPC, Speex, WavPack and TrueAudio files.
11           http://taglib.org/
13 if BR2_PACKAGE_TAGLIB
15 config BR2_PACKAGE_TAGLIB_MP4
16         bool "taglib mp4 support"
18 config BR2_PACKAGE_TAGLIB_ASF
19         bool "taglib wma support"
21 endif
23 comment "taglib needs a toolchain w/ C++, wchar"
24         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR