Use the CIDER_PORT environment variable to set the port of the renderer.
Search Criteria
Package Details: cider 1.5.9-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/cider.git (read-only, click to copy) |
---|---|
Package Base: | cider |
Description: | Project Cider. An open-source Apple Music client built from the ground up with Vue.js and Electron. Compiled from the GitHub repositories stable branch. |
Upstream URL: | https://github.com/ciderapp/Cider.git |
Licenses: | GPL |
Submitter: | Core_UK |
Maintainer: | Core_UK |
Last Packager: | Core_UK |
Votes: | 18 |
Popularity: | 1.20 |
First Submitted: | 2021-12-08 22:09 (UTC) |
Last Updated: | 2022-12-16 16:48 (UTC) |
Dependencies (7)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic)
- nss (nss-hg)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- npm (nodejs6-bin, nodejs-nightly) (make)
- pnpm (pnpm-bin) (make)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312) (make)
- libnotify (libnotify-gtk2, libnotify-id, libnotify-git) (optional) – Playback notifications
Required by (0)
Sources (2)
Core_UK commented on 2022-11-30 13:42 (UTC) (edited on 2022-11-30 13:43 (UTC) by Core_UK)
luigibu commented on 2022-11-30 12:55 (UTC)
Is there any way to tell cider to use another port instead 9000? is in conflict with my debugger.
jpheckles commented on 2022-10-27 00:49 (UTC)
Package will not build using Paru. This is due to the file Cider/src/resources/version.sh needing to be chmoded after each time that git pull in the PKGBUILD is run. After making the file executable, it builds fine with makepkg but still not Paru.
Note: Have not tried other AUR helpers.
petronny commented on 2022-10-05 06:00 (UTC)
Hi, I don't think this can be built on armv7h.
It will download electron from https://github.com/castlabs/electron-releases/releases/tag/v21.0.0%2Bwvcus which doesn't provide any linux arm build.
YidaozhanYa commented on 2022-08-20 23:37 (UTC)
package won't build on Node.js greater than 17. Use nodejs-lts-gallium instead of nodejs can build.
OctopusET commented on 2022-06-27 13:09 (UTC)
Thank you again for your great work.
Core_UK commented on 2022-06-26 17:04 (UTC)
Noted, thanks. I will move this to the stable branch, and create a bin package.
OctopusET commented on 2022-06-26 06:39 (UTC)
Thank you for maintain this package. But this package seems not building itself, and it's using 'deb' binary. I think it should be named 'cider-bin'
Ref: https://wiki.archlinux.org/title/AUR_submission_guidelines#Rules_of_submission
Core_UK commented on 2022-06-06 06:12 (UTC)
I have been unable to recreate this issue. Usually the deb file would be downloaded into the src directory for the package.
Pinned Comments
Core_UK commented on 2022-11-30 13:42 (UTC) (edited on 2022-11-30 13:43 (UTC) by Core_UK)
Use the CIDER_PORT environment variable to set the port of the renderer.
Core_UK commented on 2022-02-01 02:29 (UTC)
Running this on Node.js 17 or later will fail. This is due to Node.js 17 no longer writing openssl_fips to config.gypi so it's not there in Node.js 17's process.config. It is suggested to downgrade to nodejs-lts-gallium to resolve this issue.