Replies: 3 comments 23 replies
-
The reason is because of the minimum TagLib version requirement. I just relaxed it so you will be able to build with 1.11.1. Please run |
Beta Was this translation helpful? Give feedback.
-
two more questions: for multi-threaded scanning: in the options of rsgain it says:
I decided for tagmode "i" because I want the tool to scan and write rg2.0 tags :-) |
Beta Was this translation helpful? Give feedback.
-
How / which setting should be in the preset file? Should there stand anything with lowercase=true or lowercase=false or uppercase=true?Im unsure what to choose, right now there is lowercase=fault…What should there be to make it work? Is it set by default for upper or lowercase?
right now I use the following preset file:
`[Global]
TagMode=i
Album=false
TargetLoudness=-18
ClipMode=p
MaxPeakLevel=-1.0
TruePeak=true
Lowercase=false
[MP3]
#TagMode=i
#Album=false
#TargetLoudness=-18
#ClipMode=p
#MaxPeakLevel=-1.0
#TruePeak=true
[FLAC]
#TagMode=i
#Album=false
#TargetLoudness=-18
#ClipMode=p
#MaxPeakLevel=-1.0
#TruePeak=true
`
|
Beta Was this translation helpful? Give feedback.
-
Hello!
I wanted to build form source, but during the generation of makefile, I get the following error:
`cmake .. -DCMAKE_BUILD_TYPE=Release
-- The CXX compiler identification is GNU 10.2.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
-- Looking for C++ include pthread.h
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE
-- Checking for module 'libavcodec'
-- Found libavcodec, version 58.91.100
-- Checking for module 'libavformat'
-- Found libavformat, version 58.45.100
-- Checking for module 'libswresample'
-- Found libswresample, version 3.7.100
-- Checking for module 'libavutil'
-- Found libavutil, version 56.51.100
-- Checking for module 'taglib>=1.12'
-- Requested 'taglib >= 1.12' but version of TagLib is 1.11.1
CMake Error at /usr/share/cmake-3.18/Modules/FindPkgConfig.cmake:545 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.18/Modules/FindPkgConfig.cmake:733 (_pkg_check_modules_internal)
CMakeLists.txt:70 (pkg_check_modules)
-- Configuring incomplete, errors occurred!
See also "/home/debian-desktop/rsgain/build/CMakeFiles/CMakeOutput.log".
See also "/home/debian-desktop/rsgain/build/CMakeFiles/CMakeError.log".
`
I also added the log files:
CMakeError.log
CMakeOutput.log
Please can u tell me how should I proceed?
I installed the respective dependencies before I started...
Beta Was this translation helpful? Give feedback.
All reactions