Commit Graph

94 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
bc761deb71 deadbeefPlugins.musical-spectrum: fix verison (#546914) 2026-08-13 20:57:03 +00:00
coolcuber
c671f61b8b deadbeefPlugins.playlist-manager: fix version, use hash 2026-07-29 09:31:21 -04:00
coolcuber
d0d5c5a562 deadbeefPlugins.musical-spectrum: fix verison 2026-07-28 21:52:28 -04:00
Yohann Boniface
cdd1662d33 deadbeef-with-plugins: move to by-name/ (#540105) 2026-07-09 21:05:03 +00:00
pancaek
feb7157299 deadbeef-with-plugins: move to by-name/ 2026-07-09 13:49:22 -07:00
R. Ryantm
70013b6673 deadbeefPlugins.vgmstream: 2026-05-24 -> 2026-06-22 2026-06-24 08:29:02 +00:00
Michael Daniels
eeb6a8c59b deadbeefPlugins.statusnotifier: 1.6 -> 1.7 (#507375) 2026-06-14 20:43:31 +00:00
R. Ryantm
25c556af6f deadbeefPlugins.vgmstream: 2026-05-09.1 -> 2026-05-24 2026-05-28 07:47:51 +00:00
Stefan Frijters
c2349435ce deadbeefPlugins.musical-spectrum: move env variable into env 2026-05-25 14:05:42 +02:00
Stefan Frijters
874bdfab83 deadbeefPlugins.lyricbar: move env variable into env 2026-05-25 14:05:28 +02:00
John Chadwick
2c292acccc deadbeefPlugins.vgmstream: init at 2026-05-09.1 2026-05-09 12:03:42 -04:00
R. Ryantm
6896a860c5 deadbeefPlugins.statusnotifier: 1.6 -> 1.7 2026-04-06 20:38:26 +00:00
Aliaksandr
3f26693a02 various: use finalAttrs instead of rec 2026-02-18 04:21:56 +02:00
jopejoe1
d4604f7007 deadbeef-with-plugins: set pname and version instead of name 2026-01-26 19:22:26 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
pancaek
c159537648 deadbeef: modernize, move to by-name/ 2025-10-21 20:10:39 -07:00
Sigmanificient
0474967e0e deadbeef: cleanup 2025-10-12 13:50:19 +02:00
Sigmanificient
0a58c86f1e deadbeef: remove gtk2 2025-10-12 13:50:19 +02:00
Guy Chronister
33756686bc various: fix superflous pname values and interpolation 2025-09-24 12:07:46 -05:00
phaer
978931902c maintainers: drop abbradar
Listed as maintainer for ~170 packages but last commit that made it to
master was 6786ceb in February 2022.

Unresponsive on PRs, such as i.e. #411522
2025-08-22 09:49:27 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Wolfgang Walther
cde2bc4241 deadbeefPlugins.waveform-seekbar: init at 0-unstable-2024-11-13 (#391936) 2025-07-09 15:50:15 +00:00
Danilo Soares
e12b4d1105 deadbeefPlugins.waveform-seekbar: init at 0-unstable-2024-11-13 2025-07-08 19:32:52 -03:00
wxlyyy
02ba3527de deadbeefPlugins.lyricbar & deadbeefPlugins.musical-spectrum: fix build 2025-06-17 18:08:44 +08: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
R. Ryantm
63b841db76 deadbeef: 1.9.6 -> 1.10.0 2025-03-27 00:32:55 +00:00
Sigmanificient
91d5ab3ae4 treewide: remove unused rec expressions 2025-03-14 05:15:05 +01: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
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Weijia Wang
13d0208ee5 Merge pull request #266196 from r-ryantm/auto-update/deadbeef
deadbeef: 1.9.5 -> 1.9.6
2023-12-04 02:32:03 +01:00
R. Ryantm
5084d57230 deadbeef: 1.9.5 -> 1.9.6 2023-11-08 06:21:12 +00:00
Sergei Trofimovich
b5750fef58 deadbeef: fix build against clang-16
Without the change build fails as https://cache.nixos.org/log/848ky6rxa8v0wzy72gyrv15v7my7f22c-deadbeef-1.9.5.drv

    libbinio/binio.cpp:498:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
      register long bits;

The change allies the fix similar to upstream fix from https://github.com/DeaDBeeF-Player/deadbeef/issues/3012
but without the patch conflict.
2023-11-03 22:15:04 +00:00
zendo
04d6287399 deadbeefPlugins.mpris2: 1.14 -> 1.16 2023-04-16 09:52:54 +08:00
zendo
6024b58745 deadbeef: 1.9.4 -> 1.9.5 2023-04-16 09:52:28 +08:00
R. Ryantm
75e72251ad deadbeef: 1.9.3 -> 1.9.4 2023-01-16 06:53:26 +01:00
R. Ryantm
ad1545fd30 deadbeef: 1.9.2 -> 1.9.3 2022-11-08 10:58:15 +00:00
R. Ryantm
585901a011 deadbeef: 1.9.1 -> 1.9.2 2022-09-24 10:21:06 +02:00
Jan Tojnar
8ed4879c12 Merge pull request #173484 from cmm/deadbeef-1.9.1
deadbeef 1.8.4 -> 1.9.1
2022-06-29 19:03:50 +02:00
Michael Livshin
dd52d40367 deadbeefPlugins.playlist-manager: init at unstable-2021-05-02 2022-06-29 19:17:53 +03:00
Michael Livshin
5bec894dc1 deadbeefPlugins.mpris2: 1.12 -> 1.14
* Use proper fetchFromGitHub

* Reflect that the source moved under DeaDBeeF-Player

* De-rec
2022-06-29 19:17:45 +03:00
Michael Livshin
b0f641840b deadbeef: 1.8.4 -> 1.9.1
* Default Pulseaudio support to just true, the package is linux-only
  anyway

* De-rec, while at it.
2022-06-29 19:17:45 +03:00
Dominic Delabruere
13ba5dda40 deadbeefPlugins.musical-spectrum: init at unstable-2020-07-01 2022-06-20 09:12:46 -04:00
Evgeny Kurnevsky
f630ac5f2d deadbeef-statusnotifier-plugin: fix libdbusmenu dependency 2022-05-30 12:09:15 +03:00
Rick van Schijndel
bb38235dc6 infobar: drop
Broken since 2019-06-12
2022-05-11 19:23:05 +02:00
Artturin
14a9590751 deadbeef: remove useless nulls 2022-05-10 00:49:34 +03:00
Artturin
33cce15e42 treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
Sandro
10e8eba8db Merge pull request #130534 from kurnevsky/deadbeef-statusnotifier-plugin 2021-07-23 17:55:33 +02:00
Evgeny Kurnevsky
61742fb3d5 deadbeef-statusnotifier-plugin: init at 1.6 2021-07-23 13:04:16 +03:00