This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pure-data".
The branch, master has been updated
via dcb8210811a9f253e713bf9622dc90f4d929d68e (commit)
via 4b073d830b434017512efbad9473bbb52ce19493 (commit)
via a78b2d981dc852397c6ce9a97f27f641a4b22539 (commit)
via 7cb303af45f99d4fe57516aca5075ea50b0d69f0 (commit)
via 9bc5ebae7b675e21b3ff070f37fcce159413ef90 (commit)
from a0078a8359f45a95597ee741ecb1575c16b70afa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit dcb8210811a9f253e713bf9622dc90f4d929d68e
Author: IOhannes m zmoelnig <zmoelnig(a)iem.at>
Date: Wed Dec 5 10:47:43 2012 +0100
pushed autoconf's Pd-version to 0.44.0test0
since this is the version that is used in the dist-tarball name
commit 4b073d830b434017512efbad9473bbb52ce19493
Author: IOhannes m zmoelnig <zmoelnig(a)iem.at>
Date: Wed Dec 5 10:46:34 2012 +0100
use autoconf to figure out how to call "mkdir -p"
by using the MKDIR_P macro
commit a78b2d981dc852397c6ce9a97f27f641a4b22539
Author: IOhannes m zmoelnig <zmoelnig(a)iem.at>
Date: Wed Dec 5 10:30:13 2012 +0100
provide targets for running dist/distcheck
one of the nice things about autotools is, that it allows for automated
creation of tarballs (using "make dist") and also checks for consistency
of those tarballs (using "make distcheck").
unfortunately portaudio does not directly support this, so i provided some
additional targets.
now you can simply run "make dist" in the pd-directory and you end up with a
pd-0.43.0.tar.gz ready for distribution.
(you should run "make distcheck" before, in order to see whether the tarball
will contain everything needed to compile)
commit 7cb303af45f99d4fe57516aca5075ea50b0d69f0
Author: IOhannes m zmoelnig <zmoelnig(a)iem.at>
Date: Wed Dec 5 10:26:46 2012 +0100
don't install portaudio-2.0.pc and remove all installed headers
our copy of portaudio lacks the pkg-config file portaudio-2.0.pc, so we
should not try to install it.
also, portaudio's build-system installs a number of headers, but only
removes one (which is considered bad practice), so i fixed that.
commit 9bc5ebae7b675e21b3ff070f37fcce159413ef90
Author: IOhannes m zmoelnig <zmoelnig(a)iem.at>
Date: Wed Dec 5 10:22:21 2012 +0100
parameterized paths to includes/libs
using relative paths for includes/libs directly is a bad idea, as it prevents
building out-of-the-sourcetree.
instead, we should use $top_srcdir (or $srcdir) and $top_builddir (or $builddir)
for the sourcetree resp the buildtree (which need not be the same).
this allows for easy testing whether the build-system is self-contained using
the `make distcheck` target.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
portaudio/Makefile.dist | 118 +++++++++++++++++++++++++++++++++++++++++++++++
portaudio/Makefile.in | 15 ++++--
portaudio/configure.in | 2 +
src/Makefile.am | 10 ++--
5 files changed, 136 insertions(+), 11 deletions(-)
create mode 100644 portaudio/Makefile.dist
hooks/post-receive
--
pure-data