From f856f324d4765212c14314bee9e1b6fe81883b65 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 23 Apr 2009 20:26:28 +0000 Subject: package/multimeda: add taglib package Based on patch by Sven Neumann , closes #283. --- package/multimedia/taglib/Config.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/multimedia/taglib/Config.in (limited to 'package/multimedia/taglib/Config.in') 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 -- cgit v1.2.3