Package Details: cider 1.6.2-8

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. Build from tar file on GitHub releases.
Upstream URL: https://github.com/ciderapp/cider.git
Keywords: applemusic cider
Licenses: AGPL3
Conflicts: cider
Provides: cider
Submitter: Core_UK
Maintainer: Core_UK
Last Packager: Core_UK
Votes: 22
Popularity: 0.48
First Submitted: 2021-12-08 22:09 (UTC)
Last Updated: 2023-07-10 11:37 (UTC)

Pinned Comments

Core_UK commented on 2022-11-30 13:42 (UTC) (edited on 2023-06-09 01:31 (UTC) by Core_UK)

Use the CIDER_PORT environment variable to set the port of the renderer.

Latest Comments

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

Core_UK commented on 2022-05-04 03:57 (UTC) (edited on 2022-05-04 03:58 (UTC) by Core_UK)

Thanks for telling me about the dependency, in regards to versioning I'm very unsure about it. I wanted to produce binaries for this using the releases, however, devel packages don't operate this way I don't think. If anyone has any idea how I would go about creating a devel package that has a dynamic source, some help would be great thanks.

aquator commented on 2022-05-03 06:23 (UTC) (edited on 2022-05-03 06:33 (UTC) by aquator)

A dependency for build (wget) is missing, it can't determine the version this way.

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.

Core_UK commented on 2022-01-31 22:01 (UTC)

The current cider package is the stable branch. When the application releases and releases are made, the main branch shouldn't be getting committed to. So the normal Cider package will build from that, and a bin release will be made that will use the release files.

OctopusET commented on 2022-01-30 09:13 (UTC) (edited on 2022-01-30 09:14 (UTC) by OctopusET)

https://wiki.archlinux.org/title/VCS_package_guidelines This wiki page says “Suffix pkgname with -cvs, -svn, -hg, -darcs, -bzr, -git etc. unless the package fetches a specific release.”

So I think “-git” suffix is still needed. Even there is no stable version. Suffix can give more information for users when choice AUR packages.

It won't need to remove cider package after stable version coming out. Someone might be want to build and use stable version.

But anyway I respect your choice, and thank you for maintaining this package.

Core_UK commented on 2022-01-24 15:03 (UTC)

I believe that without -git it is still implied that it is git, just in a stable form. As Cider is still in the development stages, this is currently the most stable build. When the app is complete and releases fully, this will probably be changed to a stable branch build and a bin and git package will be created.

OctopusET commented on 2022-01-24 15:00 (UTC)

I think this package's name should be changed to cider-git

Core_UK commented on 2022-01-15 13:52 (UTC)

Should be resolved now, one of the modules that the package used broke on the current NodeJS version, the development team removed that module and now nodejs-lts-galium is no longer required.

puyo commented on 2021-12-21 16:25 (UTC)

this package doesn't work if you use nvm to manage your nodejs versions since it depends on nodejs-lts-gallium