Search Criteria
Package Details: noson-app 5.7.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/noson-app.git (read-only, click to copy) |
|---|---|
| Package Base: | noson-app |
| Description: | SONOS controller for Linux platforms |
| Upstream URL: | https://github.com/janbar/noson-app |
| Keywords: | sonos |
| Licenses: | GPL-3.0-only |
| Submitter: | s0me0ne |
| Maintainer: | FabioLolix |
| Last Packager: | FabioLolix |
| Votes: | 12 |
| Popularity: | 0.45 |
| First Submitted: | 2018-03-04 13:20 (UTC) |
| Last Updated: | 2026-07-09 13:04 (UTC) |
Dependencies (16)
- flac (flac-gitAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- qt6-5compat
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-svg
- sh (dashbinshAUR, zshbinshAUR, bash-gitAUR, bash-devel-gitAUR, bash)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
zzzardoz commented on 2026-06-06 09:50 (UTC) (edited on 2026-06-06 09:52 (UTC) by zzzardoz)
Fails to build due to missing qt6-5compat dependency.
faethon commented on 2026-03-03 10:47 (UTC) (edited on 2026-03-03 22:22 (UTC) by faethon)
Got an error while updating to version 5.6.16-1:
This is because the 5.6.16 version is not available on the github page. The tag should be 5.6.16+2 which is available. I was able to build and install the new version by changing the the pkg version in PKGBUILD:
and regenerating the checksum (and remove the old one) by running
After that I was able to build and install noson by running:
s0me0ne commented on 2025-08-24 14:41 (UTC)
Sure! :) Done.
Freakness109 commented on 2025-08-23 17:56 (UTC)
Hi, would you mind supporting other build backends as well (e.g. ninja)? The needed changes would be the following patch:
Thanks :)
FabioLolix commented on 2025-05-13 20:24 (UTC)
Thanks for updating :)
s0me0ne commented on 2025-05-13 18:45 (UTC)
Fixed, thanks! :)
FabioLolix commented on 2025-05-07 18:01 (UTC)
Some issue still present like pkgver() and sums check
s0me0ne commented on 2025-05-07 17:57 (UTC)
This has been fixed with 5.6.9
FabioLolix commented on 2025-04-13 13:38 (UTC)
Hi, that issue isn't with
noson-appbut with its librarynosonwhich is downloaded (located at https://github.com/janbar/noson)The issue can be avoided by packaging separately
nosonwhich I just did https://aur.archlinux.org/packages/noson and have updated noson-app-got to use that https://aur.archlinux.org/cgit/aur.git/commit/?h=noson-app-git&id=0b7ae8d2fd95d750fe6b4bf1cf3e4d687a0d0de3About your pkgbuild there are some minor issues like:
pkgver()is not needed and${pkgver}should be used insource=()instead of manually typing 5.6.8updpkgsumsYou can find a revisioned pkgbuild here:
s0me0ne commented on 2025-04-13 12:28 (UTC)
Thanks @flipmess. I think this is an upstream error. Can you please report it at https://github.com/janbar/noson-app?
1 2 3 4 Next › Last »