summaryrefslogtreecommitdiffstats
path: root/package/multimedia/taglib/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2009-04-23 22:26:28 +0200
committerPeter Korsgaard2009-04-23 22:26:28 +0200
commitf856f324d4765212c14314bee9e1b6fe81883b65 (patch)
tree64ea733df90f9b5cd51e517ea1d9bbe90e5b2fbc /package/multimedia/taglib/Config.in
parentdirectfb: bump version (diff)
downloadbuildroot-f856f324d4765212c14314bee9e1b6fe81883b65.tar.gz
buildroot-f856f324d4765212c14314bee9e1b6fe81883b65.tar.xz
buildroot-f856f324d4765212c14314bee9e1b6fe81883b65.zip
package/multimeda: add taglib package
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #283.
Diffstat (limited to 'package/multimedia/taglib/Config.in')
-rw-r--r--package/multimedia/taglib/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/multimedia/taglib/Config.in b/package/multimedia/taglib/Config.in
new file mode 100644
index 000000000..3d688a76c
--- /dev/null
+++ b/package/multimedia/taglib/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_TAGLIB
+ bool "taglib"
+ depends on BR2_INSTALL_LIBSTDCPP
+ help
+ TagLib is a library for reading and editing the meta-data of
+ several popular audio formats. Currently it supports both ID3v1
+ and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and
+ Vorbis comments in FLAC, MPC, Speex, WavPack and TrueAudio files.
+
+ http://developer.kde.org/~wheeler/taglib.html
+
+comment "taglib requires a toolchain with C++ support enabled"
+ depends on !BR2_INSTALL_LIBSTDCPP