Search Criteria
Package Details: nuclear-player-git -1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nuclear-player-git.git (read-only, click to copy) |
|---|---|
| Package Base: | nuclear-player-git |
| Description: | Nuclear is a free, open-source music player without ads or tracking. |
| Upstream URL: | https://nuclearplayer.com |
| Licenses: | AGPL-3.0-only |
| Conflicts: | nuclear-player, nuclear-player-bin |
| Provides: | nuclear-player |
| Submitter: | Nullrequest |
| Maintainer: | nukeop |
| Last Packager: | nukeop |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-12-26 13:08 (UTC) |
| Last Updated: | 2026-03-18 14:39 (UTC) |
Dependencies (14)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libappindicator-gtk3 (libappindicator) (make)
- librsvg (librsvg-gitAUR, librsvg-noglycinAUR) (make)
- nodejs (nodejs-gitAUR, nodejs-lts-hydrogenAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR) (make)
- gst-libav (gst-libav-gitAUR) (optional) – FFmpeg-based codec support
- gst-plugins-bad (gst-plugins-bad-gitAUR) (optional) – Additional media codec support
- gst-plugins-ugly (gst-plugins-ugly-gitAUR) (optional) – Patented codec support
Latest Comments
nukeop commented on 2026-03-18 14:40 (UTC)
Updated to work with the new version, which is a clean rewrite (from scratch).
nukeop commented on 2025-03-02 21:48 (UTC)
Node updated.
nukeop commented on 2024-03-07 08:51 (UTC)
Upstream neds to be updated to be compatible with the version of lerna that AUR has now. The repository uses an older version.
nukeop commented on 2024-03-07 08:48 (UTC)
I updated the dependencies
impulse commented on 2024-03-07 08:19 (UTC)
Package broken, can i be co-maintainer so i can update it?
yochananmarqos commented on 2022-02-09 17:01 (UTC)
Upstream is using nightly and commit SHA tags which mangles the pkgver. Please use the following including
s/^v//;to remove the leading 'v':<deleted-account> commented on 2021-11-02 15:28 (UTC)
This package is broken for me also:
nukeop commented on 2021-08-31 19:54 (UTC)
What difficulties are you having installing the Package? Do you find that it doesn't build? I can install it fine on my machine.
yochananmarqos commented on 2021-08-31 17:10 (UTC) (edited on 2021-08-31 17:14 (UTC) by yochananmarqos)
This package is completely broken and is packaged improperly.
Remove the leading v in the pkgver with
s/^v//, see the example PKGBUILD belowThis does not require
lernato build as NPM will install the version required in the build enviromentMissing dependency on
gtk3Your desktop file is broken as
/bin/nucleardoes not exist. Use the included desktop file and just change theExecvalueUse a temporary cache, see Node.js package guidelines
DO NOT dump the linux-unpacked directory into
/usr/bin/. Since this includes a prebuilt copy of Electron, it should be in/opt/nuclear/. See Electron package guidelinesThe icon in the flatpak folder is broken, symlink the included icon
Example PKGBUILD