Bug 283

Summary: add taglib
Product: buildroot Reporter: Sven Neumann <s.neumann>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P4    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: patch to add taglib 1.5

Description Sven Neumann 2009-04-17 14:36:25 UTC
Created attachment 241 [details]
patch to add taglib 1.5

Attached is a patch to add the TagLib audio meta-data library to buildroot.
Comment 1 Peter Korsgaard 2009-04-23 19:36:38 UTC
It looks like it's written in C++, so you need to depend on BR2_INSTALL_LIBSTDCPP (E.G. like iperf)
Comment 2 Peter Korsgaard 2009-04-23 20:26:57 UTC
Committed as r26199 with some additional cleanups. Please verify that everything is OK.