diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-02-09 16:42:26 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-02-09 16:42:26 +0000 |
| commit | 5382dad34ccb0941f0e0fbfd5f73d4941caebffa (patch) | |
| tree | 91b2aa45ddc0f5faca4e35f1036b222bfe74fabf | |
| parent | 1e57cfb574d69e92edd8b820bdb3b1d3293aff37 (diff) | |
| download | qmmp-5382dad34ccb0941f0e0fbfd5f73d4941caebffa.tar.gz qmmp-5382dad34ccb0941f0e0fbfd5f73d4941caebffa.tar.bz2 qmmp-5382dad34ccb0941f0e0fbfd5f73d4941caebffa.zip | |
changed minimal taglib version to 1.11
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9707 90c681e8-e032-0410-971d-27865f9a5e38
| -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) |
