Commit graph

69 commits

Author SHA1 Message Date
Patrick Mahoney ceed1e2840 faust: fix compiler flags when used outside nix shell
Fixes https://github.com/NixOS/nixpkgs/issues/78610

The issue is some additional environment variables added to the nix
compiler wrappers that also need to be exported by the faust
wrapper.

This "wrapWithBuildEnv" solution is very hacky, but I
don't know of a better solution.
2021-06-12 09:05:08 -05:00
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Bart Brouns 63dd3bfd04 FaustLive: unstable-dev-2020-08-03 -> 2.5.5 2021-06-04 23:46:00 +02:00
Bart Brouns efe166726f faust2: unstable-2020-08-27 -> 2.30.5 2021-05-27 09:42:16 +02:00
Sandro Jäckel dd9862ba98
jack2Full: deprecate alias 2021-04-03 18:13:59 +02:00
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Ben Siraphob a6ac3eedbd treewide: xdg_utils -> xdg-utils 2021-02-01 15:05:09 +07:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
Sandro 7f827a9982
Merge pull request #99259 from magnetophon/faustlive
faustlive: 2.5.4 -> unstable-dev-2020-08-03
2021-01-18 21:21:04 +01:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Raghav Sood 39373645ed
faustlive: fix build 2020-11-29 09:42:22 +00:00
Sandro Jäckel 60c54866ed
treewide: run ./maintainers/scripts/update_redirected_urls.sh 2020-11-27 01:35:54 +01:00
Bart Brouns 5461c5f633 faust2jaqt: remove opencv2
It's marked broken and it seems it wasn't needed in here in the first place.
5e68d203f3
2020-10-20 14:02:30 +02:00
Bart Brouns c5277d01c5 faust2jack: use opencv instead of opencv2
opencv2 is marked broken:
5e68d203f3

This reverts f68a0031bb
2020-10-20 14:02:20 +02:00
Bart Brouns 916246b5b2 faustlive: 2.5.4 -> unstable-dev-2020-08-03
fixes https://github.com/NixOS/nixpkgs/issues/99022
2020-10-01 13:21:20 +02:00
Gabriel Ebner 7c379ea8c9 faust2: reenable emscripten 2020-08-29 15:48:13 +02:00
Bart Brouns 28bbe244d7 faust: unstable-2020-08-03 -> unstable-2020-08-27 2020-08-27 21:07:44 +02:00
Bart Brouns 1ba7dd047b faust: add missing dependencies 2020-08-27 17:08:08 +02:00
Bart Brouns 9796dfcb00 faustlive: 2017-12-05 -> 2.5.4 2020-08-03 19:43:28 +02:00
Bart Brouns 1fd81c957a faust: temporarily remove emscripten:
it doesn't build at the moment and is not essential to faust
2020-08-03 19:43:28 +02:00
Bart Brouns 2dda10a974 faust: unstable-2020-06-08 -> unstable-2020-08-03
there was a release in the meantime, ut it has a bug that is fixed in
this commit.

See: https://github.com/grame-cncm/faust/issues/473
2020-08-03 19:42:24 +02:00
Bart Brouns 0e90984ff0 faust: unstable-2020-03-20 -> unstable-2020-06-08 2020-06-11 19:26:56 +02:00
Doron Behar ce6107be9c faust2jaqt: explicitly use opencv2 2020-05-05 13:45:13 +03:00
Doron Behar f68a0031bb faust2jack: explicitly use opencv2 2020-05-05 13:44:55 +03:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Bart Brouns bbe7624175
faust2: 2.20.2 -> unstable-2020-03-20 (#82650)
The latest release has a bug that makes it unable
to compile all of its own libraries:

https://github.com/grame-cncm/faust/issues/406
2020-03-26 07:32:01 +00:00
Bart Brouns bd90b5a5cf faust: 2.5.23 -> 2.20.2 2020-02-10 20:12:05 +01:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Jan Tojnar c5c2ac4f45
qrencode: merge with libqrencode 2019-01-01 17:19:07 +01:00
c0bw3b 0f868d8116 Treewide: use HTTPS on SourceForge 2018-12-02 15:33:08 +01:00
Thys 7ef0a74d1b faustlive: init at 2017-12-05 2018-08-23 19:29:54 -07:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
xeji 44f3a1dd41 faust2: fix build with llvm 5.0.2 (#40672)
build was broken by  llvm: 5.0.1 -> 5.0.2 (#39979)

(cherry picked from commit a16c31244b904cb0ee152eca2c0c01c3be0fdc7f)
2018-06-05 23:01:44 +02:00
Bart Brouns 156dfd6eae faust: add more faust2appl scripts 2018-04-09 14:38:37 +02:00
Bart Brouns 9c7e9ef023 faust: 2.5.21 -> 2.5.23 2018-03-13 19:47:14 +01:00
Bart Brouns 9f6f253393 faust: 2.5.10 -> 2.5.21 2018-02-12 21:29:49 +01:00
Bart Brouns ad566a0c57 faust2: 2.1.0 -> 2.5.10 2018-01-23 00:42:37 +01:00
John Ericson 1b3581b7ba faust: Fix nativeBuildInputs indent 2017-09-21 15:49:54 -04: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 d454675ef6 faust: 2.0.a51 -> 2.1.0 2017-06-19 09:37:48 +02:00
Nicolò Balzarotti 106349a02f faust2ladspa: init (at 2.0.a51 like other faust2... plugins) 2016-11-17 13:59:02 +01:00
Bart Brouns 77afa8e6b7 faust2: 2.0-a41 -> 2.0.a51 2016-11-07 13:49:31 +01:00
Bart Brouns b19b440cb8 faust1: 0.9.73 -> 0.9.90 2016-11-07 13:47:12 +01:00
Kirill Boltaev bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00