about summary refs log tree commit diff
path: root/pkgs/applications/audio/faust
AgeCommit message (Collapse)AuthorFilesLines
2024-06-22faust: 2.72.14 -> 2.74.6R. Ryantm1-2/+2
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-04-24faust: 2.70.3 -> 2.72.14Bart Brouns1-10/+2
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-03-04open-music-kontrollers.mephisto: 0.16.0 -> 0.18.2, fix build (#293048)Philip Taron1-0/+8
* faust: pull fix for users of faust/dsp/llvm-dsp-c.h * open-music-kontrollers.mephisto: 0.16.0 -> 0.18.2, fix build The generic package for these no longer works due to changes in the git hosting that upstream uses.
2024-01-25faustlive: unpin llvm, fix build, fix runtimeannalee1-13/+24
2024-01-25faustlive: reformatannalee1-6/+50
2024-01-09Merge pull request #279407 from r-ryantm/auto-update/faust2Thiago Kenji Okada1-2/+2
faust2: 2.69.3 -> 2.70.3
2024-01-07faust2: 2.69.3 -> 2.70.3R. Ryantm1-2/+2
2024-01-07faustlive: 2.5.16 -> 2.5.17R. Ryantm1-2/+2
2023-11-16faust: 2.59.6 -> 2.69.3Bart Brouns1-12/+2
2023-10-27faustlive: 2.5.13 -> 2.5.16R. Ryantm1-2/+2
2023-08-15treewide: fix cross makeWrapper evalArtturin2-4/+4
fix `error: makeWrapper/makeShellWrapper must be in nativeBuildInputs` The `faust.faust2ApplBase` in used in `faust2sc` + more, requires changes because it puts all the callPackage arguments in the `mkDerivation` call and thus causes a eval fail `nix-eval-jobs --flake ".#legacyPackages.x86_64-linux.pkgsCross.aarch64-multiplatform" --workers 2 2>/dev/null --impure | jq 'select(.error?) | select(.error | match ("makeWrapper/makeShellWrapper"))'
2023-07-21faust1: dropThomas Gerbet1-207/+0
Upstream does not seem to have released a 0.9.x/1.x version since 2016 while faust 2.x is actively maintained. No package depend on it anymore.
2023-06-14faust2sc: remove workaroundolaf1-7/+1
Before faust 2.59.6 faust2sc had a bug, now headers can be provided from the path of the source package.
2023-06-14Merge pull request #215561 from magnetophon/faust_QT5Weijia Wang3-9/+66
faust: replace qt4 with qt5
2023-05-18faust: replace qt4 with qt5Bart Brouns3-9/+66
2023-05-16faust: 2.54.9 -> 2.59.6Bart Brouns1-83/+99
2023-04-22faust: make faust2sc availableolaf2-1/+39
2022-12-25Merge pull request #194580 from r-ryantm/auto-update/faust2markuskowa1-2/+2
faust2: 2.41.1 -> 2.54.9
2022-12-24faust2: 2.41.1 -> 2.54.9R. Ryantm1-2/+2
2022-12-23faustlive: 2.5.12 -> 2.5.13R. Ryantm1-2/+2
2022-11-05faust2: darwin supportHlöðver Sigurðsson1-1/+1
2022-10-15faustlive: 2.5.11 -> 2.5.12R. Ryantm1-2/+2
2022-07-06faustlive: 2.5.10 -> 2.5.11Bart Brouns1-2/+2
2022-07-06faust: 2.40.0 -> 2.41.1Bart Brouns1-5/+6
2022-05-27faustlive: 2.5.8 -> 2.5.10R. Ryantm1-2/+2
2022-05-01Merge pull request #167747 from magnetophon/faustliveMario Rodas1-12/+9
faustlive: 2.5.5 -> 2.5.8
2022-05-01faust: 2.37.3 -> 2.40.0 (#167746)Bart Brouns1-2/+2
2022-04-07faustlive: 2.5.5 -> 2.5.8Bart Brouns1-12/+9
2021-10-30faust: 2.30.5 -> 2.37.3R. Ryantm1-2/+2
2021-06-12faust: fix compiler flags when used outside nix shellPatrick Mahoney1-1/+9
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-10Change all alsaLib references to alsa-libAndersonTorres5-10/+10
2021-06-04FaustLive: unstable-dev-2020-08-03 -> 2.5.5Bart Brouns1-7/+10
2021-05-27faust2: unstable-2020-08-27 -> 2.30.5Bart Brouns1-3/+3
2021-04-03jack2Full: deprecate aliasSandro Jäckel2-4/+4
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2-7/+5
2021-02-01treewide: xdg_utils -> xdg-utilsBen Siraphob1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-2/+1
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer3-7/+7
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-18Merge pull request #99259 from magnetophon/faustliveSandro1-3/+3
faustlive: 2.5.4 -> unstable-dev-2020-08-03
2021-01-16treewide: stdenv.lib -> libBen Siraphob2-3/+3
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch3-6/+6
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
2020-11-29faustlive: fix buildRaghav Sood1-2/+2
2020-11-27treewide: run ./maintainers/scripts/update_redirected_urls.shSandro Jäckel3-3/+3
2020-10-20faust2jaqt: remove opencv2Bart Brouns1-2/+0
It's marked broken and it seems it wasn't needed in here in the first place. https://github.com/NixOS/nixpkgs/commit/5e68d203f3f8abf8f928fb6788487b83e3a0e8ec
2020-10-20faust2jack: use opencv instead of opencv2Bart Brouns1-2/+2
opencv2 is marked broken: https://github.com/NixOS/nixpkgs/commit/5e68d203f3f8abf8f928fb6788487b83e3a0e8ec This reverts https://github.com/NixOS/nixpkgs/commit/f68a0031bbf49dde2cf4026dc6d45d7f3835dc0b
2020-10-01faustlive: 2.5.4 -> unstable-dev-2020-08-03Bart Brouns1-3/+3
fixes https://github.com/NixOS/nixpkgs/issues/99022
2020-08-29faust2: reenable emscriptenGabriel Ebner1-3/+2
2020-08-27faust: unstable-2020-08-03 -> unstable-2020-08-27Bart Brouns1-3/+3