Commit Graph

11409 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
c477a48699
treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub (#336777) 2024-08-28 22:17:38 -04:00
TomaSajt
e97d8f7ed8
youtube-music: use electron.dist 2024-08-27 21:37:18 +02:00
Sandro Jäckel
ca355f14c8
treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub 2024-08-27 20:47:13 +02:00
R. Ryantm
eb25998735 mympd: 17.0.1 -> 17.0.3 2024-08-27 05:47:23 +00:00
Emily
0c7aafc7f5
musly: add patches for FFmpeg 7, C++17, and external deps; kissfft: build with CMake; libresample: 0.1.3 -> 0.1.4-unstable-2024-08-23 (#332035) 2024-08-27 01:12:57 +01:00
Emily
9561c35c47 musly: move to pkgs/by-name 2024-08-26 22:37:33 +01:00
Martin Weinelt
9c50de8b57
tree-wide: remove eelco as maintainer from things he no longer maintains (#336287) 2024-08-26 20:39:56 +02:00
R. RyanTM
75682a167d
snapcast: 0.28.0 -> 0.29.0 (#337365)
Co-authored-by: Robert Schütz <github@dotlambda.de>
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2024-08-26 08:31:25 +02:00
Emily
ba845b0d47 keyfinder: drop
Unmaintained, abandoned upstream, depends on an outdated version of
the abandoned libav, and doesn’t build even if that dependency is
replaced with FFmpeg.
2024-08-25 18:32:03 +01:00
Bernardo Meurer
61595bb696
Merge pull request #336391 from huantianad/tauon-fix 2024-08-23 15:39:38 -03:00
huantian
f66ce6a56f
tauon: sort arguments by usage order 2024-08-23 10:49:09 -07:00
huantian
b24f9173e6
tauon: remove unused depedencies and fix runtime dependency
game-music-emu needs to be in LD_LIBRARY_PATH for the app to find it.
gst-python and pylyrics are no longer used.
tauon does have optional support for libjxl, but it's via the python
library pyjxl and not directly with the C library.
2024-08-23 10:49:09 -07:00
huantian
a2fcb4e05c
tauon: update substituteInPlace patches 2024-08-23 10:49:03 -07:00
huantian
51afc33a17
tauon: fix build error
If the interpreter path to bash after patchShebang contians the string
'gcc', then we will end up mangaling the shebang interpreter path with
the substituteInPlace on 'gcc' that follows the patchShebang.

We can fix this by switching the order of the two, but since this script
is only used once during compilation, it's simplier just to call bash
directly to run the script.
2024-08-23 10:46:58 -07:00
Mathew Polzin
b9459bb594
Merge pull request #336335 from vs49688/vgmname
vgmstream: move to by-name
2024-08-22 11:17:11 -05:00
huantian
deb2f07f22
tauon: format with nixfmt 2024-08-22 08:54:34 -07:00
Donovan Glover
4c97b427ec
Merge pull request #336310 from DeeUnderscore/update/listenbrainz-mpd-2.3.8
listenbrainz-mpd: 2.3.7 -> 2.3.8
2024-08-21 22:05:13 +00:00
Zane van Iperen
e8ca810e14
vgmstream: move to by-name 2024-08-21 23:42:03 +09:00
Emily
4d35b76100
Merge pull request #336093 from emilazy/push-vryzuoqkkymo
ardour_7: fix build with Python 3.12
2024-08-21 15:22:51 +01:00
Dee Anzorge
696777d924 listenbrainz-mpd: 2.3.7 -> 2.3.8
Changes:
https://codeberg.org/elomatreb/listenbrainz-mpd/releases/tag/v2.3.8
2024-08-21 13:01:26 +02:00
Jade Lovelace
5dfdb09561 tree-wide: remove eelco as maintainer from things he no longer maintains
While preparing this change, I read the git blame on all of the files I
touched. I saw a working lifetime of building this system which we use
every day and love dearly and keep maintained ourselves. I saw commits
from a 14 year range between 2003 to 2017!! I could not be more thankful
for Eelco's work on building large parts of the foundation of nixpkgs
that all of us rely on now.

However, the end date of that range of the files I looked at the blame
on was 2017. I did not see surviving code from any newer date than that.
Looking at the Git logs, Eelco has been working on other things, and
that's totally fine.

However, it means that our maintenance metadata is out of date on a lot
of packages, and *that*'s the reason I am submitting this change. There
are a lot of packages that don't have anyone with their name on them to
be pinged if they need attention, even if they have had recent activity
(although it is never clear if recent activity was just someone fixing
it because ZHF or because the package actually matters to them).
There are a lot of packages with storied history that maybe don't need
to be in the set anymore at all since they have not been touched in
years; or maybe they are simply finished.

Empty maintainer lists should be a sign that we need to figure out who
maintains it or potentially remove it if it has rotted, and allowing the
maintainer list to be empty if it is already not maintained is part of a
healthy repository ecology.

Either way, I would like to have the maintenance metadata not mislead
anyone into sending Eelco emails about packages he doesn't, in practice,
work on anymore. I have not removed his name from everything; there are
some things that he is the upstream for or has worked on more recently,
for instance, like Nix, which I have left alone.
2024-08-21 01:17:45 -07:00
lassulus
ce88c3a885
Merge pull request #336262 from r-ryantm/auto-update/vgmstream
vgmstream: 1917 -> 1951
2024-08-21 10:06:36 +02:00
R. Ryantm
c374d94f15 pt2-clone: 1.69.2 -> 1.70 2024-08-21 07:22:56 +00:00
R. Ryantm
5557c23ea7 vgmstream: 1917 -> 1951 2024-08-21 05:20:08 +00:00
Weijia Wang
32bdb2c156
Merge pull request #334130 from r-ryantm/auto-update/psst
psst: unstable-2024-07-29 -> unstable-2024-08-19
2024-08-21 02:20:01 +02:00
Emily
e5a13527a0 ardour_7: fix build with Python 3.12 2024-08-20 16:20:05 +01:00
R. Ryantm
be7061990f psst: unstable-2024-07-29 -> unstable-2024-08-19 2024-08-20 03:02:00 +00:00
superherointj
11694ee9b3
Merge pull request #335147 from doronbehar/pkg/picard
picard: 2.12 -> 2.12.1
2024-08-19 10:07:48 -03:00
Masum Reza
ddacde87f9
Merge pull request #306692 from ddelabru/vcv-rack-2.5.1
vcv-rack: 2.4.1 -> 2.5.1
2024-08-19 12:17:01 +05:30
Philip Taron
67c8ac6bc6
gpodder: remove with statements 2024-08-18 06:31:11 -07:00
Mathew Polzin
ef2a65fead
Merge pull request #332775 from r-ryantm/auto-update/seq66 2024-08-18 00:06:15 -05:00
Mathew Polzin
6edc5ca097
Merge pull request #332687 from r-ryantm/auto-update/amarok 2024-08-18 00:05:06 -05:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
Doron Behar
1decf9f446 picard: add doronbehar to maintainers 2024-08-16 18:54:43 +03:00
Doron Behar
1d5e59acff picard: don't use with lib in meta 2024-08-16 18:54:10 +03:00
Doron Behar
4303347354 picard: run tests 2024-08-16 18:52:30 +03:00
Doron Behar
db8fd4c34f picard: 2.12 -> 2.12.1
Diff: https://github.com/metabrainz/picard/compare/refs/tags/release-2.12...release-2.12.1

Changelog: https://picard.musicbrainz.org/changelog
2024-08-16 18:50:36 +03:00
Doron Behar
9e0678b571 picard: switch back to Python 3.12
PR #325893 has reached `master` branch, so the pyqt5 issue with Python
3.12 is no longer an issue.
2024-08-16 18:46:24 +03:00
R. Ryantm
19a7bd6857 reaper: 7.19 -> 7.20 2024-08-16 13:14:59 +00:00
superherointj
3c2fa6bcff
Merge pull request #332607 from museoa/remove-jhhuh
treewide: remove jhhuh from meta.maintainers [inactivity] [orphans]
2024-08-15 18:46:20 -03:00
Cabia Rangris
199d21a833 quodlibet: 4.6.0 -> 4.6.0-unstable-2024-08-08 2024-08-15 13:46:32 +04:00
R. Ryantm
8667992f72 tageditor: 3.9.1 -> 3.9.2 2024-08-15 00:53:21 +00:00
github-actions[bot]
ae6040d6a6
Merge master into staging-next 2024-08-14 00:02:32 +00:00
Nick Cao
4926ca9df0
Merge pull request #334320 from r-ryantm/auto-update/sidplayfp
sidplayfp: 2.8.0 -> 2.9.0
2024-08-13 15:47:31 -04:00
Martin Weinelt
0906206d42
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/top-level/python-packages.nix
2024-08-13 13:21:03 +02:00
R. Ryantm
bab7be9fb7 sidplayfp: 2.8.0 -> 2.9.0 2024-08-13 06:40:52 +00:00
R. Ryantm
d2a61472af mympd: 17.0.0 -> 17.0.1 2024-08-13 02:40:54 +00:00
Martin Weinelt
038dfb6969
Merge remote-tracking branch 'origin/master' into staging-next 2024-08-11 21:20:35 +02:00
Adam C. Stephens
df09a0b48e
Merge pull request #333371 from r-ryantm/auto-update/plexamp
plexamp: 4.11.0 -> 4.11.1
2024-08-11 14:58:11 -04:00
Martin Weinelt
182792a514 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/laundrify-aio/default.nix
2024-08-11 13:56:09 +02:00