aboutsummaryrefslogtreecommitdiff
path: root/versions/t-/taglib.json
AgeCommit message (Collapse)Author
2021-03-11[taglib] Upgrade from 1.12-beta-2 to 1.12 (#16649)Uwe Klotz
* [taglib] Upgrade from 1.12-beta-2 to 1.12 - Replace CONTROL with vcpkg.json - Use Git tag as REF - Use official version number (without the date suffix) - Switch to semantic versioning - Link official homepage instead of GitHub project page - Add license string according to GitHub repo - Add missing vcpkg_fixup_pkgconfig() in portfile * [taglib] Disable depcrecated warnings for MSVC See also: https://github.com/taglib/taglib/issues/1000 * [taglib] Use VCPKG_LIBRARY_LINKAGE instead of VCPKG_CRT_LINKAGE https://github.com/microsoft/vcpkg/pull/16390/files#r591427047 * [taglib] vcpkg x-add-version
2021-02-24Update taglib to 1.12.0 (#16390)Patrick Dehne
* Update taglib to 1.12.0 * Update versions file Co-authored-by: Patrick Dehne <patrick@steidle.net>
2021-01-21[vcpkg] Rename `port_versions` to `versions` (#15784)nicole mazzuca