github-actions[bot]
cecf050e96
Merge master into staging-next
2024-03-13 12:01:25 +00:00
Pol Dellaiera
25fe468968
Merge pull request #294741 from Aleksanaa/dissent
...
dissent: 0.0.19 -> 0.0.21; renamed from gtkcord4
2024-03-13 09:09:11 +01:00
annalee
68befa13bb
Merge remote-tracking branch 'upstream/master' into staging-next
2024-03-13 06:02:24 +00:00
Doron Behar
3101f6b809
Merge pull request #295486 from r-ryantm/auto-update/mympd
...
mympd: 14.0.4 -> 14.1.0
2024-03-13 07:48:05 +02:00
R. Ryantm
370972df10
mympd: 14.0.4 -> 14.1.0
2024-03-13 01:17:12 +00:00
annalee
8e038835fe
Merge remote-tracking branch 'upstream/master' into staging-next
2024-03-13 00:38:07 +00:00
Pol Dellaiera
1076f28957
Merge pull request #295205 from r-ryantm/auto-update/snd
...
snd: 24.1 -> 24.2
2024-03-12 22:04:36 +01:00
github-actions[bot]
1cef2a1be7
Merge staging-next into staging
2024-03-12 12:01:40 +00:00
jwijenbergh
71b1855a2c
spotify-tui: remove
2024-03-12 10:19:07 +01:00
R. Ryantm
413e3a6502
ft2-clone: 1.76 -> 1.77.1
2024-03-12 09:28:20 +01:00
R. Ryantm
c88481a8c0
snd: 24.1 -> 24.2
2024-03-12 02:26:18 +00:00
github-actions[bot]
fd6d62aa3d
Merge staging-next into staging
2024-03-12 00:02:37 +00:00
Artturi
643436f412
Merge pull request #292930 from simonhollingshead/musescore-arm
...
musescore: Remove 'broken' for aarch64-linux.
2024-03-11 21:48:06 +02:00
github-actions[bot]
06e5eb63d3
Merge staging-next into staging
2024-03-11 18:01:53 +00:00
Nick Cao
15d798ec85
Merge pull request #294422 from r-ryantm/auto-update/schismtracker
...
schismtracker: 20240129 -> 20240308
2024-03-11 11:19:50 -04:00
a-n-n-a-l-e-e
ce789e7e35
llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into libcxx ( #292043 )
...
- merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git.
- remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required.
- fixes https://github.com/NixOS/nixpkgs/issues/166205
- provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640
- pkgsCross.x86_64-freebsd builds work again
This change can be represented in 3 stages
1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi}
2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin}
3. remove all references to libcxxabi outside of llvm (about 58 packages modified)
### merging libcxxabi into libcxx
- take the union of the libcxxabi and libcxx cmake flags
- eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency
- libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx.
- darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient.
- linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient.
- libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+)
- git/libcxx/defaul.nix does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway.
### stdenv changes
- darwin bootstrap, remove references to libcxxabi and cxxabi
- cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12)
- adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx
### 58 package updates
- remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed
- swift, nodejs_v8 remove libcxxabi references in the clang override
https://github.com/NixOS/nixpkgs/pull/292043
2024-03-11 03:53:37 -07:00
Sandro
d12df5ebbb
Merge pull request #286804 from SuperSandro2000/youtube-music
...
youtube-music: 3.1.0 -> 3.2.2, little cleanup
2024-03-11 00:13:07 +01:00
aleksana
4150fc1b4b
gtkcord4: migrate to pkgs/by-name
2024-03-10 22:06:16 +08:00
R. Ryantm
ba76b69865
qmmp: 2.1.5 -> 2.1.6
2024-03-10 10:08:29 +01:00
R. Ryantm
23af5dd096
schismtracker: 20240129 -> 20240308
2024-03-09 04:09:26 +00:00
R. Ryantm
9dbf8768b9
jmusicbot: 0.3.9 -> 0.4.0
2024-03-09 01:06:44 +00:00
Weijia Wang
8d20af973c
Merge pull request #293137 from emilytrau/shotcut
...
shotcut: 24.02.19 -> 24.02.29, support darwin
2024-03-08 21:01:40 +01:00
aleksana
2a1cd0b439
treewide: remove gst-plugins-good missing libsoup_3 workaround
...
As the issue https://github.com/NixOS/nixpkgs/issues/271960 is fixed by https://github.com/NixOS/nixpkgs/pull/276408
2024-03-08 22:54:25 +08:00
github-actions[bot]
590e65a7b3
Merge master into staging-next
2024-03-07 12:01:24 +00:00
Mario Rodas
674afcde02
Merge pull request #293751 from r-ryantm/auto-update/airwindows-lv2
...
airwindows-lv2: 26.2 -> 28.0
2024-03-07 06:32:10 -05:00
Mario Rodas
fba23b9347
Merge pull request #293981 from marsam/update-ncspot
...
ncspot: 1.0.0 -> 1.1.0
2024-03-07 06:13:19 -05:00
Harsh Shandilya
4d676c8ab9
psst: unstable-2024-01-28 -> unstable-2024-03-04
2024-03-07 02:22:37 -08:00
Weijia Wang
666585a862
Merge pull request #285971 from r-ryantm/auto-update/cava
...
cava: 0.10.0 -> 0.10.1
2024-03-07 11:01:57 +01:00
Weijia Wang
d804ff8740
Merge pull request #285980 from r-ryantm/auto-update/easyeffects
...
easyeffects: 7.1.3 -> 7.1.4
2024-03-07 11:00:47 +01:00
Weijia Wang
a071474536
Merge pull request #285991 from r-ryantm/auto-update/snd
...
snd: 24.0 -> 24.1
2024-03-07 11:00:02 +01:00
Weijia Wang
98b6ff5576
Merge pull request #286465 from r-ryantm/auto-update/gbsplay
...
gbsplay: 0.0.95 -> 0.0.96
2024-03-07 10:40:48 +01:00
Weijia Wang
cdd310d378
Merge pull request #286794 from r-ryantm/auto-update/linuxsampler
...
linuxsampler: 2.2.0 -> 2.3.0
2024-03-07 10:24:08 +01:00
Weijia Wang
fc86ebc98f
Merge pull request #286880 from r-ryantm/auto-update/rhvoice
...
rhvoice: 1.8.0 -> 1.14.0
2024-03-07 10:18:37 +01:00
Weijia Wang
55c7086e02
Merge pull request #288523 from r-ryantm/auto-update/touchosc
...
touchosc: 1.2.7.190 -> 1.2.9.200
2024-03-07 09:00:33 +01:00
Weijia Wang
134967617e
Merge pull request #288500 from r-ryantm/auto-update/puredata
...
puredata: 0.54-0 -> 0.54-1
2024-03-07 08:59:12 +01:00
Weijia Wang
ce6cc6f806
Merge pull request #291376 from r-ryantm/auto-update/giada
...
giada: 0.26.1 -> 1.0.0
2024-03-07 08:14:53 +01:00
Mario Rodas
62624b3f11
Merge pull request #267502 from liff/ncspot+desktop
...
ncspot: install desktop file and add `updateScript`
2024-03-07 01:45:56 -05:00
Weijia Wang
91cc73ed2e
Merge pull request #291622 from r-ryantm/auto-update/praat
...
praat: 6.4.05 -> 6.4.06
2024-03-07 07:32:01 +01:00
github-actions[bot]
1314597ec7
Merge master into staging-next
2024-03-07 06:00:56 +00:00
Weijia Wang
2af6c7528a
Merge pull request #293231 from r-ryantm/auto-update/spotify-player
...
spotify-player: 0.16.3 -> 0.17.0
2024-03-07 06:59:35 +01:00
github-actions[bot]
e0fd83a658
Merge master into staging-next
2024-03-07 00:02:06 +00:00
Weijia Wang
0499592312
Merge pull request #290557 from r-ryantm/auto-update/yoshimi
...
yoshimi: 2.3.1.3 -> 2.3.2
2024-03-06 22:57:53 +01:00
Weijia Wang
03ad566731
Merge pull request #290774 from r-ryantm/auto-update/open-stage-control
...
open-stage-control: 1.25.7 -> 1.26.1
2024-03-06 22:27:36 +01:00
Weijia Wang
7576ec1c13
Merge pull request #293642 from r-ryantm/auto-update/lsp-plugins
...
lsp-plugins: 1.2.14 -> 1.2.15
2024-03-06 21:34:50 +01:00
Jörg Thalheim
39ac57b7c5
Merge branch 'master' into license-updates
2024-03-06 20:26:06 +01:00
github-actions[bot]
8a8a630460
Merge master into staging-next
2024-03-06 18:01:19 +00:00
Nick Cao
c34e6aa3ea
Merge pull request #293490 from r-ryantm/auto-update/ashuffle
...
ashuffle: 3.14.3 -> 3.14.7
2024-03-06 09:10:21 -05:00
Nick Cao
f68e18609f
Merge pull request #293571 from Aleksanaa/waylyrics
...
waylyrics: 0.2.4 -> 0.2.12
2024-03-06 08:41:39 -05:00
R. Ryantm
91f91d00e3
airwindows-lv2: 26.2 -> 28.0
2024-03-06 11:59:33 +00:00
Mario Rodas
bf119eb4f3
ncspot: 1.0.0 -> 1.1.0
...
Diff: https://github.com/hrkfdn/ncspot/compare/v1.0.0...v1.1.0
Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v1.1.0
2024-03-06 04:20:00 +00:00