aboutsummaryrefslogtreecommitdiff
path: root/ports/taglib
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>
2020-10-28Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)Billy O'Neal
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-13[taglib]Upgrade version to 1.11.1-20190531. (#6851)JackBoosY
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-06-10[taglib] Add HEAD_REF back.Robert Schumacher
2017-06-09Fix TagLib port configuration under Win 7 and lowerevpobr
If installed SDK >= 8.0, TagLib was configured to use CreateFile2 function (Win8 and higher). Closes #1240.
2017-05-08[taglib] Bump versionAlexander Karatarakis
2017-05-05[taglib] Support for installing from HEAD; Uses HAVE_VSNPRINTF define ↵Joshua Helm
instead of patch
2017-04-27[taglib] Use copyright from sources. Do not assume Latin-1 filenames.Robert Schumacher
2017-04-27add ports/taglibJoshua Helm