Commit Graph

18 Commits

Author SHA1 Message Date
Tony Theodore dcc6131619 aubio jack: workaround for default python being v3 2020-06-04 19:05:23 +10:00
Viktor Szakats 9ea0397bfc secure URLs
* also remove the last ftp:// URL, which was a mirror
2019-10-20 13:01:57 +11:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Boris Nagaev 74163f1794 add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422

Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
2016-12-22 22:25:48 +01:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
The following script was applied:

    sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE')

    sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \
        $(git grep -l 'part of MXE.*See index.html')

    before='This file is part of MXE. See index.html for further information.'
    after='This file is part of MXE. See LICENSE.md for licensing information.'
    sed "s/$before/$after/" -i $(git grep -l 'part of MXE')

Then git grep 'index.html for further information' revealed two other files.
One of them was patched manually (patch.mk). Makefile has text
"See index.html for further information" unrelated to licensing.

See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
2016-08-27 12:31:29 +03:00
Timothy Gu 03cbbcf46d Merge pull request #1139 from TimothyGu/aubio
Fix aubio
2016-01-07 19:09:52 -08:00
Boris Nagaev cd11f46263 jack: add TODO about waf 2016-01-06 15:07:58 +03:00
Boris Nagaev 7fbc88e8ba Revert "jack: use waf from package waf"
This reverts commit 4dc528380c.

*.dll.a were installed to bin/

I will come back to this when jack updates.
2016-01-06 15:05:57 +03:00
Timothy Gu 4e07f89bb3 Disable jack on static builds
It builds DLLs.
2016-01-05 21:26:06 -08:00
Boris Nagaev 4dc528380c jack: use waf from package waf 2016-01-03 19:31:32 +03:00
Tony Theodore 05380b49b7 gcc pthreads: build pthreads and mingw-w64 headers inline and enable libgomp
* fixes "~winpthreads changes ~pthread_signal.h" etc. reported by build-pkg
  mingw-w64 installs dummy headers if winpthreads isn't built
* enables libgomp to avoid double-build (see #331)
* no change in openmp-validation (still 20 failures - taken with a grain of
  salt as the batch file test runner isn't a reliable perl substitute)
* pthreads virtual package kept for future testing
2015-10-31 20:18:21 +11:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore ac7344aaef many packages: cleanup deps ordering 2015-09-23 17:41:16 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Boris Nagaev fd93265048 jack: depend on readline
Example example-clients/transport.c depends on readline.
Jack can be built without this example, but it worth adding
it to dependencies to make build more predictable.

See #731
2015-09-04 10:28:53 +03:00
Boris Nagaev 33de8ed93a write update script for jack 2015-08-31 23:59:57 +03:00
Harry Nakos a0454b44be Do some housekeeping for jack. 2015-06-16 14:48:57 +03:00
Harry Nakos 60b1ecf771 Investigate jack2 support. 2015-06-15 22:04:06 +03:00