From 945b5356faae24b6d474d370e16e543090ce2a44 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 23 Sep 2011 10:50:09 +0200 Subject: taglib: bump to 1.7 Bump the version of taglib to 1.7. This version does not any longer ship with a configure script so convert the package from autotargets to cmaketargets. The 1.7 version offers optional support for MP4 and WMA files. Expose these options in buildroot. [Peter: drop unneded dependencies, keep target install, fix Config.in indent] Signed-off-by: Sven Neumann Signed-off-by: Peter Korsgaard --- package/multimedia/taglib/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'package/multimedia/taglib/Config.in') diff --git a/package/multimedia/taglib/Config.in b/package/multimedia/taglib/Config.in index 3d688a76c..d172c34ad 100644 --- a/package/multimedia/taglib/Config.in +++ b/package/multimedia/taglib/Config.in @@ -1,3 +1,4 @@ + config BR2_PACKAGE_TAGLIB bool "taglib" depends on BR2_INSTALL_LIBSTDCPP @@ -9,5 +10,13 @@ config BR2_PACKAGE_TAGLIB http://developer.kde.org/~wheeler/taglib.html +config BR2_PACKAGE_TAGLIB_MP4 + depends on BR2_PACKAGE_TAGLIB + bool "taglib mp4 support" + +config BR2_PACKAGE_TAGLIB_ASF + depends on BR2_PACKAGE_TAGLIB + bool "taglib wma support" + comment "taglib requires a toolchain with C++ support enabled" depends on !BR2_INSTALL_LIBSTDCPP -- cgit v1.2.3