Search Criteria
Package Details: qobuz-player 0.6.6-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/qobuz-player.git (read-only, click to copy) |
|---|---|
| Package Base: | qobuz-player |
| Description: | High resolution audio player backed by Qobuz |
| Upstream URL: | https://github.com/SofusA/qobuz-player |
| Licenses: | GPL-3.0 |
| Conflicts: | qobuz-player-git |
| Submitter: | orangesoda |
| Maintainer: | orangesoda |
| Last Packager: | orangesoda |
| Votes: | 6 |
| Popularity: | 0.94 |
| First Submitted: | 2025-06-03 09:10 (UTC) |
| Last Updated: | 2026-01-31 15:03 (UTC) |
Dependencies (5)
- alsa-lib
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- ttf-font-nerd (otf-operator-mono-nerdAUR, ttf-blex-nerd-font-gitAUR, ttf-fairiesevkaAUR, ttf-fairiesevka-termAUR, ttf-fairiesevka-propoAUR, ttf-monaspice-huhanme-nerd-font-binAUR, nerd-fonts-appleAUR, ttf-ubuntusans-nerdAUR, otf-atkinsonhyperlegiblemono-nerd, otf-aurulent-nerd, otf-codenewroman-nerd, otf-comicshanns-nerd, otf-commit-mono-nerd, otf-droid-nerd, otf-firamono-nerd, otf-geist-mono-nerd, otf-hasklig-nerd, otf-hermit-nerd, otf-monaspace-nerd, otf-monaspace-nerdfonts, otf-opendyslexic-nerd, otf-overpass-nerd, ttf-0xproto-nerd, ttf-3270-nerd, ttf-adwaitamono-nerd, ttf-agave-nerd, ttf-anonymouspro-nerd, ttf-arimo-nerd, ttf-bigblueterminal-nerd, ttf-bitstream-vera-mono-nerd, ttf-cascadia-code, ttf-cascadia-code-nerd, ttf-cascadia-mono-nerd, ttf-cousine-nerd, ttf-d2coding-nerd, ttf-daddytime-mono-nerd, ttf-dejavu-nerd, ttf-envycoder-nerd, ttf-fantasque-nerd, ttf-firacode-nerd, ttf-go-nerd, ttf-gohu-nerd, ttf-hack-nerd, ttf-heavydata-nerd, ttf-iawriter-nerd, ttf-ibmplex-mono-nerd, ttf-inconsolata-go-nerd, ttf-inconsolata-lgc-nerd, ttf-inconsolata-nerd, ttf-intone-nerd, ttf-iosevka-nerd, ttf-iosevkaterm-nerd, ttf-iosevkatermslab-nerd, ttf-jetbrains-mono-nerd, ttf-lekton-nerd, ttf-liberation-mono-nerd, ttf-lilex-nerd, ttf-martian-mono-nerd, ttf-meslo-nerd, ttf-monofur-nerd, ttf-monoid-nerd, ttf-mononoki-nerd, ttf-mplus-nerd, ttf-nerd-fonts-symbols, ttf-nerd-fonts-symbols-mono, ttf-noto-nerd, ttf-profont-nerd, ttf-proggyclean-nerd, ttf-recursive-nerd, ttf-roboto-mono-nerd, ttf-sharetech-mono-nerd, ttf-sourcecodepro-nerd, ttf-space-mono-nerd, ttf-terminus-nerd, ttf-tinos-nerd, ttf-ubuntu-mono-nerd, ttf-ubuntu-nerd, ttf-victor-mono-nerd, ttf-zed-mono-nerd) (optional) – glyph support
Latest Comments
orangesoda commented on 2025-12-13 22:16 (UTC)
Hello mathys-lopinto,
Thanks for the patch! I am still new to maintaining packages, so I was not aware of such a function. I was aware that upstream got updated. But since I was gone, I was not able to updated sooner (I also flagged the package with out of date).
Greetings.
mathys-lopinto commented on 2025-12-13 09:51 (UTC) (edited on 2025-12-13 10:09 (UTC) by mathys-lopinto)
Hello,
The maintainer has updated the package. I'm sharing the modifications I made locally to handle the latest release.
I've added the
_release_versionvariable to correctly download the archive and navigate to the appropriate directory. This is necessary because the actual release version (v0.4.4-1) contains a hyphen, which is not permitted in the AURpkgverfield.Below is the diff between our PKGBUILDs:
orangesoda commented on 2025-11-02 18:42 (UTC)
@yozi Thank you! Added it to the dependencies
yozi commented on 2025-10-31 14:06 (UTC)
The build() step failed for me (see error message below) when running in a clean chroot so I added "alsa-lib" as a makedepend and that let me build it successfully. It may need to be in the 'depend' array as well. I didn't test that.
Here's the error message I got:
moystard commented on 2025-09-28 13:56 (UTC)
Thank you for the update, much appreciated.
orangesoda commented on 2025-09-22 15:59 (UTC)
@moystard , Thank you! I personally don't use the web UI so did not really notice it. I added the fixes!
moystard commented on 2025-09-21 00:41 (UTC) (edited on 2025-09-21 00:41 (UTC) by moystard)
Hello,
Thank you for the package. I noticed that the CSS stylesheet is not built making the web player unusable. I suggest the following modifications to the PKGBUILD:
Add nodejs and npm in the build dependencies: -makedepends=(cargo) +makedepends=(cargo nodejs npm)
Build the stylesheet: + cd qobuz-player-web + npm install + npm run build
I tested locally and it works perfectly. I want to avoid having a duplicate package for qobuz-player, so it's best if those are merged in yours.
Thank you.