Bug 283 - add taglib
Summary: add taglib
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P4 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-17 14:36 UTC by Sven Neumann
Modified: 2009-04-23 20:26 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
patch to add taglib 1.5 (1.93 KB, patch)
2009-04-17 14:36 UTC, Sven Neumann
Details

Note You need to log in before you can comment on or make changes to this bug.
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.