Skip to content
Snippets Groups Projects
Commit 1c8b2dff authored by SeeLook's avatar SeeLook
Browse files

Version bump to 1.1.7 rc2. Updated deb dependencies.

parent 37e3a790
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ project(nootka)
SET(Nootka_VERSION_MAJOR "1")
SET(Nootka_VERSION_MINOR "1")
SET(Nootka_VERSION_PATCH "6-rc1")
SET(Nootka_VERSION_PATCH "7-rc2")
SET(Nootka_VERSION "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}")
SET(Nootka_VERSION_FULL "${Nootka_VERSION}.${Nootka_VERSION_PATCH}")
......@@ -100,11 +100,12 @@ if(APPLE OR WIN32)
get_filename_component(QT_BINARY_DIR "${QtCore_location_Release}" DIRECTORY)
set(QT_TRANSLATIONS_DIR "${QT_BINARY_DIR}/../translations")
install(FILES gpl DESTINATION "${INS_PREF}")
LIST(APPEND langs "${QT_TRANSLATIONS_DIR}/qt_cs.qm" #"${QT_TRANSLATIONS_DIR}/qtbase_cs.qm"
"${QT_TRANSLATIONS_DIR}/qt_de.qm" #"${QT_TRANSLATIONS_DIR}/qtbase_de.qm"
"${QT_TRANSLATIONS_DIR}/qt_fr.qm" # "${QT_TRANSLATIONS_DIR}/qtbase_fr.qm"
"${QT_TRANSLATIONS_DIR}/qt_pl.qm" #"${QT_TRANSLATIONS_DIR}/qtbase_pl.qm"
"${QT_TRANSLATIONS_DIR}/qt_ru.qm" #"${QT_TRANSLATIONS_DIR}/qtbase_ru.qm"
LIST(APPEND langs "${QT_TRANSLATIONS_DIR}/qtbase_cs.qm"
"${QT_TRANSLATIONS_DIR}/qtbase_de.qm"
"${QT_TRANSLATIONS_DIR}/qtbase_ru.qm"
# So far not provided by Qt
#"${CMAKE_CURRENT_SOURCE_DIR}/lang/qtbase/qtbase_fr.qm"
#"${CMAKE_CURRENT_SOURCE_DIR}/lang/qtbase/qtbase_pl.qm"
)
endif(APPLE OR WIN32)
......
1.1.7 rc2
- improvements/fixes related to low latency and real-time audio
- updated Qt libraries to the latest version in Windows installer
BUGS FIXES
- changed all static font sizes to system related sizes
BUGS FIXES
- proper clef rendering in question tips
- proper re-sampling when rate is bigger than 48000
- avoiding multiple calls of status messages for better performance
- fixed loading Qt translations and switching languages
- fixed Debian package dependencies, Ubuntu 14.04 is supported now
1.1.6 rc1
......
......@@ -33,7 +33,7 @@ if (ENABLE_PULSEAUDIO)
endif (ENABLE_PULSEAUDIO)
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.9), libqt5gui5 | libqt5-gui, libqt5widgets5 | libqt5-widgets, libqt5printsupport5 | libqt5-printsupport, ${DEB_DEPENDS} libfftw3-3, libvorbisfile3, libsoundtouch0")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.19), libqt5gui5 | libqt5-gui, libqt5widgets5 | libqt5-widgets, libqt5printsupport5 | libqt5-printsupport, ${DEB_DEPENDS} libfftw3-3, libvorbisfile3, libsoundtouch0")
#CPACK_DEBIAN_PACKAGE_MAINTAINER #CPACK_PACKAGE_CONTACT
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "Application to learn classical score notation.
It helps to understand the rules of reading and writing scores
......@@ -43,7 +43,7 @@ set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "Application to learn classical score notat
.
interactive interface to discover the rules of musical notation
exercises with possibility to create own sets
accurate method for detecting sung and played sounds
accurate method for detecting sung and played melodies
natural sound of guitars
clefs (treble, bass and others) and grand stave
analyze of results
......
#define NOOTKA_VERSION "1.1.6-rc1"
#define NOOTKA_VERSION "1.1.7-rc2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment