diff options
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | README.RUS | 2 | ||||
| -rw-r--r-- | README.UKR | 2 | ||||
| -rw-r--r-- | src/plugins/CMakeLists.txt | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -83,7 +83,7 @@ Requirements: - libvorbis - libogg - libalsa >= 1.0.22 -- taglib >= 1.10 (1.11 or higher is recommended) +- taglib >= 1.11 - curl >= 7.19.4 - libmpg123 >= 1.13.0 (optional) - qtmultimedia >= 5.4 (optional) diff --git a/README.RUS b/README.RUS index a7164e2c3..ff7bd823b 100644 --- a/README.RUS +++ b/README.RUS @@ -82,7 +82,7 @@ Qmmp - Qt-based multimedia player - libvorbis - libogg - libalsa >= 1.0.22 -- taglib >= 1.10 (рекомендуется 1.11 и выше) +- taglib >= 1.11 - curl >= 7.19.4 - libmpg123 >= 1.13.0 (опционально) - qtmultimedia >= 5.4 (опционально) diff --git a/README.UKR b/README.UKR index ccd54d582..9e7c0af1b 100644 --- a/README.UKR +++ b/README.UKR @@ -73,7 +73,7 @@ Qmmp - Qt-based multimedia player - libvorbis - libogg - libalsa >= 1.0.22 -- taglib >= 1.10 +- taglib >= 1.11 - curl >= 7.19.4 - libmms >= 0.4 (Опціонально) - flac >= 1.1.3 (Опціонально) diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt index 31f61772c..009c34273 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt @@ -1,7 +1,7 @@ SET(USE_ENCA TRUE CACHE BOOL "enable/disable libenca support") include(FindPkgConfig) pkg_search_module(ENCA enca>=1.9) -pkg_search_module(TAGLIB taglib>=1.10) +pkg_search_module(TAGLIB taglib>=1.11) add_subdirectory(Input) add_subdirectory(Output) add_subdirectory(Visual) |
