[beast: 20/20] Merge branch 'remove-guile'



commit 0ab0d92fd15f5ce199939bb6fc87a70c7b4beba2
Merge: 187af3c ef96120
Author: Tim Janik <timj gnu org>
Date:   Mon Jun 19 00:39:18 2017 +0200

    Merge branch 'remove-guile'
    
    * remove-guile:
      PO: update po files after scm script removal
      README.md: mention the 'npm' dependency, remove 'guile' dependency
      BUILD: fix build rules to not require guile anymore
      DOCS: adjust to lack of guile
      BUILD: Makefile.decl: cleanup 'report' rule
      BUILD: Makefile.decl: print extra-gitdist enter/leave directory for V=1
      BUILD: Makefile.decl: simplify GITSTAMP by using git reflog entries
      BUILD: Makefile.decl: provide QSTDOUT
      BUILD: add autotools files to MAINTAINERCLEANFILES
      BSE: remove obsolete scripting interface
      DATA: remove references to bsescm
      DOCS: remove doc references to bsescm
      LIBRARY: remove unused scheme scripts
      TESTS: latency: disable test, since bsescm is gone
      SHELL: remove subdir and guile dependency
      BUILD: fix some automake warnings
      BUILD: Makefile.decl: remove unused distfile-list rule
      BUILD: remove left over rule
      BUILD: introduce 'dist: all' dependency to ensure packaged files are uptodate
    
    Signed-off-by: Tim Janik <timj gnu org>

 Makefile.am                                  |   41 +-
 Makefile.decl                                |   73 +-
 README.md                                    |    2 +-
 beast-gtk/bstusermessage.cc                  |    4 +-
 bse/Makefile.am                              |    4 +-
 bse/bsejanitor.cc                            |    7 +-
 bse/bsejanitor.proc                          |  237 -----
 bse/bsescripthelper.cc                       |  368 --------
 bse/bsescripthelper.hh                       |   41 -
 bse/bseserver.cc                             |   12 -
 configure.ac                                 |   38 +-
 data/bse.keys.in                             |    2 +-
 debian/control                               |    2 +-
 docs/Makefile.am                             |    8 +-
 docs/beast.1.md                              |    6 -
 docs/bse.5.md                                |    3 -
 docs/bsescm.1.md                             |  114 ---
 docs/images/beast-progs.svg                  |    2 +-
 docs/main.dox                                |    1 -
 docs/sfidl.1.md                              |    1 -
 library/Makefile.am                          |    2 +-
 library/scripts/Makefile.am                  |   13 -
 library/scripts/mixer-splitup-by-track.scm   |   52 --
 library/scripts/modules2grid.scm             |   28 -
 library/scripts/part-harmonic-transposer.scm |  238 -----
 library/scripts/progressor-example.scm       |   37 -
 library/scripts/record-midi.scm              |   83 --
 library/scripts/song-parts-operations.scm    |   73 --
 misc/Dockerfile-apt.in                       |    2 +-
 misc/make-deb.sh                             |    2 +-
 po/Makefile.am                               |    6 -
 po/POTSCAN                                   |    6 -
 po/ar.po                                     |  340 ++------
 po/az.po                                     |  295 ++------
 po/bg.po                                     |  315 ++------
 po/ca.po                                     |  355 +++------
 po/cs.po                                     |  340 ++------
 po/da.po                                     |  325 ++------
 po/de.po                                     |  366 +++------
 po/el.po                                     |  330 ++------
 po/en_CA.po                                  |  340 ++------
 po/en_GB.po                                  |  360 +++------
 po/eo.po                                     |  290 ++-----
 po/es.po                                     |  360 +++------
 po/eu.po                                     |  330 ++------
 po/fi.po                                     |  300 ++------
 po/fr.po                                     |  340 ++------
 po/hr.po                                     |  300 ++------
 po/it.po                                     |  394 ++++------
 po/ja.po                                     |  320 ++------
 po/mn.po                                     |  305 ++------
 po/nb.po                                     |  305 ++------
 po/ne.po                                     |  340 ++------
 po/nl.po                                     |  355 +++------
 po/oc.po                                     |  295 ++------
 po/pa.po                                     |  290 ++-----
 po/pt.po                                     |  315 ++------
 po/pt_BR.po                                  |  320 ++------
 po/ru.po                                     |  315 ++------
 po/rw.po                                     |  325 ++------
 po/sl.po                                     |  340 ++------
 po/sq.po                                     |  320 ++------
 po/sr.po                                     |  310 ++------
 po/sr Latn po                                |  310 ++------
 po/sv.po                                     |  345 +++------
 po/te.po                                     |  294 ++-----
 po/uk.po                                     |  295 ++------
 po/zh_CN.po                                  |  315 ++------
 shell/.gitignore                             |    1 -
 shell/Makefile.am                            |   53 --
 shell/bse-scm-glue.boot                      |  116 ---
 shell/bsescm.cc                              |  346 --------
 shell/bsescminterp.cc                        | 1188 --------------------------
 shell/bsescminterp.hh                        |   59 --
 tests/filecheck/Makefile.am                  |    7 +-
 tests/latency/Makefile.am                    |    3 +-
 76 files changed, 2962 insertions(+), 12013 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]