diff options
author | David Robillard <d@drobilla.net> | 2016-09-19 23:58:31 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-19 23:58:31 -0400 |
commit | d0252036f46ff5eb606973695cb975319e88821b (patch) | |
tree | 071e8e0022deb9f63b0938c4dd0efe69c756288d | |
parent | 5f970681ca3cdcad70cac69a8776a438361da8e8 (diff) | |
download | suil-d0252036f46ff5eb606973695cb975319e88821b.tar.gz suil-d0252036f46ff5eb606973695cb975319e88821b.tar.bz2 suil-d0252036f46ff5eb606973695cb975319e88821b.zip |
Suil 0.8.4v0.8.4
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -suil (0.8.3) unstable; +suil (0.8.4) unstable; * Configure based on compiler target OS for cross-compilation * Add Cocoa in Gtk wrapper (patch from Robin Gareus) @@ -13,7 +13,7 @@ suil (0.8.3) unstable; * Only report suil_ui_supported() if necessary wrapper is compiled in * Upgrade to waf 1.8.14 - -- David Robillard <d@drobilla.net> Sat, 28 Nov 2015 17:50:49 -0500 + -- David Robillard <d@drobilla.net> Mon, 19 Sep 2016 22:47:44 -0400 suil (0.8.2) stable; @@ -10,7 +10,7 @@ from waflib import TaskGen # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SUIL_VERSION = '0.8.3' +SUIL_VERSION = '0.8.4' SUIL_MAJOR_VERSION = '0' # Mandatory waf variables @@ -60,7 +60,7 @@ def configure(conf): mandatory = False)): conf.env.NODELETE_FLAGS = ['-Wl,-z,nodelete'] - autowaf.check_pkg(conf, 'lv2', atleast_version='1.6.0', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.12.0', uselib_store='LV2') if not Options.options.no_gtk: autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK2', |