Skip to content

Commit f0823a2

Browse files
authored
tauon: 7.8.0 -> 7.8.1 (#334950)
2 parents cae442c + 4c4ca34 commit f0823a2

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

pkgs/applications/audio/tauon/default.nix

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,22 @@
1919
mpg123,
2020
opusfile,
2121
pango,
22+
pipewire,
2223
wavpack,
2324
ffmpeg,
2425
pulseaudio,
25-
withDiscordRPC ? false,
26+
withDiscordRPC ? true,
2627
}:
2728

2829
stdenv.mkDerivation (finalAttrs: {
2930
pname = "tauon";
30-
version = "7.8.0";
31+
version = "7.8.2";
3132

3233
src = fetchFromGitHub {
3334
owner = "Taiko2k";
34-
repo = "TauonMusicBox";
35+
repo = "Tauon";
3536
rev = "v${finalAttrs.version}";
36-
hash = "sha256-8UnUcEvG206tPwyD+WqxcJgDvQlYvTJ6v+sm0u30Z3k=";
37+
hash = "sha256-fVp3RWRNIBSeALbYNRIYjyWNH9An+YnS7neQt0x33yI=";
3738
};
3839

3940
postUnpack = ''
@@ -54,15 +55,16 @@ stdenv.mkDerivation (finalAttrs: {
5455
--replace-fail 'libopenmpt.so' '${lib.getLib libopenmpt}/lib/libopenmpt.so'
5556
5657
substituteInPlace t_modules/t_phazor.py \
57-
--replace-fail 'lib/libphazor.so' '../../lib/libphazor.so'
58+
--replace-fail 'lib/libphazor' '../../lib/libphazor'
5859
59-
substituteInPlace compile-phazor.sh --replace-fail 'gcc' '${stdenv.cc.targetPrefix}cc'
60+
substituteInPlace compile-phazor*.sh --replace-fail 'gcc' '${stdenv.cc.targetPrefix}cc'
6061
6162
substituteInPlace extra/tauonmb.desktop --replace-fail 'Exec=/opt/tauon-music-box/tauonmb.sh' 'Exec=${placeholder "out"}/bin/tauon'
6263
'';
6364

6465
postBuild = ''
6566
bash ./compile-phazor.sh
67+
bash ./compile-phazor-pipewire.sh
6668
'';
6769

6870
nativeBuildInputs = [
@@ -84,6 +86,7 @@ stdenv.mkDerivation (finalAttrs: {
8486
mpg123
8587
opusfile
8688
pango
89+
pipewire
8790
wavpack
8891
];
8992

@@ -92,7 +95,7 @@ stdenv.mkDerivation (finalAttrs: {
9295
[
9396
beautifulsoup4
9497
dbus-python
95-
isounidecode
98+
unidecode
9699
jxlpy
97100
musicbrainzngs
98101
mutagen

0 commit comments

Comments
 (0)