Commit Graph

87 Commits

Author SHA1 Message Date
R. Ryantm
602152cbf5 reaper: 7.27 -> 7.28 2024-12-10 02:37:58 +00:00
R. Ryantm
582516ec6f reaper: 7.24 -> 7.27 2024-11-13 23:55:47 +00:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
R. Ryantm
86e9e91a40 reaper: 7.22 -> 7.24 2024-10-05 12:35:14 +00:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Orivej Desh
d81e45ced7 reaper: remove broken link to reamote-server
ReaMote no longer exists in REAPER 7
2024-09-08 21:41:22 +00:00
R. Ryantm
d6b8983cab reaper: 7.20 -> 7.22 2024-08-30 03:54:45 +00:00
R. Ryantm
19a7bd6857 reaper: 7.19 -> 7.20 2024-08-16 13:14:59 +00:00
R. Ryantm
8c0eac6fd5 reaper: 7.18 -> 7.19 2024-07-30 04:29:02 +00:00
R. Ryantm
ee06a1f3a5 reaper: 7.17 -> 7.18 2024-07-07 04:11:48 +00:00
R. Ryantm
2814ea8fdf reaper: 7.16 -> 7.17 2024-06-29 23:29:00 +00:00
Jan Tojnar
0421c816ba treewide: Simplify use of update-source-version
- `--ignore-same-version` allows us to not call it twice.
- with that, we can also omit version, to allow us updating e.g. `cargoDeps` hash
2024-06-09 20:33:23 +02:00
R. Ryantm
13f5e39759 reaper: 7.15 -> 7.16 2024-05-27 17:53:26 +00:00
R. Ryantm
cf2633cdb6 reaper: 7.14 -> 7.15 2024-04-20 21:15:15 +00:00
R. Ryantm
0d008ec57d reaper: 7.13 -> 7.14 2024-04-14 07:25:07 +00:00
R. Ryantm
0e5bdd5af9 reaper: 7.11 -> 7.13 2024-04-03 11:25:37 +00:00
R. Ryantm
c9c7d2c7bb reaper: 7.09 -> 7.11 2024-02-13 04:23:46 +00:00
R. Ryantm
4e2bb19b7f reaper: 7.08 -> 7.09 2024-01-20 15:04:51 +00:00
R. Ryantm
a38eab0660 reaper: 7.07 -> 7.08 2024-01-12 00:27:52 +00:00
R. Ryantm
116a281c13 reaper: 7.06 -> 7.07 2023-12-23 04:07:01 +00:00
R. Ryantm
f0ca8e5189 reaper: 7.05 -> 7.06 2023-12-07 09:03:21 +00:00
Paul Meyer
2c97a5caa7 maintainers: remove jfrankenau
due to inactivity.
2023-11-20 08:44:58 +01:00
Stanisław Pitucha
f7bfb80a24 reaper: add darwin platform 2023-11-16 12:52:27 +11:00
Stanisław Pitucha
cf6d132355 reaper: 7.03 -> 7.05 2023-11-16 10:07:54 +11:00
R. Ryantm
863e0d0ce0 reaper: 7.02 -> 7.03 2023-11-12 11:47:48 +00:00
Pablo Ovelleiro Corral
3e7b6b1dec reaper: 7.0 -> 7.02 2023-11-01 22:41:58 +01:00
R. Ryantm
76311f83bf reaper: 6.82 -> 7.0 2023-10-16 23:36:03 +00:00
R. Ryantm
3dba9d65a6 reaper: 6.81 -> 6.82 2023-09-19 09:46:41 +00:00
R. Ryantm
38544a2d88 reaper: 6.80 -> 6.81 2023-07-25 01:31:34 +00:00
R. Ryantm
e13fdafaee reaper: 6.79 -> 6.80 2023-05-31 02:28:18 +00:00
R. Ryantm
cb22816835 reaper: 6.77 -> 6.79 2023-04-27 07:52:22 +00:00
R. Ryantm
41745015f6 reaper: 6.75 -> 6.77 2023-03-08 12:22:22 +00:00
Stanisław Pitucha
b8ea5a12fc
Merge pull request #213500 from ryanorendorff/patch-2
reaper: add curl and libxml2 ld_library_path deps
2023-02-28 19:12:16 +11:00
Ryan Orendorff
0e1d56a397 reaper: add curl and libxml2 ld_library_path deps 2023-02-27 21:38:21 -07:00
R. Ryantm
06c8e53438 reaper: 6.73 -> 6.75 2023-02-09 07:38:53 +00:00
Ryan Orendorff
5941a71318 reaper: 6.71 -> 6.73 2022-12-29 01:08:57 -07:00
Stanisław Pitucha
a61b8298e0
Merge pull request #203475 from Mic92/reaper
reaper: 6.66 -> 6.71
2022-12-12 08:59:18 +11:00
Jörg Thalheim
8904ad8ed5 reaper: 6.66 -> 6.71 2022-12-11 20:42:35 +01:00
Orivej Desh
eded5ed94e reaper: provide libxdo for ReaLearn 2.14
ReaLearn 2.14 has added support for binding MIDI messages to mouse
events (to control plugins with no other method of input) via Rust
"enigo" crate which does this on Linux by binding to the xdotool
library.
2022-11-30 11:18:55 +00:00
Anderson Torres
52bbd5121b
Merge pull request #180080 from viraptor/reaper-update
reaper: Add update script
2022-10-09 20:13:54 -03:00
Stanisław Pitucha
f38a04a4ab reaper: Add update script 2022-10-07 21:16:55 +11:00
Stanisław Pitucha
316b53b78c reaper: 6.61 -> 6.66 2022-08-18 13:44:27 +10:00
Anderson Torres
11b6b35b90
Merge pull request #179179 from viraptor/reaper-pw
reaper: add support for pipewire-jack
2022-07-08 01:25:47 -03:00
Stanisław Pitucha
134c7be40b reaper: add support for pipewire-jack 2022-07-08 11:22:58 +10:00
Stanisław Pitucha
becb9565fc reaper: 6.47 -> 6.61 2022-06-26 21:25:10 +10:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
uniquepointer
43b6d6a7a2 Update reaper to 6.47 2022-02-12 18:05:44 -05:00
Orivej Desh
e684a83103 reaper: 6.43 -> 6.46 2022-01-28 02:05:58 +00:00
uniquepointer
216af462f6 reaper: 6.38 -> 6.43 2021-12-27 18:25:32 -05:00
Orivej Desh
4949d2930b
reaper: 6.29 -> 6.38 (#141914)
Dispatch based on hostPlatform.system, similar to how it is done for
example in sbclBootstrap.
2021-10-19 10:21:54 +00:00