--- gigedit/trunk/configure.ac 2019/12/07 15:04:51 3643 +++ gigedit/trunk/configure.ac 2021/11/24 21:26:39 4003 @@ -4,8 +4,8 @@ # The following is the current, official release version of gigedit: m4_define(gigedit_ver_major, 1) -m4_define(gigedit_ver_minor, 1) -m4_define(gigedit_ver_release, 1.svn7) +m4_define(gigedit_ver_minor, 2) +m4_define(gigedit_ver_release, 0.svn2) AC_INIT([gigedit], [gigedit_ver_major.gigedit_ver_minor.gigedit_ver_release]) AC_CONFIG_SRCDIR([configure.ac]) @@ -28,7 +28,7 @@ # 6. If any interfaces have been removed since the last public release, then set age # to 0. -LIBGIGEDIT_LT_CURRENT=4 +LIBGIGEDIT_LT_CURRENT=5 LIBGIGEDIT_LT_REVISION=0 LIBGIGEDIT_LT_AGE=0 @@ -111,7 +111,7 @@ AC_SUBST(SIGC_CFLAGS) AC_SUBST(SIGC_LIBS) -PKG_CHECK_MODULES(GIG, gig >= 4.2.0) +PKG_CHECK_MODULES(GIG, gig >= 4.3.0) AC_SUBST(GIG_CFLAGS) AC_SUBST(GIG_LIBS) @@ -120,8 +120,8 @@ AC_SUBST(SNDFILE_CFLAGS) AC_SUBST(SNDFILE_LIBS) -# check for (optional) presence of liblinuxsampler -liblinuxsampler_version="2.1.1" +# check for presence of liblinuxsampler +liblinuxsampler_version="2.2.0" PKG_CHECK_MODULES( LINUXSAMPLER, linuxsampler >= $liblinuxsampler_version, have_linuxsampler=1, have_linuxsampler=0 @@ -130,8 +130,8 @@ if test "$have_linuxsampler" = "0"; then echo "Required liblinuxsampler version not found!" echo "You need to have liblinuxsampler version ${liblinuxsampler_version}" - echo "installed. Support for on-the-fly editing with LinuxSampler will" - echo "be disabled." + echo "installed for this version of gigedit." + exit -1; else echo "Found linuxsampler $liblinuxsampler_version" echo -n "Retrieving LinuxSampler's plugin dir... " @@ -139,8 +139,8 @@ if test "$LINUXSAMPLER_PLUGIN_DIR" = ""; then have_linuxsampler=0 echo "Error" - echo "Could not retrieve LinuxSampler's plugin directory. Support" - echo "for on-the-fly editing with LinuxSampler will be disabled." + echo "Could not retrieve LinuxSampler's plugin directory." + exit -1; else echo "${LINUXSAMPLER_PLUGIN_DIR} " # convert absolute LS plugin dir into relative dir