[beast: 39/39] Merge branch 'installpaths'



commit c9da534649ccab2b6ee9c5fddc5094108736cdf4
Merge: 62e827d 8133b25
Author: Tim Janik <timj gnu org>
Date:   Sun Sep 13 11:05:53 2015 +0200

    Merge branch 'installpaths'
    
    * installpaths:
      DATA: remove unused config-paths.h
      BUILD: remove unused topconfig.h
      SFI: install headers under $(pkgincludedir)
      BSE: install headers under $(pkgincludedir)
      DOCS: install documentation under $(pkgdocdir)
      BUILD: configure.ac: remove unused variables
      LIBRARY: keys: install key files under $(pkgdatadir)/keys
      DATA: install image files under $(pkgdatadir)/images
      LIBRARY: skins: install skin files under $(pkgdatadir)/skins
      BUILD: configure.ac: remove unused variables
      SHELL: use and install scripts under $(pkgdatadir)/scripts
      LIBRARY: demo: install demo files under $(pkgdatadir)/demo
      LIBRARY: samples: install sample files under $(pkgdatadir)/samples
      LIBRARY: instruments: install instrument files under $(pkgdatadir)/instruments
      LIBRARY: effects: install effect files under $(pkgdatadir)/effects
      BUILD: configure.ac: remove unused variables
      DRIVERS: install driver plugins under $(pkglibdir)/drivers
      PLUGINS: install plugins under $(pkglibdir)/plugins
      LAUNCHERS: use ../configure.h instead of topconfig.h
      TOOLS: use bse_version(), get rid of topconfig.h
      TESTS: use bse_version(), get rid of topconfig.h
      LAUNCHERS: use bse_version(), get rid of topconfig.h
      TOOLS: remove useless topconfig.h includes
      BSE: tests: remove useless topconfig.h includes
      fix configure.ac
      BEAST: use bse_installpath() and bse_version(), get rid of topconfig.h
      SHELL: use bse_installpath(), get rid of topconfig.h
      BSE: use bse_installpath() and bse_version(), get rid of topconfig.h
      SFI: use bse_installpath() and bse_version(), get rid of topconfig.h
      SFI: provide bse_installpath() and bse_version()
      DATA: beast-images.h: remove useless dependency
      BUILD: define BSE_INSTALLPATH_* for installation directories, i.e. pkg*dir
      BUILD: use versioned pkgincludedir pkglibdir pkgdatadir pkgdocdir pkglibexecdir
      TOOLS: remove useless includes
      LAUNCHERS: comment fixup
      BEAST: remove useless includes
      BSE: remove useless includes
      SFI: remove useless includes

 Makefile.am                      |    4 --
 beast-gtk/bstapp.cc              |    3 +-
 beast-gtk/bstcanvassource.cc     |    2 -
 beast-gtk/bstdefs.hh             |    3 +-
 beast-gtk/bstgconfig.cc          |    3 +-
 beast-gtk/bstkeybindings.cc      |    6 +--
 beast-gtk/bstmain.cc             |   36 +++++++++----------
 beast-gtk/bstmsgabsorb.cc        |   15 +++-----
 beast-gtk/bstpreferences.cc      |    5 +--
 beast-gtk/bstskinconfig.cc       |    3 +-
 beast-gtk/bstsplash.cc           |    1 -
 beast-gtk/bsttreestores.cc       |    1 -
 beast-gtk/bstxkb.cc              |    2 -
 beast-gtk/testgui.cc             |    8 ++--
 beast-gtk/tsmview.cc             |    7 +---
 bse/Makefile.am                  |    2 +-
 bse/bseautodoc.cc                |    1 -
 bse/bsegconfig.cc                |    4 +-
 bse/bseladspa.cc                 |    4 +--
 bse/bseloader-mad.cc             |    2 +-
 bse/bsemain.cc                   |    9 +++--
 bse/bsemididevice-oss.cc         |    1 -
 bse/bsepcmdevice-oss.cc          |   26 ++++++-------
 bse/bseplugin.cc                 |   12 +++----
 bse/bsequery.cc                  |   23 ++++++------
 bse/bsescripthelper.cc           |    5 +--
 bse/bseserver.cc                 |   19 +++++-----
 bse/bseutils.cc                  |    1 -
 bse/bsewave.cc                   |    3 +-
 bse/gsldatahandle-mad.cc         |    2 +-
 bse/tests/blocktests.cc          |    1 -
 bse/tests/filtertest.cc          |    1 -
 bse/tests/firhandle.cc           |    1 -
 configure.ac                     |   75 +++++++++++++-------------------------
 data/.gitignore                  |    1 -
 data/Makefile.am                 |   37 ++-----------------
 docs/Makefile.am                 |    2 +-
 docs/images/Makefile.am          |    2 +-
 drivers/Makefile.am              |    2 +-
 launchers/beaststart.c           |    2 +-
 launchers/bseshstart.c           |    2 +-
 launchers/suidmain.c             |    2 +-
 library/demo/Makefile.am         |    2 +-
 library/effects/Makefile.am      |    2 +-
 library/instruments/Makefile.am  |    2 +-
 library/keys/Makefile.am         |    2 +-
 library/samples/Makefile.am      |    2 +-
 library/scripts/Makefile.am      |    2 +-
 library/skins/Makefile.am        |    2 +-
 library/skins/images/Makefile.am |    2 +-
 plugins/Makefile.am              |    4 +-
 plugins/evaluator/Makefile.am    |    2 +-
 plugins/freeverb/Makefile.am     |    2 +-
 sfi/Makefile.am                  |    2 +-
 sfi/glib-extra.cc                |   35 ++++++++++++++++++
 sfi/glib-extra.hh                |   27 ++++++++++++++
 sfi/sfidl-options.cc             |    9 ++---
 sfi/sfifilecrawler.cc            |    1 -
 sfi/sfitime.cc                   |    1 -
 shell/Makefile.am                |    2 +-
 shell/bsescm.cc                  |    8 ++--
 tests/bse/filtertest.cc          |    3 +-
 tests/testresampler.cc           |    3 +-
 tools/bsefcompare.cc             |    4 +--
 tools/bsefextract.cc             |    5 +--
 tools/bsewavetool.cc             |    2 +-
 tools/magictest.cc               |    1 -
 topconfig.h                      |    6 ---
 68 files changed, 214 insertions(+), 260 deletions(-)
---


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