lucianodato / noise-repellent

Lv2 suite of plugins for broadband noise reduction
GNU Lesser General Public License v3.0
455 stars 38 forks source link

Noise-repellent gets installed into the wrong directory. #99

Closed magnetophon closed 2 years ago

magnetophon commented 2 years ago

On Nixos, when I do:

  mesonFlags = ("--prefix=${placeholder "out"}/lib/lv2");

It goes to:

/nix/store/s4w7clz3f8dxg4c69rm8y9q8d0f448l7-noise-repellent-0.2.1/lib/lv2/.lv2/nrepellent.lv2/nrepellent.so

The /.lv2/ should not be there.

lucianodato commented 2 years ago

Hi thanks for raising this! Have you used the --buildtype=release flag? I have an internal configuration for development that I should remove. But quick fix would be to use the release option. Going to change it anyways

magnetophon commented 2 years ago

Ah, yes, that fixes it. Is the /.lv2 in the non-release build on purpose? Doesn't make sense to me.

lucianodato commented 2 years ago

Forgot to remove it, I was using it during development. thanks!