Skip to content

Commit

Permalink
libraries: add latest
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlStraussberger committed Nov 5, 2022
1 parent ef6efcf commit e38ec2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ sudo make install
| libupnp | 1.14.6 | 1.14.14 | 1.14.14 | XOR libnpupnp | [pupnp] | |
| libnpupnp | 4.2.1 | 4.2.1 | 4.2.1 | XOR libupnp | [npupnp] | Disabled |
| libuuid | | | | Depends on OS | Not required on \*BSD | |
| [pugixml] | | 1.10 | 1.12.1 | Required | XML file and data support | |
| [pugixml] | | 1.10 | 1.13 | Required | XML file and data support | |
| libiconv | | | | Required | Charset conversion | |
| sqlite3 | 3.7.0 | 3.35.5 | 3.36.0 | Required | Database storage | |
| zlib | | | | Required | Data compression | |
| [fmtlib] | 7.1.3 | 7.1.3 | 9.1.0 | Required | Fast string formatting | |
| [spdlog] | 1.8.1 | 1.8.5 | 1.10.0 | Required | Runtime logging | |
| [spdlog] | 1.8.1 | 1.8.5 | 1.11.0 | Required | Runtime logging | |
| [duktape] | 2.1.0 | 2.6.0 | 2.7.0 | Optional | Scripting Support | Enabled |
| mysql | | | | Optional | Alternate database storage | Disabled |
| curl | | | | Optional | Enables web services | Enabled |
| [taglib] | 1.12 | 1.12 | 1.12 | Optional | Audio tag support | Enabled |
| [taglib] | 1.12 | 1.12 | 1.13 | Optional | Audio tag support | Enabled |
| libmagic | | | | Optional | File type detection | Enabled |
| [wavpack] | 5.1.0 | 5.4.0 | 5.5.0 | Optional | WavPack metadata support | Disabled |
| [libmatroska] | | 1.6.3 | 1.7.1 | Optional | MKV metadata | Enabled |
Expand Down Expand Up @@ -92,7 +92,7 @@ sudo make install
[fmtlib]: https://github.com/fmtlib/fmt
[lastfmlib]: https://github.com/dirkvdb/lastfmlib
[libebml]: https://github.com/Matroska-Org/libebml
[libexiv2]: https://github.com/Exiv2llibexiv2
[libexiv2]: https://github.com/Exiv2/exiv2
[libmatroska]: https://github.com/Matroska-Org/libmatroska
[npupnp]: https://www.lesbonscomptes.com/upmpdcli/npupnp-doc/libnpupnp.html
[pugixml]: https://github.com/zeux/pugixml
Expand Down
6 changes: 3 additions & 3 deletions scripts/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ else
GOOGLETEST="1.12.1"
LASTFM="0.4.0"
MATROSKA="1.7.1"
PUGIXML="1.12.1"
PUGIXML="1.13"
PUPNP="1.14.14"
SPDLOG="1.10.0"
SPDLOG="1.11.0"
WAVPACK="5.5.0"
TAGLIB="1.12"
TAGLIB="1.13"

fi

0 comments on commit e38ec2a

Please sign in to comment.