1
Fork 0
Commit Graph

6 Commits

Author SHA1 Message Date
Nedko Arnaudov 9203c12004 Upgrade waf to 2.0.26 2023-11-18 16:28:09 +02:00
Nedko Arnaudov 42fe079cc6 Upgrade waf to 2.0.24 2022-08-28 15:48:47 +03:00
Nedko Arnaudov 9061f7396f Revert "Feature/meson (#1)" and reintroduce waf and the regular Makefile
A future re-introduction of meson support is to be put aside and not
instead of the other build systems

This reverts commit 11e7437095.
2022-08-20 17:27:48 +03:00
David Runge 11e7437095
Feature/meson (#1)
* a2jmidid.c: Dropping dependency on gitversion.h (A2J_VERSION can be used for everything).

* org.gna.home.a2jmidid.service.in: Lowercase substitution values are screaming less.

* install_script.sh: Adding an install script for non-compiled scripts, that have to be installed to bin.

* config.h.in: Creating a template, that can be used to define HAVE_DBUS_1 and A2J_VERSION without pain.

* meson_options.txt: Adding non-default option for meson configure to disable dbus support.

* meson.build: Adding meson build script to completely replace waf.

* meson.build: Instead of using a custom install script, use configure_file() to copy custom scripts to the build directory and install to bindir.
Adding prefix to the install dir of the dbus service.

* meson.build: Trying to recycle dbus_data (bindir and dbus_service_dir).

* meson.build: Specifying path components as a list in join_paths().

* install_script.sh: Removing unrequired install script.

* {Makefile,waf,wscript,gitversion_regenerate.sh}: Removing all waf related or unused build system related scripts and binaries.

* .gitignore: Removing waf related ignores.
2019-09-23 11:53:05 +02:00
nedko a185237167 Upgrade wag to svn 1.4, r4215
git-svn-id: svn+ssh://svn.gna.org/svn/a2jmidid/code@67 0750566f-71e2-4c01-8e24-c67b3e4acec4
2008-07-21 23:25:43 +00:00
nedko 87bcfe84e2 switch from autotools to waf; remove support for old JACK MIDI APIs
git-svn-id: svn+ssh://svn.gna.org/svn/a2jmidid/code@31 0750566f-71e2-4c01-8e24-c67b3e4acec4
2008-07-19 15:52:30 +00:00