Package Details: deezer 6.0.280-1

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:"Copyright (c) 2006-2024 Deezer S.A."
Provides: deezer
Submitter: IlyaGulya
Maintainer: SibrenVasse
Last Packager: SibrenVasse
Votes: 58
Popularity: 0.016449
First Submitted: 2018-12-12 06:54 (UTC)
Last Updated: 2024-12-11 16:31 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 25 Next › Last »

manuc66 commented on 2023-07-15 20:11 (UTC)

@SibrenVasse

Thanks for mentioning the dependency requirement

I'm on Manjaro and the current stable version is 2.8.7-1, which explains why

See : https://packages.manjaro.org/?query=prettier

SibrenVasse commented on 2023-07-15 20:01 (UTC)

@manuc66: please make sure your system is up to date. specifically, the build requires prettier>=3.0.0

manuc66 commented on 2023-07-15 20:00 (UTC)

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…

jongeduard commented on 2023-07-15 18:05 (UTC)

Thanks for fixing!

msrd0 commented on 2023-07-15 17:27 (UTC)

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.

SibrenVasse commented on 2023-07-15 17:27 (UTC)

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

shuall commented on 2023-07-15 17:23 (UTC) (edited on 2023-07-15 17:24 (UTC) by shuall)

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.

SibrenVasse commented on 2023-07-15 17:13 (UTC)

Can you retry the build? I have updated one of the patches.