From 65fbf7b048ef47b155c6eb171f0a9f90da5abd75 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 6 Apr 2013 19:08:59 +0000 Subject: changed minimal taglib version to 1.6 git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3380 90c681e8-e032-0410-971d-27865f9a5e38 --- README | 2 +- README.RUS | 2 +- src/plugins/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index e845774d8..7757d5e24 100644 --- a/README +++ b/README @@ -71,7 +71,7 @@ Requirements: - libvorbis - libogg - libalsa >= 1.0.1 -- taglib >= 1.7.0 +- taglib >= 1.6 - curl >= 7.16 - libmms >= 0.4 (Optional) - flac >= 1.1.3 (Optional) diff --git a/README.RUS b/README.RUS index 8ea858dc1..88ff3a77a 100644 --- a/README.RUS +++ b/README.RUS @@ -70,7 +70,7 @@ Qmmp - Qt-based multimedia player - libvorbis - libogg - libalsa >= 1.0.1 -- taglib >= 1.7.0 +- taglib >= 1.6 - curl >= 7.16 - libmms >= 0.4 (Опционально) - flac >= 1.1.3 (Опционально) diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt index a8c0d2a0a..0817582d5 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.7) +pkg_search_module(TAGLIB taglib>=1.6) add_subdirectory(Input) add_subdirectory(Output) add_subdirectory(Visual) -- cgit v1.2.3-13-gbd6f