@SibrenVasse
Thanks for mentioning the dependency requirement
I'm on Manjaro and the current stable version is 2.8.7-1, which explains why
| Git Clone URL: | https://aur.archlinux.org/deezer.git (read-only, click to copy) |
|---|---|
| Package Base: | deezer |
| Description: | A proprietary music streaming service |
| Upstream URL: | https://www.deezer.com/ |
| Keywords: | deezer desktop streaming |
| Licenses: | custom |
| Provides: | deezer |
| Submitter: | IlyaGulya |
| Maintainer: | SibrenVasse |
| Last Packager: | SibrenVasse |
| Votes: | 63 |
| Popularity: | 0.114302 |
| First Submitted: | 2018-12-12 06:54 (UTC) |
| Last Updated: | 2026-05-25 12:04 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 28 Next › Last »
@SibrenVasse
Thanks for mentioning the dependency requirement
I'm on Manjaro and the current stable version is 2.8.7-1, which explains why
@manuc66: please make sure your system is up to date. specifically, the build requires prettier>=3.0.0
Hello
I have this issue on my side:
Construction de deezer...
==> Création du paquet deezer 5.30.580-1 (sam 15 jui 2023 21:57:12)
==> Vérification des dépendances pour l’exécution…
==> Vérification des dépendances pour la compilation…
==> Récupération des sources…
-> deezer-5.30.580-setup.exe trouvé
-> deezer.desktop trouvé
-> deezer trouvé
-> remove-kernel-version-from-user-agent.patch trouvé
-> avoid-change-default-texthtml-mime-type.patch trouvé
-> fix-isDev-usage.patch trouvé
-> start-hidden-in-tray.patch trouvé
-> quit.patch trouvé
-> systray-buttons-fix.patch trouvé
==> Validation des fichiers source avec sha256sums…
deezer-5.30.580-setup.exe ... Réussite
deezer.desktop ... Réussite
deezer ... Réussite
remove-kernel-version-from-user-agent.patch ... Réussite
avoid-change-default-texthtml-mime-type.patch ... Réussite
fix-isDev-usage.patch ... Réussite
start-hidden-in-tray.patch ... Réussite
quit.patch ... Réussite
systray-buttons-fix.patch ... Réussite
==> Suppression du répertoire $srcdir/ existant…
==> Extraction des sources…
-> Extraction de deezer-5.30.580-setup.exe avec bsdtar
==> Lancement de prepare()…
build/main.js 602ms
build/preload.js 86ms
build/renderer.js 69ms
build/service-worker.js 2ms
build/titlebar.js 37ms
Applying patch remove-kernel-version-from-user-agent.patch...
patching file build/main.js
patching file build/preload.js
patching file build/renderer.js
patching file build/titlebar.js
Applying patch avoid-change-default-texthtml-mime-type.patch...
patching file build/main.js
Hunk #1 FAILED at 2895.
1 out of 1 hunk FAILED -- saving rejects to file build/main.js.rej
==> ERREUR : Une erreur s’est produite dans prepare().
Abandon…
Thanks for fixing!
Thanks for the patch, it works now. Looks like my laptop had a newer version of prettier that formats stuff differently now - and when I tested your patch on my other computer that had the old version of prettier it failed.
As you can see here: the new patch has the comma:
https://aur.archlinux.org/cgit/aur.git/tree/avoid-change-default-texthtml-mime-type.patch?h=deezer
Failing for me as well. Just re-applied the changes in the failing patch (avoid-change-default-texthtml-mime-type.patch), and it looks like it's a little off (sorry it's a diff of diffs)
$ diff avoid-change-default-texthtml-mime-type.patch avoid2.patch
1,3c1,3
< diff --git a/build/main.js b/build/main.js
< index de51acb..e2c0b9e 100644
< --- a/build/main.js
---
> diff --git a/build/main.js.orig b/build/main.js
> index e385c23..0dae4a4 100644
> --- a/build/main.js.orig
12c12
< - scheme
---
> - scheme,
Specifically, main.js contains a line that has "scheme," with a comma, but the patch tries to remove a line that contains "scheme" without the comma.
Pinned Comments
SibrenVasse commented on 2025-09-02 19:05 (UTC)
For more information about usage, see: https://github.com/SibrenVasse/deezer/