[PD-cvs] [git]pure-data branch, autotools_updates, created. 0a022a2c1254d898aff5f99c4997f508e3030279

Miller Puckette millerpuckette at users.sourceforge.net
Tue Jan 3 01:26:46 CET 2017


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, autotools_updates has been created
        at  0a022a2c1254d898aff5f99c4997f508e3030279 (commit)

- Log -----------------------------------------------------------------
commit 0a022a2c1254d898aff5f99c4997f508e3030279
Merge: 38fb31a bd939d1
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Dec 5 13:45:01 2016 +0100

    Merge branch 'master' into autotools_updates

commit 38fb31a8f23d10a1292741f10d4637baa61a8a0b
Author: danomatika <danomatika at gmail.com>
Date:   Mon Nov 28 18:50:46 2016 +0100

    respect autoconf CFLAG & CXXFLAG defaults, set LDFLAGS & CFLAGS before so user overrides are always last

commit dbcd981abec4a3b13fdd23dad483663419d3f3bd
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sat Nov 19 17:00:09 2016 -0500

    note about the (non)usability of the pd.lib

commit 0e667f9ab027f4d41b6eb81b39ced17dce3ab1e0
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sat Nov 19 16:26:49 2016 -0500

    fixup autotools makefiles in extra/
    
    taking the fixes from bob~/GNUmakefile.am

commit 314146a35c585b06c90525c636dfc75afc7be32a
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sat Nov 19 16:24:04 2016 -0500

    use $(wildcard) for creating symlinks
    
    this should prevent the creation of a (literal) '*.dll' symlink,
    in case that the build failed

commit 403b0960b1a0ea3ec56c6a3bfcab7b2c685e5b15
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sat Nov 19 16:22:54 2016 -0500

    linking to pd.lib is handled by EXTERNAL_LDFLAGS

commit cb742bd9df240fdfe3d978e53a0ea4da966286c1
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sat Nov 19 16:21:44 2016 -0500

    use top_builddir in linker-searchpaths

commit 6930f2ce82439f71c7499a424e89a89f1edff73b
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sat Nov 19 16:08:42 2016 -0500

    build a libpd.a stub (to allow for libtool linking of the extra/ externals)

commit c1b4e29ebb844929c24bf27d27c8206f55d70f8d
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sat Nov 19 16:07:56 2016 -0500

    targets for pd.lib/pd.def

commit f9419b71c501efed1911be4ee2af8f44bd3e111e
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sat Nov 19 16:05:34 2016 -0500

    link with -lpd on W32
    
    LATER: how would that work with libpd?

commit f5832a06a7f8e1d5fd2e4bfc74d3684dd388688e
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Fri Nov 18 19:22:53 2016 -0500

    use EXEEXT for the convenience symlinks (for W32)

commit 600b40a41aafb66c5fdf6b7cf6f739879c129637
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Fri Nov 18 19:22:27 2016 -0500

    build pd.lib and pd.def (on W32)

commit bc56637b934b0f5da4619ae103cf60ddfd81971b
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Fri Nov 18 19:01:57 2016 -0500

    don't include sys/resource.h on W32
    
    even if we do have unistd.h

commit 37ff631fd00eee0979e91c959cae276851d60f9c
Author: danomatika <danomatika at gmail.com>
Date:   Thu Sep 22 20:57:19 2016 -0600

    removed redundant -shared from configure EXTERNALS_LDFLAGS since it's set in GNUMakefiles in extra; test to try dynamically linking to pd.dll when building bob~

commit de5c3c1cdfc980942f000b21dea9aca2b1fd7118
Merge: d02772d 19afaa3
Author: danomatika <danomatika at gmail.com>
Date:   Thu Sep 22 16:37:19 2016 -0600

    Merge branch 'autotools_updates' of https://github.com/pure-data/pure-data into autotools_updates

commit d02772d885b2c0d23650826f906b5edc56a34772
Author: danomatika <danomatika at gmail.com>
Date:   Thu Sep 22 16:37:08 2016 -0600

    extern cflags & ldflags don't seem to propgate to makefiles, this is a test with bob~ to see if we can fix that

commit 19afaa3f378591a4a0c7ae92724e29ca3a08272e
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Sep 21 21:01:20 2016 +0200

    travis-ci: fixing libtool issues on OSX
    
    solution found at https://github.com/mkrufky/libdvbtee/issues/22

commit acc6d4b5ad440a627532b06b8b390b41d8c21794
Author: danomatika <danomatika at gmail.com>
Date:   Wed Sep 21 12:31:02 2016 -0600

    libtool needs -no-undefined to build shared libs on win

commit 34e009799746821f7e0206fa8221015a1615d256
Author: danomatika <danomatika at gmail.com>
Date:   Wed Sep 21 08:22:08 2016 -0600

    actually only need to build portaudio wmme for win

commit 6da9c5372272c6286e844e7ade96edd564d771cc
Author: danomatika <danomatika at gmail.com>
Date:   Tue Sep 20 21:14:16 2016 -0600

    added missing portaudio hostapi/wasapi for win

commit cabb96c0b0c62d83612faba09a40362663507305
Merge: 49c4222 3e1a3f2
Author: danomatika <danomatika at gmail.com>
Date:   Tue Sep 20 17:04:32 2016 -0600

    Merge branch 'master' into autotools_updates

commit 49c422229f0de9382251899c27cd751d3c1b4a5b
Merge: 1b36cff 07a14c5
Author: danomatika <danomatika at gmail.com>
Date:   Tue Aug 9 21:53:36 2016 -0600

    Merge branch 'master' into autotools_updates

commit 1b36cff424365ca5d8d8e3aa63516844370f65a2
Merge: 37e801f 637ef74
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sun Jun 19 20:30:42 2016 +0200

    Merge branch 'master' into autotools_updates
    
    # Conflicts:
    #	INSTALL.txt
    #	Makefile.am
    #	configure.ac

commit 37e801f04eae8017ff5ee4376a70a332a5bcaea2
Author: danomatika <danomatika at gmail.com>
Date:   Tue May 31 02:01:24 2016 -0600

    set macosx-version-min in configure so it is applied to convenience libs & all binaries

commit 425f41a17bd9682bd9cf94b22ca8d25162811c2e
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 26 09:42:29 2016 -0600

    override default CFLAGS & CXXFLAGS set by AC macros

commit 92fe86680e7573b686f603bf6f9da624c38bad15
Author: danomatika <danomatika at gmail.com>
Date:   Tue May 24 10:54:25 2016 -0600

    small formatting fixes

commit c0210d1bdb08947d4fd641ece8c4d0812ac6f3dc
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue May 24 17:04:09 2016 +0200

    Do not fail builds in `po/` if msgfmt is missing

commit ad6592e2a63faedcb57b3b26b393396085b04c55
Merge: 78d25de 7f51562
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue May 24 16:48:50 2016 +0200

    Merge branch 'travis-osx' into autotools_updates

commit 7f515623cf9145e6e9c4b76ba3ca67ede6355e74
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue May 24 16:39:12 2016 +0200

    [travis-ci] only apt-get things on linux

commit 30a4e7f14e1f6f3a63f618a1045d6296fbc87ab7
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue May 24 16:18:22 2016 +0200

    travis-ci: reducing the build-matrix

commit 2865a0114e7ec17ba7b00c58e7834bb9ab7cb547
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue May 24 16:13:33 2016 +0200

    enable OSX builds on Travis-CI

commit 78d25de1c66e918038100b95111458eaad9e7c28
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue May 24 16:06:19 2016 +0200

    Use autotools substitution rather than reinventing our own

commit 798e431cc609a6d0225903a2181e8c771a9231c0
Merge: 8aeeba1 6f357f2
Author: danomatika <danomatika at gmail.com>
Date:   Tue May 24 04:52:42 2016 -0600

    Merge branch 'master' into autotools_updates

commit 8aeeba17d2496dee5923e220aae5503a6efb046e
Author: danomatika <danomatika at gmail.com>
Date:   Mon May 16 19:29:39 2016 -0600

    expand commenting headers

commit a8e1fdb480cb5b1be82c35292be3167ddc292d45
Author: danomatika <danomatika at gmail.com>
Date:   Mon May 16 19:26:01 2016 -0600

    fixed typo that kept locales for being built, no locales for iOS build by default

commit f57fe3f0b7f5ffd8f73f6f5531e04e81263b9c08
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sat May 14 14:56:53 2016 +0200

    drop DESTDIR from pd-gui wrapper script
    
    DESTDIR is for staged deployment; the programs,... are supposed to be
    unaware of this.

commit 6f772dfdccdcb1a5fe8f6ef23749511d227438ea
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sat May 14 13:16:22 2016 +0200

    move pd-gui script to tcl/ where it belongs

commit ddf5909898652d6d6360c1025717a0fd7f24c936
Author: danomatika <danomatika at gmail.com>
Date:   Sat May 14 01:03:42 2016 -0600

    reordered dir clean & mkdir lib/pd/bin so repeated uninstalls do not fail (small kludge); prefer pkglibdir over libdir/pd

commit ce42a4b20790ff07adde8acac1fe6bde18b212c3
Author: danomatika <danomatika at gmail.com>
Date:   Fri May 13 18:17:13 2016 -0600

    use top_builddir when making osx app

commit 2a49e9d8d685cdb3599f3bfcba98548e7e53e478
Author: danomatika <danomatika at gmail.com>
Date:   Fri May 13 18:16:07 2016 -0600

    need to distribute the pd-gui script

commit 1455279e9ec84b7c761a8ec2239867c0e9ee5703
Author: danomatika <danomatika at gmail.com>
Date:   Fri May 13 16:36:17 2016 -0600

    small clarification

commit 4a448219db33c891b5f987d6c0b3b7e8f57c4895
Author: danomatika <danomatika at gmail.com>
Date:   Fri May 13 16:34:19 2016 -0600

    create symlink from prefix/bin/pd to prefix/lib/pd/bin/pd instead of installing a copy; install pd-gui launcher script instead of pd-gui.tcl

commit 12a5b991dd67fa11683169872be2e42fe0987264
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 12 21:16:57 2016 -0600

    added Makefile.am section headers

commit 33fdf8c4de77a70153a7372492cb03f7550d7a26
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 12 20:23:58 2016 -0600

    small updates to the man file & pkgconfig file

commit fcc51451bb58a8de3de2950876a879e4d8544f3a
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 12 19:38:41 2016 -0600

    reorganized & commented gitignore, added *.app ignore

commit e1f0b62642b3b5550db931091df6174085c6d368
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 12 17:01:37 2016 -0600

    recursively remove installed dirs if they are empty on uninstall: /include/pd & /lib/pd; install startup folder to /lib/pd not /lib/pd/doc

commit 45f5e098b2b4685a154ea32eeb8b81b74bd60e7e
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu May 12 23:41:48 2016 +0200

    ensure that the build doesn't fail because of creating symlinks to early
    
    e.g. test -e $(top_builddir)/src/pd-watchdog && ln ...
    will *fail* if the pd-watchdog has not been build yet!
    
    this patch is a double protection:
    - it makes sure that all the binaries are build (by having them as a dependency)
    - it makes sure that a failing 'test -e' is ignored (by prepending '-')

commit dd0b062e55aebc207df9a73cced99ebd4c5ec0eb
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu May 12 23:37:07 2016 +0200

    restructured configure a bit, to group enabling of audio backends
    
    so it's easier to disable specific backends based on the presence of others.
    (e.g. PortMidi vs OSS and vice-versa)

commit 9dc111362cc697ef2cb827dc9b89c9bbfdf8cca7
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu May 12 23:20:18 2016 +0200

    print warnings, when automatically disabling specific backends

commit e4de9232bb2b1ec3b038f88f73130d192e31df25
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 12 15:08:14 2016 -0600

    don't allow portmidi if already using oss

commit 5c33dd5fd765f49faaede21963a58a637bca48ab
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 12 14:58:37 2016 -0600

    external ext d_fat on OSX

commit e334a2e3f1f740d1efb71a80b535465deba619bd
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 12 14:18:21 2016 -0600

    don't manually remove external .la files as libtool needs them during uninstall

commit 3d11e9be167272ac71e971663d7d4c62775006b7
Merge: d6854b9 43b0c1f
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 12 13:36:16 2016 -0600

    Merge branch 'master' into autotools_updates

commit d6854b9195bcf3d1048e0a5e752112c16c07958c
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 12 13:23:18 2016 -0600

    moved portaudio & portmidi into subfolders to separate lib files from autotools build files, should aid future maintenance; udpated Makefiles to reflect new portaudo & portmidi locations

commit f4e0fbffe160002284b8f99180ceecd6b0557df4
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 12 11:47:37 2016 -0600

    no tmp dir to cleanup

commit cadba27bb3438842090da906c2360035055c5b9d
Author: danomatika <danomatika at gmail.com>
Date:   Tue May 10 00:34:18 2016 -0600

    install localization .msg files not .po when building mac app

commit 8366119abfec903aa2c559d55784ef5825bf1268
Merge: 24aa3e5 35d4f58
Author: danomatika <danomatika at gmail.com>
Date:   Tue May 10 00:18:12 2016 -0600

    Merge branch 'master' into autotools_updates

commit 24aa3e573bdf993de591cf7d46d7e841abdfc49d
Author: danomatika <danomatika at gmail.com>
Date:   Tue May 10 00:16:20 2016 -0600

    use DESTDIR when removing lib/pd

commit 9e06f686caaaa1299441864b9b6450b9d4ca3191
Author: danomatika <danomatika at gmail.com>
Date:   Tue May 10 00:15:06 2016 -0600

    externals fixes: create symlinks to externals so they work when running locally; when building osx app, remove build files & mv externals out of hidden libtool folder; remove extra folder .la files after install as they are not needed when loading externals

commit 4ce751d2f8e8142e2aa138373df125accad60afa
Author: danomatika <danomatika at gmail.com>
Date:   Sun May 8 03:09:49 2016 -0600

    set asio define only when building portaudio with asio

commit 7ba6d7390905b5bdc723cbcff229baddeef832f1
Author: danomatika <danomatika at gmail.com>
Date:   Sun May 8 03:08:24 2016 -0600

    remove empty lib folders on uninstall

commit 807296f780c69ba59bdeaabb43d0942efcc2bedc
Author: danomatika <danomatika at gmail.com>
Date:   Fri May 6 00:38:17 2016 -0600

    removing static link option, breaks universal arch detection and is not really portable

commit 52f4f52c49078d469a65d3d891fdc47e4fd488d2
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 5 22:32:21 2016 -0600

    silence deprecation warnings when building portaudio on osx

commit bd47c31d50fcd7d068fa356a53fd9125efcdfe60
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 5 22:31:56 2016 -0600

    added --enable-static link option handling

commit 695e553bfb117a55a6df5a2001fb4f5ad0e34089
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 5 19:30:58 2016 -0600

    fixed wrong bin targets when making mac app, fixed rm not removing existing .app, added readme & license when making mac app

commit 049e9cfa03af72ef8ee4f4fda29fc6f67d8e81db
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 5 18:30:39 2016 -0600

    added --without-local-portaudio & --without-local-portmidi configure flags to control whether the included libraries or the system installed libraries are used when building pd (default is included); added homebrew paths & propogated AM_CPPFLAGS from configure down to Makefiles so those settings are now actually applied

commit 43758b04609535c41522b440425d4ce47eb3d49f
Merge: 1771a99 5b9039d
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 5 15:56:45 2016 -0600

    merged with master

commit 1771a99a9072396fa5d8a556bbd70b7fdf29ddee
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 5 15:54:47 2016 -0600

    add porttime.c for all portmidi platform builds

commit 3a2dc6c32a2fc4a8cadebe02c7c2b8bcb37754e6
Merge: 7dcf0f2 cdd8451
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 5 15:54:01 2016 -0600

    merged

commit 7dcf0f280faf8aa3f3c5e8e9f3c08231c0cd46e3
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 5 15:50:22 2016 -0600

    add frameworks for portmidi if we're building without portaudio

commit 66b250a9ac316cc7743480554f04b473bd43d549
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 5 15:29:55 2016 -0600

    create bin folder with symlinks to replicate src/makefile output; link with portautio libtool build

commit 01ef6ce3a15e428c4f44e41727e63c99a420ec55
Author: danomatika <danomatika at gmail.com>
Date:   Thu May 5 13:33:07 2016 -0600

    now building portaudio as a convenience lib using a custom Makefile.am, avoids separate configure step and installation of portaudio along with pd when using autotools

commit cdd8451f54cf7a921f772f2e71c708a7869f9885
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon May 2 16:45:54 2016 +0200

    run 'make distcheck' as the actual build
    
    the only draw-back is, that we cannot re-use the build-artefacts from
    the optional coverity build in the 'before_script'.

commit e1539edcf81a0a62534395d6c92943d3b864dd67
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon May 2 16:43:55 2016 +0200

    make portaudio uninstall all the files it installed...
    
    fixes the 'distcheck' target

commit 9532fdc279cdd39d7d21d9250a6b04ead2eecc7e
Merge: 2c2579f ff9a4e7
Author: danomatika <danomatika at gmail.com>
Date:   Mon May 2 02:04:28 2016 -0600

    Merge branch 'master' into autotools_updates

commit 2c2579f97530a1828e2c3d77a02cb011d85d3ee1
Author: danomatika <danomatika at gmail.com>
Date:   Mon May 2 01:58:05 2016 -0600

    fixed make target space indentation

commit 2879e92edd70171674043b61e23863968940f637
Author: danomatika <danomatika at gmail.com>
Date:   Mon May 2 01:52:02 2016 -0600

    fixed missing x permissions from previosuly reverted files

commit da42ede3b078914d1fd33c25badefa6465969d54
Author: danomatika <danomatika at gmail.com>
Date:   Mon May 2 01:37:10 2016 -0600

    added OSX app bundle script & build target

commit e490908ff169e130ed11c6bad2453931fa678df5
Author: danomatika <danomatika at gmail.com>
Date:   Sun May 1 23:35:08 2016 -0600

    whoops, reverting portaudio config file removal

commit 309c10d04039bcf2b1386bd7999068306c1230dc
Author: danomatika <danomatika at gmail.com>
Date:   Sun May 1 20:21:20 2016 -0600

    now passes distcheck: fixed portaudio & portmidi include paths, readded portaudio distdir modifications; moved doc details to doc/Makefile.am; removed portaudio temp files; updated INSTALL.txt

commit d3ab6fe5dbe529a7e07ea03ac726c6254dfee842
Merge: c80bc49 dfe6d07
Author: danomatika <danomatika at gmail.com>
Date:   Sun May 1 14:43:13 2016 -0600

    Merge branch 'master' into autotools_updates

commit c80bc49d0d407ef289242bf2e79fbc95095faea6
Author: danomatika <danomatika at gmail.com>
Date:   Sun May 1 11:27:52 2016 -0600

    forgot to remove help file in last merge fix

commit 8f95b1b7e4f212d129c360cbc96043838dffc928
Author: danomatika <danomatika at gmail.com>
Date:   Sun May 1 11:22:18 2016 -0600

    fixed bad merge

commit bc4079a0a17cac3b067d1356167a6ac8e0e74882
Author: danomatika <danomatika at gmail.com>
Date:   Sun May 1 11:15:49 2016 -0600

    set default linux universal archs: i386 x86_64

commit 804af20b101c3f3a48c50cc598f8889ea9b8e298
Merge: 851ac82 b3270f1
Author: danomatika <danomatika at gmail.com>
Date:   Sun May 1 11:06:24 2016 -0600

    merge with master

commit 851ac8204ca83e296c555dc17e99a6ac94ee9ff4
Author: danomatika <danomatika at gmail.com>
Date:   Sun May 1 10:59:04 2016 -0600

    Universal macro now checks individual archs and compiles only for those that are allowed by the linker, added finer grained checking prints, default archs now includes x86_64

commit fea120cfd7b1620d327eb884696aca5494d530ec
Author: danomatika <danomatika at gmail.com>
Date:   Sun May 1 10:57:49 2016 -0600

    external ext should be pd_darwin on OSX not d_fat; AM conditional CYGWIN was not being set; localization building is now option (but on by default if gettext found), added debug build option, set macosx-min-version for dlopen & link to libdl

commit 3b0e8c53527f309324d4f7629d16809748dca617
Merge: 7961231 adcdced
Author: danomatika <danomatika at gmail.com>
Date:   Sat Apr 30 22:09:18 2016 -0600

    Merge branch 'master' into autotools_updates

commit 796123193cf4003c44a5a7a4c2fb65a18fac66b0
Author: danomatika <danomatika at gmail.com>
Date:   Thu Apr 28 15:29:53 2016 -0600

    fixed audio dialog error when using pd without an audio api

commit c6468a002316e152375b671edd074d1098925a75
Author: danomatika <danomatika at gmail.com>
Date:   Thu Apr 28 15:21:09 2016 -0600

    added version string setting to 1.introduction.txt during install

commit 87bc206bd576e186cbc1fad0fc7ec223c9f80505
Author: danomatika <danomatika at gmail.com>
Date:   Thu Apr 28 13:22:15 2016 -0600

    removed old fink gettext path

commit f0e7f4d303278972c2e24b6a6b7afec9522c953a
Author: danomatika <danomatika at gmail.com>
Date:   Thu Apr 28 13:20:26 2016 -0600

    added Language to po files to fix gettext warning

commit 91d6825e5837a1065479b81faee122fa20a39f39
Author: danomatika <danomatika at gmail.com>
Date:   Thu Apr 28 13:08:28 2016 -0600

    formatting & indentation fixes

commit 074c0d8703aa1754fc77197603400f28565cb4fa
Author: danomatika <danomatika at gmail.com>
Date:   Thu Apr 28 11:36:38 2016 -0600

    forgot a few things in last commit

commit 3bab3707499db39c85a2474544bdd50608ed79cf
Author: danomatika <danomatika at gmail.com>
Date:   Thu Apr 28 11:35:53 2016 -0600

    Carbon framework only needed when using portaudio on osx; FIXXXME coment no longer needed; make sure s_midi_dummy.c is included in distribution

commit 64df8c003c0461ab14a2b0e5709d6aa6310b7fde
Author: danomatika <danomatika at gmail.com>
Date:   Thu Apr 28 11:32:03 2016 -0600

    portaudio & portmidi defaults no longer set in AC_ARG_ENABLE so os detection settings are not overwritten; removed coreaudio argument since it's only implicitly needed with portaudio on osx; check oss header after argument, if --enable-jack not found set jack=no;  removed singular api summary print lines in favor of api lists

commit eeea9caeba447c1fc91ba1dacffedbb087d5bdda
Merge: d0ec73e 47a76e8
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 27 11:30:02 2016 +0200

    Merge branch 'master' into autotools_updates

commit d0ec73e3a1a029bd999eaedfc208d96ff5dd1435
Merge: 9d5472f 52dec65
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 27 11:20:33 2016 +0200

    Merge branch 'autotools_updates' of github.com:pure-data/pure-data into autotools_updates

commit 9d5472fae837dfdf55f30868cda54513fa2b98cf
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 27 11:18:47 2016 +0200

    removed trailing whitespace

commit f576eefdd93fec75dde5051580154d5db4b90f6f
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 27 11:13:24 2016 +0200

    enable jack by default

commit 1e8da0ac8051a6f9afef3666d844906b410ee682
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 27 11:11:58 2016 +0200

    set PD_INTERNAL for all systems
    
    there's nothing W32 specific to this define.
    (currently only W32 builds do something depending on this define;
    but others could as well...)

commit e172d65d2306bf24864662c217c6d8a13735ab13
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 27 11:08:22 2016 +0200

    extended and sorted APIs in configure's splash-screen

commit 8cf83caf86889afdabf7d2af309caf21d50e4ba0
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 27 11:07:50 2016 +0200

    allow to disable each audio/midi backend & removed OS-specific backend hacks from src/Makefile.am
    
    if configure finds that there are no audio-backends, then it should tell
    the Makefile to build s_audio_dummy.c, rather than having the Makefile
    build the dummy backend on iOS...

commit 3e670f50dde021c30548d57557288c0069fd23ab
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 27 09:56:59 2016 +0200

    removed trailing whitespace

commit 52dec6568de835ea64f95115c71aa4b84e67186b
Author: danomatika <danomatika at gmail.com>
Date:   Wed Apr 27 01:47:24 2016 -0600

    Makefile.am cleanups

commit ce47fea3033580499f4144720c98063e6f44c600
Author: danomatika <danomatika at gmail.com>
Date:   Wed Apr 27 01:33:21 2016 -0600

    actually pkglibdir is exactly what we need

commit 04031d91074e19d7bbc6083e05cb0d711d90ca0c
Author: danomatika <danomatika at gmail.com>
Date:   Wed Apr 27 01:29:16 2016 -0600

    install docs to libdir/PACKAGE, not prefix

commit 3b0f95a27c240de35ffd7714657413271c7f1417
Author: danomatika <danomatika at gmail.com>
Date:   Wed Apr 27 00:51:43 2016 -0600

    updated ASIO link

commit dc8fe58a566e3934715eb04d7a8e4fdf18810c2d
Author: danomatika <danomatika at gmail.com>
Date:   Wed Apr 27 00:48:02 2016 -0600

    collapse long api check

commit 7b18f16ec0b48d3a98bcba26f0e90aca22a740d0
Author: danomatika <danomatika at gmail.com>
Date:   Wed Apr 27 00:11:07 2016 -0600

    po template updated, mainly due to recent dialog update line changes

commit 0eab3d117cd4148dde095176f51e2a0378656a88
Author: danomatika <danomatika at gmail.com>
Date:   Wed Apr 27 00:07:49 2016 -0600

    check for macports /opt/local; fix bad HAVE_MSGFMT check; check if local portmidi dir exists; added translations setting to summary

commit 535ec1123722c169269b5cad3c0cdbedacc59c2e
Merge: 6aec999 14bd949
Author: danomatika <danomatika at gmail.com>
Date:   Tue Apr 26 23:25:14 2016 -0600

    Merge branch 'temp' into autotools_updates

commit 14bd9498ab2f2ea6fe3e19a9ec7ada4454532b6c
Author: danomatika <danomatika at gmail.com>
Date:   Tue Apr 26 23:23:43 2016 -0600

    updated to latest portaudio configure.in, fixes OSX build error so -Wno-error override is not required

commit caeae46c26e672e3924777f8955f9a1c2c16089e
Author: danomatika <danomatika at gmail.com>
Date:   Tue Apr 26 23:20:24 2016 -0600

    empty should *actually* be empty, fixes no "" target found build error

commit 23f1067ee267910116843d0b22af17e5ebf8ac77
Author: danomatika <danomatika at gmail.com>
Date:   Tue Apr 26 23:10:23 2016 -0600

    file list on each line is easier to read/maintain

commit 6aec9992fb354072e539decc245fc05927aaddfb
Author: danomatika <danomatika at gmail.com>
Date:   Tue Apr 26 22:34:35 2016 -0600

    check for tk 8.5 and use ttk widgets (formerly commented out), verbsoe print for the chosen base font

commit c25fdcfc746ab75a49c44177254c4519b8f7b1eb
Author: danomatika <danomatika at gmail.com>
Date:   Tue Apr 26 22:30:58 2016 -0600

    move universal option to the options section

commit 202d3756e832bad5b436088e5958533c63500db2
Author: danomatika <danomatika at gmail.com>
Date:   Tue Apr 26 22:29:22 2016 -0600

    another portaudio ignore

commit 10c96371cd00401b0737395f53c4bf4a28fbb8b2
Author: danomatika <danomatika at gmail.com>
Date:   Tue Apr 26 22:28:50 2016 -0600

    IOhannes' fix for missing empty line at the end of the libpd_DATA list

commit 8d0f17b885f619335702e2b394bf4a3221bac937
Author: danomatika <danomatika at gmail.com>
Date:   Tue Apr 26 22:22:51 2016 -0600

    IOhannes' fix for po builds without msgfmt

commit 9ab3f27a740f641e069da626887302ef75a11caa
Merge: 0951bc7 fbe4b81
Author: danomatika <danomatika at gmail.com>
Date:   Mon Apr 25 08:29:11 2016 -0600

    Merge branch 'master' into makefile_updates

commit 0951bc7965ab73ffd4a0249d43a7d5cceb4177a9
Author: danomatika <danomatika at gmail.com>
Date:   Sun Apr 24 22:04:03 2016 -0600

    configure.ac: -Wno-error so portaudio builds on newer versions of OSX, conditional consistency, add fink or macports paths if found

commit 3cc76ff856064b1dff88b06a8af5e03b6f21437f
Author: danomatika <danomatika at gmail.com>
Date:   Sun Apr 24 00:00:16 2016 -0600

    ignore portmidi & portaudio temp build files

commit 92d67d075754ef4f4e848d4511c1c53750e9584e
Author: danomatika <danomatika at gmail.com>
Date:   Sat Apr 23 23:59:50 2016 -0600

    removed pm_win/pmdll.h since it doesn't exist and was stopping the portmidi build

commit 8578b5723ae99193673e11448d87a322773aa45b
Author: danomatika <danomatika at gmail.com>
Date:   Sat Apr 23 18:23:41 2016 -0600

    renamed INCLUDES to AM_CPPFLAGS to fix autoconf warning

commit 5466ed905314edcf2f0a99863c903c4820658106
Author: danomatika <danomatika at gmail.com>
Date:   Sat Apr 23 18:06:11 2016 -0600

    configure.ac overall cleanup, added section headers & moved relevant actions together, added result print

commit 9be0f466d79e746b16f32a678943476bf3909928
Author: danomatika <danomatika at gmail.com>
Date:   Sat Apr 23 18:05:17 2016 -0600

    indentation fixes

commit 4b3e8a85e05a9cddbcdb4236dc9fe233fa8c5594
Author: danomatika <danomatika at gmail.com>
Date:   Sat Apr 23 15:43:17 2016 -0600

    consistent indentation using 4 spaces

commit 50acb6d469df17cc651a3c823a15f2c9c5685cb3
Author: danomatika <danomatika at gmail.com>
Date:   Sat Apr 23 15:40:40 2016 -0600

    replaced old school dnl with #

commit ae7bf4c84ab4e640e17e239a7863540db77b975b
Author: danomatika <danomatika at gmail.com>
Date:   Sat Apr 23 15:36:17 2016 -0600

    whitespace & formatting fixes, prefer spaces over tabs for indentation (but not for Makefile targets)

commit 9455acf5b67fda1695719123fdb5f2111caf6da4
Author: danomatika <danomatika at gmail.com>
Date:   Sat Apr 23 15:26:34 2016 -0600

    portaudio configure no longer called with --disable-portaudio

commit f231573e449b8b1ef0b1ad6a3850914a000df100
Author: danomatika <danomatika at gmail.com>
Date:   Sat Apr 23 14:52:26 2016 -0600

    fix automake option subdir-objects is disabled warning

-----------------------------------------------------------------------


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list