Commit graph

25 commits

Author SHA1 Message Date
Graham Bennett 2b8523fd7e portaudio: remove unsupported compiler flag
Appears to no longer be supported in the latest clang.
2021-07-24 20:45:24 +01:00
Matthew Leach abae2e9fb0 portaudio: fix build for arm64-darwin
Hydra failed to build portaudio against the MacOS SDK 11.0, see [1]. The
errors stem from the fact that certain functions in the SDK have been
marked as depricated. When building locally on my machine (which uses a
newer SDK version) there are no such errors. Therefore, until we get
 #101229 fixed we can ignore these deprication errors.

[1]: https://hydra.nixos.org/build/147771864/nixlog/1
2021-07-15 18:52:43 +01:00
Matthew Leach 9d1ef5706a portaudio: 190600-20161030 -> 190700_20210406
Build the latest port audio.  Also fix the build on apple silicon.
2021-07-12 22:21:56 +01:00
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Robin Gloster 6ca6ac796b
treewide: configureFlags is a flat list 2019-12-31 01:37:49 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Matthew Bauer 0f473cc854 portaudio: disable werror for flags hit in clang 2019-05-11 23:02:56 -04:00
Michael Raskin 7be7698612
Merge pull request #25552 from antonxy/master
lightworks: init at 14.0.0
2017-11-05 00:01:48 +00:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Bart Brouns a8fefd4ca8 portaudio: 19-20140130 -> 190600-20161030, add jack 2017-08-15 15:24:04 +02:00
Anton Schirg a4a63800c8 portaudio: add enable-cxx option 2017-05-06 14:54:29 +02:00
Matthew Bauer 2614fa1de0
portaudio: fixup patches
- don't use preBuild for patching
- leave all of the tests in place (no tests are run anyway)
2017-01-17 19:49:30 -06:00
Matthew Bauer 6c6db7b58b
portaudio: fix on Darwin 2017-01-17 19:49:18 -06:00
Vladimír Čunát 902675b4e7
Revert "Merge pull request #20592 from TravisWhitaker/portaudio-update"
This reverts commit 44122e2c0f, reversing
changes made to d66db992ae.

The hash wasn't changed, meaning this won't work and the build is most
likely untested.
2016-11-25 07:54:14 +01:00
Travis Whitaker 6dae6b8740 portaudio: 19-20140130 -> 19-20161030 2016-11-20 15:16:56 -08:00
Vladimír Čunát 1fdbc3097b alsa-lib: split "dev" output and fix referrers 2015-10-13 20:18:55 +02:00
Bjørn Forsman 28f41870c4 portaudio: fixup .pc file to find alsa library 2014-07-22 21:24:25 +02:00
Song Wenwu 4696dc4033 portaudio: update to v19_20140130 2014-02-11 15:56:37 +08:00
Jason \"Don\" O'Conal 0dd6c44183 portaudio: fix license (fix #728) 2013-07-07 13:16:00 +02:00
Jason \"Don\" O'Conal cd5f3dc1fa portaudio: fix build on darwin
* remove alsaLib from build inputs
* add --build=x86_64 to configure flags
* add --without-oss to configure flags
* add --enable-static to configure flags
* add --enable-shared to configure flags
* add framework header files
* disable failed tests
* copy all headers on install
* build with gccApple
2013-07-06 13:46:18 +02:00
Mathijs Kwik f5fbd16058 portaudio: upgraded to current stable version (svn as well)
svn path=/nixpkgs/trunk/; revision=33604
2012-04-05 08:22:35 +00:00
Lluís Batlle i Rossell 5c8b4043ee Adding espeak (and one of the libraries it needs, portaudio)
svn path=/nixpkgs/trunk/; revision=23351
2010-08-22 12:08:55 +00:00