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
ilian
5d341cdaed
reaper: 6.28 -> 6.29 ( #126838 )
2021-06-14 17:07:21 +02:00
AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
ilian
bafeb20346
reaper: fix desktop integration
2021-05-18 14:59:00 +02:00
ilian
05065605f6
reaper: 6.25 -> 6.28
2021-05-18 14:58:06 +02:00
ilian
ae38be144d
reaper: 6.23 -> 6.25
2021-03-11 16:48:37 +01:00
ilian
0547c59412
reaper: 6.21 -> 6.23 ( #112064 )
2021-02-16 03:30:36 +01:00
Sandro
fc5c930181
Merge pull request #110582 from ilian/fix/reaper
...
reaper: mark audio backend libs as optional, add missing plugin libs
2021-01-25 21:06:15 +01:00
ilian
32f19166bc
reaper: mark audio backend libs as optional, add missing plugin libs
2021-01-25 12:33:57 +01:00
ilian
a098b61e11
reaper: 6.20 -> 6.21
2021-01-24 17:04:26 +01:00
ilian
4df406a276
reaper: add ilian as maintainer
2021-01-21 15:10:35 +01:00
ilian
22cccad901
reaper: 6.19 -> 6.20
2021-01-21 15:03:39 +01:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
ilian
72b730c5e9
reaper: 6.12c -> 6.19
2021-01-13 23:09:02 +01: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
R. RyanTM
2853b03255
reaper: 6.10 -> 6.12c
2020-07-07 09:44:28 +00:00
gnidorah
f748fae91c
reaper: 5.987 -> 6.10
2020-05-18 09:39:57 +03:00
Bignaux Ronan
a25c953d71
reaper: fix libjack2 missing dependency
2020-05-18 09:39:37 +03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
14108651f3
reaper: 5.984 -> 5.987 ( #74630 )
2019-11-30 15:52:02 +01:00
R. RyanTM
afa48f16f2
reaper: 5.983 -> 5.984
...
(#72654 )
2019-11-06 18:06:07 +01:00
R. RyanTM
84ecccbead
reaper: 5.981 -> 5.983
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/reaper/versions
2019-09-28 19:25:43 -07:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
R. RyanTM
b5331ed196
reaper: 5.980 -> 5.981
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/reaper/versions
2019-08-20 16:39:16 -07: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
Orivej Desh
32fbbc6f9b
Merge master into staging
2019-07-25 09:23:21 +00:00
worldofpeace
b1bc0645ea
gdk-pixbuf: rename from gdk_pixbuf
2019-07-22 18:50:57 -04:00
R. RyanTM
b6168b05ae
reaper: 5.979 -> 5.980
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/reaper/versions
2019-07-20 09:23:40 -07:00
R. RyanTM
88ca8a1cc0
reaper: 5.978 -> 5.979
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/reaper/versions
2019-07-05 23:29:09 +02:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM
e0a1dbd0c3
reaper: 5.974 -> 5.978
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/reaper/versions
2019-06-02 18:57:45 -07:00
R. RyanTM
333181b5d3
reaper: 5.973 -> 5.974
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/reaper/versions
2019-05-02 06:52:55 -07:00
R. RyanTM
45a894bcb4
reaper: 5.965 -> 5.973 ( #58865 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/reaper/versions
2019-04-07 16:27:27 +02:00
volth
2be90ccb4f
gnome3.gtk -> gtk3
...
fix evaluation when config.allowAliases == false
(regression after #55735 )
2019-03-24 14:34:39 -04:00
gnidorah
ffbe5aff57
reaper: 5.961 -> 5.965 ( #53880 )
2019-01-13 23:25:47 +01:00
Johannes Frankenau
29a0a6c6a7
reaper: 5.94 -> 5.961
2018-11-15 18:16:45 +01:00
Johannes Frankenau
dc02a284bc
reaper: 5.93 -> 5.94 ( #44445 )
2018-08-04 09:56:04 +02:00
Johannes Frankenau
d99d14f357
reaper: init at 5.93 ( #44391 )
2018-08-03 13:36:11 +02:00