Updated to work with the new version.
Search Criteria
Package Details: nuclear-player-bin 1.33.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nuclear-player-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | nuclear-player-bin |
| Description: | Nuclear is a free, open-source music player without ads or tracking. |
| Upstream URL: | https://nuclearplayer.com |
| Keywords: | music player |
| Licenses: | AGPL-3.0-only |
| Conflicts: | nuclear-player, nuclear-player-git |
| Provides: | nuclear-player |
| Submitter: | mikelpint |
| Maintainer: | nukeop |
| Last Packager: | nukeop |
| Votes: | 42 |
| Popularity: | 0.047535 |
| First Submitted: | 2019-01-16 19:59 (UTC) |
| Last Updated: | 2026-04-09 02:02 (UTC) |
Dependencies (8)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- gtk3 (gtk3-classic-xfceAUR, gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- 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
Required by (0)
Sources (2)
nukeop commented on 2026-03-18 15:25 (UTC)
smn commented on 2025-09-07 07:35 (UTC)
Startup fails, presumably due to missing dependency:
main › Something failed during app bootstrap
main › i: SQLite package has not been found installed. Try to install it: npm install sqlite3 --save
Dominiquini commented on 2025-04-01 23:39 (UTC)
PKGBUILD and .SRCINFO are in conflict. I one place pkgrel is 3, in another, it's 1!
nukeop commented on 2025-03-25 13:59 (UTC) (edited on 2025-03-25 13:59 (UTC) by nukeop)
Good catch, I updated pkgrel too.
GeBo commented on 2025-03-25 09:56 (UTC) (edited on 2025-03-25 09:57 (UTC) by GeBo)
@nukeop
Thank you for maintaining this package and keeping it up-to-date!
As Dominiquini mentioned, the pkgrel consistently has been xx-3, where it actually should be xx-1 for a new version. Only small edits to the PKGBUILD should increase that number.
Could you edit it in your 'template'? So, in future, new updates get the correct package release version?
Not a big deal to me, and the program functions anyway, but it's good practice.
nukeop commented on 2025-03-25 02:15 (UTC)
The icons issue should be fixed now.
Dominiquini commented on 2025-03-25 02:12 (UTC)
The "pkgrel" should return to '1' when a new version ("pkgver") is released!
GeBo commented on 2025-03-18 07:52 (UTC)
There is an error in PKGBUILD.
mv: kan status van 'usr/share/icons/hicolor/0x0' niet opvragen: Bestand of map bestaat niet
(File or directory does not exist).
This is true, as the directory should not be 0x0, but 1024x1024.
After changing the line in PKGBUILD with mv "$iconDir"/1024x1024 "$scalableDir"
compiling works.
tippfehlr commented on 2024-07-27 20:54 (UTC)
I’ve created a PR (#2). Unfortunately when upgrading to this version one needs to manually remove `/usr/bin/nuclear
I didn’t run the script to test the generation, but it should work. To be honest the script seems completely overkill to me; a version bump and then updpkgsums should do it, but ok.
nukeop commented on 2024-07-25 17:29 (UTC)
There's really no reason, I inherited this script from the previous maintainer who created it. If you know of a better way, we have these files created from a template which is available on Github: https://github.com/NuclearPlayer/nuclear-nightly-aur
It would be great if you could propose a solution or perhaps create a pull request
Pinned Comments