Skip to content

Update request: rnnoise 2021-01-22 → 0.2 #304433

Description

@toastal
  • Package name: rnnoise
  • Latest released version: 0.2
  • Current version on the unstable channel: 2021-01-22
  • Current version on the stable/release channel: 2021-01-22

Notify maintainers

@nh2


Note for maintainers: Please tag this issue in your PR.

https://gitlab.xiph.org/xiph/rnnoise/-/tree/v0.2
https://github.com/xiph/rnnoise/releases/tag/v0.2

Tried building with

-stdenv.mkDerivation (rec {
+stdenv.mkDerivation (finalAttrs: {
   pname = "rnnoise";
-  version = "2021-01-22";
+  version = "0.2";
 
   src = fetchFromGitHub {
     owner = "xiph";
     repo = "rnnoise";
-    rev = "1cbdbcf1283499bbb2230a6b0f126eb9b236defd";
-    sha256 = "1y0rzgmvy8bf9a431garpm2w177s6ajgf79y5ymw4yb0pik57rwb";
+    rev = "refs/tags/v${finalAttrs.version}";
+    sha256 = "sha256-Qaf+0iOprq7ILRWNRkBjsniByctRa/lFVqiU5ZInF/Q=";
   };

but it got a missing file.

       > In file included from src/denoise.c:43:
       > src/rnn.h:31:10: fatal error: rnnoise_data.h: No such file or directory
       >    31 | #include "rnnoise_data.h"
       >       |          ^~~~~~~~~~~~~~~~
       > compilation terminated.
       > make[1]: *** [Makefile:749: src/dump_features-denoise.o] Error 1
       > make[1]: Leaving directory '/build/source'
       > make: *** [Makefile:491: all] Error 2

There’s also warning about not using SSE3/AVX/AVX2, but Nix only supports the bottom of the barrel, common x86 instructions, but I usually compile this one out with some flags.


Add a 👍 reaction to issues you find important.

1

Footnotes

  1. Please consider giving up MS GitHub or offering a non-proprietary, non-US-corporate-controlled mirror for this free software project. I wish to delete this Microsoft account in the future, but I need more projects like this to support alternative methods to send patches & contribute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions