Commit Graph

11 Commits

Author SHA1 Message Date
Franz Pletz
90f3af7b77 obs-studio-plugins.waveform: fix build with obs-studio 32 2025-09-29 04:32:23 +02:00
Tristan Ross
a3068ebb66 obs-studio-plugins: inherit platforms from obs-studio.meta
Inherits platforms from obs-studio.meta so most builds on aarch64-linux.

Skips the following due to not supporting aarch64-linux:

- looking-glass-obs
- waveform
2025-09-09 22:21:41 -07:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02: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
R. Ryantm
8743b938b1 obs-studio-plugins.waveform: 1.8.0 -> 1.8.1 2024-07-17 01:33:53 +00:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
Peder Bergebakken Sundt
322d13128e Merge pull request #287312 from satabin/obs-waveform-fix-data
obs-studio-plugins.waveform: fix data directory
2024-04-16 22:33:03 +02:00
R. Ryantm
0fe033b232 obs-studio-plugins.waveform: 1.7.0 -> 1.8.0 2024-02-26 06:34:32 +00:00
Lucas Satabin
b4338acf4c obs-studio-plugins.waveform: fix data directory
Installing the plugin requires data to be in
$out/share/obs/obs-plugins/waveform for OBS to find locales and shader
files.
2024-02-08 22:02:33 +01:00
matthewcroughan
f76f2d5b9b obs-studio-plugins.waveform: init at 1.7.0
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2023-07-11 12:05:08 +02:00