wscript: drop unused VERSION assignment in libs
https://waf.io/book/ says By default, the project name and version are set to noname and 1.0. To change them, it is necessary to provide two additional variables in the top-level project file - and waf code inspection confirms that waf itself only will use the top level VERSION. Some wscripts will use bld.env['VERSION'] but that will also just use the value set in the top wscript.
This commit is contained in:
parent
aa3f6e3a5c
commit
3b4cf9191c
@ -15,7 +15,6 @@ AUDIOGRAPHER_LIB_VERSION = '0.0.0'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'audiographer'
|
||||
VERSION = AUDIOGRAPHER_VERSION
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
|
@ -16,7 +16,6 @@ CANVAS_LIB_VERSION = '0.0.0'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'canvas'
|
||||
VERSION = CANVAS_VERSION
|
||||
I18N_PACKAGE = 'libcanvas'
|
||||
|
||||
# Mandatory variables
|
||||
|
@ -16,7 +16,6 @@ EVORAL_LIB_VERSION = '0.0.0'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'evoral'
|
||||
VERSION = EVORAL_VERSION
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
|
@ -9,7 +9,6 @@ LIBFLUIDSYNTH_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'libltc'
|
||||
VERSION = LIBFLUIDSYNTH_VERSION
|
||||
I18N_PACKAGE = 'libfluidsynth'
|
||||
|
||||
# Mandatory variables
|
||||
|
@ -17,7 +17,6 @@ GTKMM2EXT_LIB_VERSION = '0.8.3'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'gtkmm2ext'
|
||||
VERSION = GTKMM2EXT_VERSION
|
||||
I18N_PACKAGE = 'gtkmm2ext3'
|
||||
|
||||
gtkmm2ext_sources = [
|
||||
|
@ -7,7 +7,6 @@ HIDAPI_VERSION = '0.8.0'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'hidapi'
|
||||
VERSION = HIDAPI_VERSION
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
|
@ -15,7 +15,6 @@ LIBLTC_LIB_VERSION = '1.1.1'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'libltc'
|
||||
VERSION = LIBLTC_VERSION
|
||||
I18N_PACKAGE = 'libltc'
|
||||
|
||||
# Mandatory variables
|
||||
|
@ -3,7 +3,6 @@ from waflib.extras import autowaf as autowaf
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'liblua'
|
||||
VERSION = "5.3.5"
|
||||
I18N_PACKAGE = 'liblua'
|
||||
|
||||
# Mandatory variables
|
||||
|
@ -15,7 +15,6 @@ LIBMIDIPP_LIB_VERSION = '4.1.0'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'libmidipp'
|
||||
VERSION = LIBMIDIPP_VERSION
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
|
@ -19,7 +19,6 @@ LIBPBD_MAJOR_VERSION = '4'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'libpbd'
|
||||
VERSION = LIBPBD_VERSION
|
||||
I18N_PACKAGE = 'libpbd4'
|
||||
|
||||
# Mandatory variables
|
||||
|
@ -12,7 +12,6 @@ LIBPTFORMAT_LIB_VERSION = '0.0.0'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'libptformat'
|
||||
VERSION = LIBPTFORMAT_VERSION
|
||||
I18N_PACKAGE = 'libptformat'
|
||||
|
||||
# Mandatory variables
|
||||
|
@ -12,7 +12,6 @@ QM_DSP_LIB_VERSION = '1.7.1'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'qm-dsp'
|
||||
VERSION = QM_DSP_VERSION
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
|
@ -13,7 +13,6 @@ LIBSURFACES_LIB_VERSION = '4.1.0'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'libsurfaces'
|
||||
VERSION = LIBSURFACES_VERSION
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
|
@ -20,7 +20,6 @@ TEMPORAL_LIB_VERSION = '0.0.0'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'temporal'
|
||||
VERSION = TEMPORAL_VERSION
|
||||
I18N_PACKAGE = 'libtemporal'
|
||||
|
||||
temporal_sources = [
|
||||
|
@ -10,7 +10,6 @@ VAMP_PYIN_LIB_VERSION = '0.0.0'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'libardourvamppyin'
|
||||
VERSION = '1.1'
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
|
@ -15,7 +15,6 @@ WAVEVIEW_LIB_VERSION = '0.0.0'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'waveview'
|
||||
VERSION = WAVEVIEW_VERSION
|
||||
I18N_PACKAGE = 'libwaveview'
|
||||
|
||||
# Mandatory variables
|
||||
|
@ -15,7 +15,6 @@ WIDGETS_LIB_VERSION = '0.0.0'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'widgets'
|
||||
VERSION = WIDGETS_VERSION
|
||||
I18N_PACKAGE = 'libwidgets'
|
||||
|
||||
# Mandatory variables
|
||||
|
@ -15,7 +15,6 @@ ZCONVOLVER_LIB_VERSION = '4.0.0'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'zita-convolver'
|
||||
VERSION = ZCONVOLVER_VERSION
|
||||
I18N_PACKAGE = 'libzita-convolver'
|
||||
|
||||
# Mandatory variables
|
||||
|
@ -15,7 +15,6 @@ ZRESAMPLER_LIB_VERSION = '1.6.0'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'zita-resampler'
|
||||
VERSION = ZRESAMPLER_VERSION
|
||||
I18N_PACKAGE = 'libzita-resampler'
|
||||
|
||||
# Mandatory variables
|
||||
|
Loading…
Reference in New Issue
Block a user