Skip to content

Commit

Permalink
wscript: drop VERSION - it is only used in the top level wscript
Browse files Browse the repository at this point in the history
  • Loading branch information
kiilerix committed Jan 25, 2022
1 parent 7ba3ac4 commit a44baa3
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 48 deletions.
3 changes: 0 additions & 3 deletions libs/audiographer/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ AUDIOGRAPHER_VERSION = '0.0.0'
# 0.0.0 = 0,0,0
AUDIOGRAPHER_LIB_VERSION = '0.0.0'

# Variables for 'waf dist'
VERSION = AUDIOGRAPHER_VERSION

def options(opt):
pass

Expand Down
2 changes: 0 additions & 2 deletions libs/canvas/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ CANVAS_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
# micro increment <=> no interface changes
CANVAS_LIB_VERSION = '0.0.0'

# Variables for 'waf dist'
VERSION = CANVAS_VERSION
I18N_PACKAGE = 'libcanvas'

canvas_sources = [
Expand Down
3 changes: 0 additions & 3 deletions libs/evoral/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ EVORAL_VERSION = '0.0.0'
# 0.0.0 = 0,0,0
EVORAL_LIB_VERSION = '0.0.0'

# Variables for 'waf dist'
VERSION = EVORAL_VERSION

def options(opt):
opt.add_option('--test', action='store_true', default=False, dest='build_tests',
help="Build unit tests")
Expand Down
2 changes: 0 additions & 2 deletions libs/fluidsynth/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ MINOR = '0'
MICRO = '1'
LIBFLUIDSYNTH_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)

# Variables for 'waf dist'
VERSION = LIBFLUIDSYNTH_VERSION
I18N_PACKAGE = 'libfluidsynth'

def options(opt):
Expand Down
2 changes: 0 additions & 2 deletions libs/gtkmm2ext/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ GTKMM2EXT_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
# micro increment <=> no interface changes
GTKMM2EXT_LIB_VERSION = '0.8.3'

# Variables for 'waf dist'
VERSION = GTKMM2EXT_VERSION
I18N_PACKAGE = 'gtkmm2ext3'

gtkmm2ext_sources = [
Expand Down
3 changes: 0 additions & 3 deletions libs/hidapi/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import sys

HIDAPI_VERSION = '0.8.0'

# Variables for 'waf dist'
VERSION = HIDAPI_VERSION

def options(opt):
pass

Expand Down
2 changes: 0 additions & 2 deletions libs/libltc/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ LIBLTC_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
# micro increment <=> no interface changes
LIBLTC_LIB_VERSION = '1.1.1'

# Variables for 'waf dist'
VERSION = LIBLTC_VERSION
I18N_PACKAGE = 'libltc'

def options(opt):
Expand Down
2 changes: 0 additions & 2 deletions libs/lua/wscript
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/usr/bin/env python
from waflib.extras import autowaf as autowaf

# Variables for 'waf dist'
VERSION = "5.3.5"
I18N_PACKAGE = 'liblua'

def options(opt):
Expand Down
3 changes: 0 additions & 3 deletions libs/midi++2/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ LIBMIDIPP_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
# micro increment <=> no interface changes
LIBMIDIPP_LIB_VERSION = '4.1.0'

# Variables for 'waf dist'
VERSION = LIBMIDIPP_VERSION

libmidi_sources = [
'midi.cc',
'channel.cc',
Expand Down
2 changes: 0 additions & 2 deletions libs/pbd/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ LIBPBD_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
LIBPBD_LIB_VERSION = '4.1.0'
LIBPBD_MAJOR_VERSION = '4'

# Variables for 'waf dist'
VERSION = LIBPBD_VERSION
I18N_PACKAGE = 'libpbd4'

libpbd_sources = [
Expand Down
2 changes: 0 additions & 2 deletions libs/ptformat/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ LIBPTFORMAT_VERSION = '0.0.0'
# micro increment <=> no interface changes
LIBPTFORMAT_LIB_VERSION = '0.0.0'

# Variables for 'waf dist'
VERSION = LIBPTFORMAT_VERSION
I18N_PACKAGE = 'libptformat'

def options(opt):
Expand Down
3 changes: 0 additions & 3 deletions libs/qm-dsp/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ QM_DSP_VERSION = '1.7.1'
# micro increment <=> no interface changes
QM_DSP_LIB_VERSION = '1.7.1'

# Variables for 'waf dist'
VERSION = QM_DSP_VERSION

def options(opt):
pass

Expand Down
3 changes: 0 additions & 3 deletions libs/surfaces/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ LIBSURFACES_VERSION = '4.1.0'
# micro increment <=> no interface changes
LIBSURFACES_LIB_VERSION = '4.1.0'

# Variables for 'waf dist'
VERSION = LIBSURFACES_VERSION

children = [
'control_protocol',
'faderport',
Expand Down
2 changes: 0 additions & 2 deletions libs/temporal/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ TEMPORAL_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
# micro increment <=> no interface changes
TEMPORAL_LIB_VERSION = '0.0.0'

# Variables for 'waf dist'
VERSION = TEMPORAL_VERSION
I18N_PACKAGE = 'libtemporal'

temporal_sources = [
Expand Down
3 changes: 0 additions & 3 deletions libs/vamp-plugins/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ LIBARDOURVAMPPLUGINS_VERSION = '0.0.0'
# micro increment <=> no interface changes
LIBARDOURVAMPPLUGINS_LIB_VERSION = '0.0.0'

# Variables for 'waf dist'
VERSION = LIBARDOURVAMPPLUGINS_VERSION

def options(opt):
pass

Expand Down
3 changes: 0 additions & 3 deletions libs/vamp-pyin/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import os
# micro increment <=> no interface changes
VAMP_PYIN_LIB_VERSION = '0.0.0'

# Variables for 'waf dist'
VERSION = '1.1'

def options(opt):
pass

Expand Down
2 changes: 0 additions & 2 deletions libs/waveview/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ WAVEVIEW_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
# micro increment <=> no interface changes
WAVEVIEW_LIB_VERSION = '0.0.0'

# Variables for 'waf dist'
VERSION = WAVEVIEW_VERSION
I18N_PACKAGE = 'libwaveview'

waveview_sources = [
Expand Down
2 changes: 0 additions & 2 deletions libs/widgets/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ WIDGETS_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
# micro increment <=> no interface changes
WIDGETS_LIB_VERSION = '0.0.0'

# Variables for 'waf dist'
VERSION = WIDGETS_VERSION
I18N_PACKAGE = 'libwidgets'

widgets_sources = [
Expand Down
2 changes: 0 additions & 2 deletions libs/zita-convolver/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ ZCONVOLVER_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
# micro increment <=> no interface changes
ZCONVOLVER_LIB_VERSION = '4.0.0'

# Variables for 'waf dist'
VERSION = ZCONVOLVER_VERSION
I18N_PACKAGE = 'libzita-convolver'

def options(opt):
Expand Down
2 changes: 0 additions & 2 deletions libs/zita-resampler/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ ZRESAMPLER_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
# micro increment <=> no interface changes
ZRESAMPLER_LIB_VERSION = '1.6.0'

# Variables for 'waf dist'
VERSION = ZRESAMPLER_VERSION
I18N_PACKAGE = 'libzita-resampler'

zresampler_sources = [
Expand Down

0 comments on commit a44baa3

Please sign in to comment.