Skip to content
Snippets Groups Projects
Commit 39e4846c authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Updated Ubuntu package names for deb generating according to Ubuntu 16.04, keeping older commented.

parent 5f8a324f
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,10 @@ if (ENABLE_PULSEAUDIO)
set(DEB_DEPENDS "libpulse0,")
endif (ENABLE_PULSEAUDIO)
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.19), libqt5gui5, libqt5widgets5, libqt5printsupport5, libqt5network5, qttranslations5-l10n, ${DEB_DEPENDS} libfftw3-3, libvorbisfile3, libsoundtouch0")
# Old Ubuntu (and derivatives) package names (before 16.04)
# set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.19), libqt5gui5, libqt5widgets5, libqt5printsupport5, libqt5network5, qttranslations5-l10n, ${DEB_DEPENDS} libfftw3-3, libvorbisfile3, libsoundtouch0")
# new package names (from Ubuntu 16.04) for libsoundtouch and libfftw
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.19), libqt5gui5, libqt5widgets5, libqt5printsupport5, libqt5network5, qttranslations5-l10n, ${DEB_DEPENDS} libfftw3-single3, libvorbisfile3, libsoundtouch1")
#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
......
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