aboutsummaryrefslogtreecommitdiffstats
path: root/package/multimedia/taglib/taglib-1.5-libtool.patch
Commit message (Collapse)AuthorAgeFilesLines
* taglib: bump to 1.7Sven Neumann2011-09-251-4084/+0
| | | | | | | | | | | | | 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 <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* taglib: fix buildPeter Korsgaard2011-02-181-0/+4084
The old libtool version gets confused about rpath, which breaks the build. FIx it by up upgrading to 1.5.22 (package is not compatible with libtool 2.x, so we cannot just autoreconf). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>