about summary refs log tree commit diff
path: root/pkgs/applications/audio/lsp-plugins
AgeCommit message (Collapse)AuthorFilesLines
2024-05-23lsp-plugins: 1.2.15 -> 1.2.16R. Ryantm1-2/+2
2024-05-21pkgs/applications: remove uneeded fetchpatch argumentsSigmanificient1-1/+1
2024-03-06lsp-plugins: 1.2.14 -> 1.2.15R. Ryantm1-2/+2
2023-12-24lsp-plugins: 1.2.13 -> 1.2.14Yureka1-10/+2
Changelog: https://github.com/lsp-plugins/lsp-plugins/releases/tag/1.2.14
2023-12-16lsp-plugins: apply patch "Fix aarch64 msmatrix code" (#274504)Yureka1-1/+9
This fixes a critical issue in the dsp code path used on Apple Silicon machines
2023-11-06lsp-plugins: 1.2.12 -> 1.2.13R. Ryantm1-2/+2
2023-10-14lsp-plugins: 1.2.11 -> 1.2.12R. Ryantm1-2/+2
2023-10-04lsp-plugins: 1.2.10 -> 1.2.11R. Ryantm1-2/+2
2023-08-23lsp-plugins: 1.2.8 -> 1.2.10PowerUser641-2/+2
2023-07-21lsp-plugins: 1.2.7 -> 1.2.8PowerUser641-4/+8
2023-05-24lsp-plugins: 1.2.6 -> 1.2.7R. Ryantm1-2/+2
2023-03-24lsp-plugins: 1.2.5 -> 1.2.6 (#222835)Orivej Desh1-127/+49
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
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-01Merge branch 'staging' into staging-nextVladimír Čunát1-10/+12
2023-01-31lsp-plugins: 1.2.4 -> 1.2.5R. Ryantm1-2/+2
2023-01-22lsp-plugins: split outputs and fix indendationArtturin1-10/+12
out is 56M dev is 6.7K doc is 23M
2022-12-23lsp-plugins: 1.2.3 -> 1.2.4R. Ryantm1-2/+2
2022-09-07lsp-plugins: 1.2.2 -> 1.2.3R. Ryantm1-2/+2
2022-08-06lsp-plugins: 1.2.1 -> 1.2.2Bart Brouns1-11/+11
2022-05-10lsp-plugins: 1.1.31 -> 1.2.1Bart Brouns1-17/+8
lsp-plugins: 1.2.0 -> 1.2.1
2021-12-25lsp-plugins: 1.1.30 -> 1.1.31R. Ryantm1-2/+2
2021-06-28lsp-plugins: 1.1.26 -> 1.1.30 (#128330)Orivej Desh1-3/+10
2021-04-03jack2Full: deprecate aliasSandro Jäckel1-2/+2
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-1/+1
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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-16treewide: stdenv.lib -> libBen Siraphob1-2/+2
2020-09-21lsp-plugins: 1.1.24 -> 1.1.26Bart Brouns1-2/+29
2020-07-20lsp-plugins: 1.1.22 -> 1.1.24R. RyanTM1-2/+2
2020-06-11lsp-plugins: 1.1.19 -> 1.1.22Bart Brouns1-13/+3
2020-06-03treewide: replace base64 encoded hashesDaiderd Jordan1-1/+1
2020-05-15lsp-plugins: Fix buildJan Tojnar1-1/+11
/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-04-19lsp-plugins: 1.1.15 -> 1.1.19Bart Brouns1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-29lsp-plugins: 1.1.13 -> 1.1.15Bart Brouns1-2/+3
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-1/+1
2019-12-24lsp-plugins: 1.1.10 -> 1.1.13Bart Brouns1-20/+8
2019-10-22lsp-plugins: disable on aarch64Mario Rodas1-1/+1
does not build on aarch64 https://github.com/sadko4u/lsp-plugins/issues/56
2019-10-22lsp-plugins: 1.1.9 -> 1.1.10R. RyanTM1-2/+2
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-09-08treewide: remove redundant quotesvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-20lsp-plugins: 1.1.5 ->1.1.9Bart Brouns1-2/+2
2019-04-15treewide: update homepages to https where availableMatthew Bauer1-1/+1
Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
2019-01-03lsp-plugins: 1.1.4 -> 1.1.5R. RyanTM1-2/+2
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
2018-10-05lsp-plugins: init at 1.1.4Bart Brouns1-0/+160