Commit graph

8215 commits

Author SHA1 Message Date
Weijia Wang c0791cfcf4
Merge pull request #219257 from r-ryantm/auto-update/sonixd
sonixd: 0.15.3 -> 0.15.4
2023-03-03 22:31:39 +02:00
Weijia Wang afec9705f3
Merge pull request #219125 from r-ryantm/auto-update/qjackctl
qjackctl: 0.9.8 -> 0.9.9
2023-03-03 22:30:06 +02:00
Weijia Wang 663010379a
Merge pull request #219226 from r-ryantm/auto-update/grandorgue
grandorgue: 3.9.5-1 -> 3.10.1-1
2023-03-03 22:13:05 +02:00
Stanisław Pitucha f31ed14fc0
Merge pull request #211341 from PowerUser64/sonobus
sonobus: init at 1.6.2
2023-03-03 22:58:48 +11:00
PowerUser64 57221929c9 sonobus: init at 1.6.2
Co-authored-by: tobiasBora <tobias.bora@gmail.com>

sonobus: add meta

sonobus: remove tree dependency (left from debug)

sonobus: rewrite comments

sonobus: remove platform

sonobus: apply suggestions from review

Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
Co-authored-by: Matthias Thym <git@thym.at>

sonobus: mark darwin as broken

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>

sonobus: apply suggestions from code review

Co-authored-by: Lily Foster <lily@lily.flowers>

sonobus: remove opusTools

sonobus: 1.6.2

sonobus: change to autoPatchelfHook

Co-authored-by: Lily Foster <lily@lily.flowers>
2023-03-02 19:10:44 -08:00
R. Ryantm 80b00b8f8b sonixd: 0.15.3 -> 0.15.4 2023-03-02 22:54:29 +00:00
R. Ryantm 1694fba9dc grandorgue: 3.9.5-1 -> 3.10.1-1 2023-03-02 20:13:19 +00:00
R. Ryantm be6e63b2cf qjackctl: 0.9.8 -> 0.9.9 2023-03-02 08:22:58 +00:00
Stanisław Pitucha b8ea5a12fc
Merge pull request #213500 from ryanorendorff/patch-2
reaper: add curl and libxml2 ld_library_path deps
2023-02-28 19:12:16 +11:00
Ryan Orendorff 0e1d56a397 reaper: add curl and libxml2 ld_library_path deps 2023-02-27 21:38:21 -07:00
Nick Cao f4ca6ab6f1
Merge pull request #218690 from r-ryantm/auto-update/wolf-shaper
wolf-shaper: 1.0.0 -> 1.0.1
2023-02-28 10:57:00 +08:00
R. Ryantm 7f17cacb6a wolf-shaper: 1.0.0 -> 1.0.1 2023-02-27 22:14:19 +00:00
Weijia Wang e3bf380256
Merge pull request #218519 from r-ryantm/auto-update/furnace
furnace: 0.6pre3 -> 0.6pre4-hotfix
2023-02-27 22:05:08 +02:00
Sandro 19b6acd9f8
Merge pull request #218101 from r-ryantm/auto-update/opustags
opustags: 1.6.0 -> 1.7.0
2023-02-27 17:58:50 +01:00
Weijia Wang 0f9aca7c7c
Merge pull request #218339 from r-ryantm/auto-update/pyradio
pyradio: 0.9.0 -> 0.9.1
2023-02-27 18:03:15 +02:00
Dacio Romero 17c8670473 psst: add wmclass to desktop file 2023-02-27 11:09:22 +08:00
R. Ryantm b4efe4c1d6 furnace: 0.6pre3 -> 0.6pre4-hotfix 2023-02-26 23:03:00 +00:00
R. Ryantm a6c4e3eba6 espeak-ng: 1.51 -> 1.51.1 2023-02-26 12:39:20 +00:00
R. Ryantm 4fa61c7d79 pyradio: 0.9.0 -> 0.9.1 2023-02-25 22:43:35 +00:00
R. Ryantm 28f9a2e3b6 opustags: 1.6.0 -> 1.7.0 2023-02-24 22:37:33 +00:00
Guillaume Girol b2c8125be6
Merge pull request #216673 from magnetophon/Cardinal
Cardinal: 22.11 -> 22.12
2023-02-24 20:13:53 +00:00
Weijia Wang e051c40c92 termusic: 0.7.8 -> 0.7.9 2023-02-24 16:15:58 +02:00
Bernardo Meurer 42008a14a4
Merge pull request #217206 from Artturin/stdenvimprovements1 2023-02-23 12:07:47 +00:00
Nick Cao 3d14f3fb41
Merge pull request #217635 from r-ryantm/auto-update/spotify-player
spotify-player: 0.11.1 -> 0.12.0
2023-02-23 09:19:27 +08:00
Alexis Hildebrandt 002222043d musikcube: Fix build on macOS 2023-02-22 20:40:22 +01:00
Artturin 3251013cc1 treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin 226e149145 treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin 6b2a05e190 treewide: manual fixups for
treewide: use toString on list NIX_CFLAGS_COMPILE
treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-22 21:23:04 +02:00
Artturin f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin 6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
R. Ryantm 57cbe6c11d spotify-player: 0.11.1 -> 0.12.0 2023-02-22 06:50:15 +00:00
Weijia Wang 37ec5d119a
Merge pull request #217611 from figsoda/netease
netease-music-tui: replace patch with Cargo.lock
2023-02-22 07:59:02 +02:00
figsoda 73b03b8c0e netease-music-tui: fix Cargo.lock update script 2023-02-21 21:01:03 -05:00
figsoda 4023fb81dd netease-music-tui: replace patch with Cargo.lock
https://github.com/NixOS/nixpkgs/pull/217084 plans to migrate Rust packages to use `importCargoLock`, but the migration script cannot handle `cargoPatches`: https://github.com/NixOS/nixpkgs/pull/217084#discussion_r1111253151
2023-02-21 20:59:26 -05:00
Bart Brouns 1d9a829134 Cardinal: 22.11 -> 22.12 2023-02-21 21:28:20 +01:00
figsoda 26eb9acdee
Merge pull request #217420 from r-ryantm/auto-update/ashuffle
ashuffle: 3.13.4 -> 3.13.6
2023-02-20 23:58:19 -05:00
R. Ryantm 5045ec5e82 ashuffle: 3.13.4 -> 3.13.6 2023-02-21 03:37:57 +00:00
Aaron Andersen f0ee3b1a2e
Merge pull request #214077 from tuxinaut/master
musikcube: activate portaudio, pipewire, sndio, core audio plugins
2023-02-20 19:20:49 -05:00
Ferry Jérémie bfac2d0034 treewide:replace http by https when https is a permanent redirection 2023-02-19 21:47:59 +01:00
Jonas Heinrich e28ebd6780
gwc: Add changelog 2023-02-19 10:33:33 +01:00
R. Ryantm 3c53c7127d gwc: 0.22-05 -> 0.22-06 2023-02-19 00:01:07 +00:00
Sandro ed06af1114
Merge pull request #216760 from linsui/amberol 2023-02-18 17:07:27 +01:00
Jan Solanti b933aac06e tauon: 7.4.7 -> 7.5.0 2023-02-17 20:27:38 +02:00
Nick Cao 4f1cb092da
Merge pull request #216756 from foo-dogsquared/update-eartag
eartag: 0.3.1 -> 0.3.2
2023-02-17 19:24:31 +08:00
linsui f7145c051c amberol: 0.9.2 -> unstable-2023-01-12 2023-02-17 16:03:01 +08:00
Zhong Jianxin 830ddba077 pianotrans: 1.0 -> 1.0.1 2023-02-17 15:48:02 +08:00
Gabriel Arazas c0896274dd eartag: 0.3.1 -> 0.3.2 2023-02-17 15:30:25 +08:00
Sandro 1aa2a3dac6
Merge pull request #213707 from tejing1/fix-puddletag 2023-02-16 21:58:41 +01:00
Weijia Wang 817c75a349
Merge pull request #211996 from r-ryantm/auto-update/gxplugins-lv2
gxplugins-lv2: 0.9 -> 1.0
2023-02-16 18:19:29 +01:00
Weijia Wang b42312f49a
Merge pull request #216629 from camillemndn/sonixd
sonixd: package icon and desktop file
2023-02-16 15:33:59 +01:00