Commit Graph

13 Commits

Author SHA1 Message Date
R. Ryantm
a61b0024b1 octavePackages.audio: 2.0.11 -> 2.0.12 2026-06-17 19:01:20 +00:00
Sandro
8763dc3425 octavePackages.audio: 2.0.10 -> 2.0.11 (#502669) 2026-04-15 12:31:49 +00:00
Karl Hallsby
46133d3cc8 maintainers: Update KarlJoad/ravenjoad information 2026-04-04 00:19:15 -05:00
R. Ryantm
6d3f2e15e8 octavePackages.audio: 2.0.10 -> 2.0.11 2026-03-23 14:23:18 +00:00
Karl Hallsby
8542ba3e4a octavePackages.audio: Run autoreconf hook on compiled sources
Nixpkgs commit a0b51629f9 switched where
audio gets it sources, from a release tarball to the actual upstream
sources. These sources include leftover config.guess and config.sub
scripts generated by upstream maintainer's bootstrap script. Their
bootstrap script uses wget to grab config.guess and config.sub files,
which we cannot do inside the Nix build environment. So we forcibly
remove the config.* scripts and run autoreconf ourselves (through
autoreconfHook).
2026-03-04 10:36:14 -06:00
Rasmus Enevoldsen
a0b51629f9 octavePackages.audio: 2.0.5 -> 2.0.10 (Broken)
The Audio package build.
However, it cannot be built into an Octave env.

The nixpkgs issue is
https://github.com/NixOS/nixpkgs/pull/495985
2026-03-04 14:29:42 +01:00
Doron Behar
366af0fc93 octavePackages: Update meta.homepage links 2025-05-03 21:04:56 +03:00
Doron Behar
cbcb4b98a2 octavePackages: no with lib; in meta 2025-05-03 21:04:55 +03:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Karl Hallsby
be699cf06b octavePackages: run update script on all packages
octavePackages.arduino: 0.7.0 -> 0.10.0

octavePackages.audio: 2.0.3 -> 2.0.5

octavePackages.bim: 1.1.5 -> 1.1.6

octavePackages.communications: 1.2.3 -> 1.2.4

octavePackages.control: 3.3.1 -> 3.4.0

octavePackages.dicom: 0.4.0 -> 0.5.1

octavePackages.ga: 0.10.2 -> 0.10.3

octavePackages.general: 2.1.1 -> 2.1.2

octavePackages.generate_html: 0.3.2 -> 0.3.3

octavePackages.image: 2.12.0 -> 2.14.0

octavePackages.instrument-control: 0.7.0 -> 0.8.0

octavePackages.interval: 3.2.0 -> 3.2.1

octavePackages.io: 2.6.3 -> 2.6.4

octavePackages.mapping: 1.4.1 -> 1.4.2

octavePackages.msh: 1.0.10 -> 1.0.12

octavePackages.nan: 3.6.0 -> 3.7.0

octavePackages.ncarray: 1.0.4 -> 1.0.5

octavePackages.netcdf: 1.0.14 -> 1.0.16

octavePackages.ocl: 1.1.1 -> 1.2.0

octavePackages.octclip: 2.0.1 -> 2.0.3

octavePackages.octproj: 2.0.1 -> 3.0.2

octavePackages.optim: 1.6.1 -> 1.6.2

octavePackages.optiminterp: 0.3.6 -> 0.3.7

octavePackages.signal: 1.4.2 -> 1.4.3

octavePackages.sockets: 1.2.1 -> 1.4.0

octavePackages.statistics: 1.4.2 -> 1.5.2

octavePackages.stk: 2.6.1 -> 2.7.0

octavePackages.strings: 1.2.0 -> 1.3.0

octavePackages.struct: 1.0.17 -> 1.0.18

octavePackages.video: 2.0.0 -> 2.0.2

octavePackages.windows: 1.6.1 -> 1.6.3

octavePackages.zeromq: 1.5.3 -> 1.5.5
2023-03-15 15:58:02 +02:00
Karl Hallsby
4a2a66bb6d octavePackages.audio: 2.0.2 -> 2.0.3 2021-11-01 16:21:21 -05:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Karl Hallsby
035879d9a5 octave.pkgs.audio: init at 2.0.2
http://www.music.mcgill.ca/~gary/rtmidi/index.html#compiling contains
instructions for Mac OSX. The dependencies for Mac are: CoreMIDI,
CoreAudio, CoreFoundation
2021-02-24 21:00:48 +02:00