Yureka
167624ad7e
lsp-plugins: 1.2.13 -> 1.2.14
...
Changelog: https://github.com/lsp-plugins/lsp-plugins/releases/tag/1.2.14
2023-12-24 22:42:39 +01:00
Yureka
386647bebf
lsp-plugins: apply patch "Fix aarch64 msmatrix code" ( #274504 )
...
This fixes a critical issue in the dsp code path used on Apple Silicon machines
2023-12-16 00:06:12 +01:00
R. Ryantm
f3ef03d897
lsp-plugins: 1.2.12 -> 1.2.13
2023-11-06 16:34:18 +01:00
R. Ryantm
39965f343e
lsp-plugins: 1.2.11 -> 1.2.12
2023-10-14 11:31:21 +00:00
R. Ryantm
acd7395632
lsp-plugins: 1.2.10 -> 1.2.11
2023-10-04 02:00:46 +00:00
PowerUser64
ad88501d2d
lsp-plugins: 1.2.8 -> 1.2.10
2023-08-23 00:42:45 -07:00
PowerUser64
bb5ead49eb
lsp-plugins: 1.2.7 -> 1.2.8
2023-07-21 01:44:01 -07:00
R. Ryantm
1f26b33ae2
lsp-plugins: 1.2.6 -> 1.2.7
2023-05-24 12:01:07 +00:00
Orivej Desh
3bfa9ed74d
lsp-plugins: 1.2.5 -> 1.2.6 ( #222835 )
2023-03-24 07:15:12 +00:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Vladimír Čunát
9e2af38827
Merge branch 'staging' into staging-next
2023-02-01 17:05:25 +01:00
R. Ryantm
a4e0f390dd
lsp-plugins: 1.2.4 -> 1.2.5
2023-01-31 17:49:19 +00:00
Artturin
22c7e51491
lsp-plugins: split outputs and fix indendation
...
out is 56M
dev is 6.7K
doc is 23M
2023-01-22 15:59:53 +02:00
R. Ryantm
753792f06f
lsp-plugins: 1.2.3 -> 1.2.4
2022-12-23 02:39:24 +00:00
R. Ryantm
05d426b195
lsp-plugins: 1.2.2 -> 1.2.3
2022-09-07 15:43:18 +00:00
Bart Brouns
4df9e2647a
lsp-plugins: 1.2.1 -> 1.2.2
2022-08-06 11:59:35 +02:00
Bart Brouns
69267309a7
lsp-plugins: 1.1.31 -> 1.2.1
...
lsp-plugins: 1.2.0 -> 1.2.1
2022-05-10 19:17:55 +02:00
R. Ryantm
675ff2f7db
lsp-plugins: 1.1.30 -> 1.1.31
2021-12-25 20:39:54 +00:00
Orivej Desh
124bbaf311
lsp-plugins: 1.1.26 -> 1.1.30 ( #128330 )
2021-06-28 11:00:08 +00:00
Sandro Jäckel
dd9862ba98
jack2Full: deprecate alias
2021-04-03 18:13:59 +02:00
volth
bc0d605cf1
treewide: fix double quoted strings in meta.description
...
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07: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
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Bart Brouns
f6c30c554f
lsp-plugins: 1.1.24 -> 1.1.26
2020-09-21 17:20:28 +02:00
R. RyanTM
65376beba8
lsp-plugins: 1.1.22 -> 1.1.24
2020-07-20 08:03:42 +00:00
Bart Brouns
21836f4859
lsp-plugins: 1.1.19 -> 1.1.22
2020-06-11 17:08:20 +02:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes
2020-06-03 18:35:19 +02:00
Jan Tojnar
7ac738273d
lsp-plugins: Fix build
...
/build/source/include/metadata/modules.h:122:1: note: in expansion of macro 'MOD_PLUGIN'
122 | MOD_PLUGIN(slap_delay_mono, plugin_ui)
| ^~~~~~~~~~
lv2.cpp:414:43: error: invalid conversion from 'void* (*)(const lsp::_LV2UI_Descriptor*, const char*, const char*, LV2UI_Write_Function, LV2UI_Controller, void**, const LV2_Feature* const*)' {aka 'void* (*)(const lsp::_LV2UI_Descriptor*, const char*, const char*, void (*)(void*, unsigned int, unsigned int, unsigned int, const void*), void*, void**, const LV2_Feature* const*)'} to 'void* (*)(const LV2UI_Descriptor*, const char*, const char*, LV2UI_Write_Function, LV2UI_Controller, void**, const LV2_Feature* const*)' {aka 'void* (*)(const LV2UI_Descriptor*, const char*, const char*, void (*)(void*, unsigned int, unsigned int, unsigned int, const void*), void*, void**, const LV2_Feature* const*)'} [-fpermissive]
414 | d->instantiate = lv2ui_instantiate; \
| ^~~~~~~~~~~~~~~~~
| |
| void* (*)(const lsp::_LV2UI_Descriptor*, const char*, const char*, LV2UI_Write_Function, LV2UI_Controller, void**, const LV2_Feature* const*) {aka void* (*)(const lsp::_LV2UI_Descriptor*, const char*, const char*, void (*)(void*, unsigned int, unsigned int, unsigned int, const void*), void*, void**, const LV2_Feature* const*)}
2020-05-15 16:14:20 +02:00
Bart Brouns
183e448a23
lsp-plugins: 1.1.15 -> 1.1.19
2020-04-19 14:08:15 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Bart Brouns
fa54163b4d
lsp-plugins: 1.1.13 -> 1.1.15
2020-03-29 17:40:19 +02:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string
2019-12-31 00:16:46 +01:00
Bart Brouns
5aa18d71ff
lsp-plugins: 1.1.10 -> 1.1.13
2019-12-24 21:10:09 +01:00
Mario Rodas
9008b890ff
lsp-plugins: disable on aarch64
...
does not build on aarch64 https://github.com/sadko4u/lsp-plugins/issues/56
2019-10-22 07:47:45 -05:00
R. RyanTM
782d3b5777
lsp-plugins: 1.1.9 -> 1.1.10
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lsp-plugins/versions
2019-10-22 02:34:33 -05:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +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
Bart Brouns
fc89e919f9
lsp-plugins: 1.1.5 ->1.1.9
2019-07-20 12:32:53 +02:00
Matthew Bauer
290a5d916e
treewide: update homepages to https where available
...
Based on "problems" from repology:
https://repology.org/repository/nix_unstable/problems
Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
R. RyanTM
c7cb749dd2
lsp-plugins: 1.1.4 -> 1.1.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lsp-plugins/versions
2019-01-03 04:46:48 -08:00
Bart Brouns
f14c0b4610
lsp-plugins: init at 1.1.4
2018-10-05 00:24:13 +02:00