Search Criteria
Package Details: noson-app 5.2.1.r0.gb3ab06b3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/noson-app.git (read-only, click to copy) |
---|---|
Package Base: | noson-app |
Description: | The essential to control music from your SONOS devices on Linux platforms |
Upstream URL: | https://janbar.github.io/noson-app |
Keywords: | sonos |
Licenses: | GPL3 |
Submitter: | s0me0ne |
Maintainer: | s0me0ne |
Last Packager: | s0me0ne |
Votes: | 8 |
Popularity: | 0.000036 |
First Submitted: | 2018-03-04 13:20 (UTC) |
Last Updated: | 2022-03-10 19:02 (UTC) |
Dependencies (9)
- cmake (cmake-git)
- flac (flac-nodocs-git, flac-minimal-git, flac-git)
- libpulse (libpulse-bluedio, pulseaudio-pali, pulseaudio-dummy, libpulse-nosystemd-git, libpulse-nosystemd, libpulse-nosystemd-minimal-git, libpulse-hsphfpd, libpulse-airplay, pulseaudio-git)
- qt5-base (qt5-base-git, qt5-base-headless)
- qt5-graphicaleffects (qt5-graphicaleffects-git)
- qt5-quickcontrols2 (qt5-quickcontrols2-git)
- qt5-svg (qt5-svg-git)
- cmake (cmake-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
Latest Comments
s0me0ne commented on 2022-01-03 20:58 (UTC)
@bone: You're absolutely right, this doesn't make sense. I've probably just copied it from another package and forgot to remove it. Amazing that it survived for almost for 4 years :D
I've just pushed an updated version. Thanks for reporting! :)
bone commented on 2022-01-03 13:32 (UTC)
Hi I just noticed pacman would install this package when I tell it to install base-devel. Why is this package within the "base-devel" group? Am I missing something or was this a mistake? thanks!
s0me0ne commented on 2021-11-21 20:07 (UTC)
Thanks Ekerim! I've updated the code accordingly.
Ekerim commented on 2021-11-02 01:14 (UTC) (edited on 2021-11-02 01:18 (UTC) by Ekerim)
Latest release has run into changes that github has done to up their security. The changes were implemented a while ago 2021-09-01 (https://github.blog/2021-09-01-improving-git-protocol-security-github/)
I'm not an experienced git user, but I tried to just change the "source=" in the buildfiles from:
to ...
... and that worked.
s0me0ne commented on 2019-03-17 14:49 (UTC)
Thanks @janbar! :) I've added libpulse/flac as a dependency. Tests on my system showed that it works as expected.
janbar commented on 2019-03-11 23:50 (UTC)
I haven't tested arch yet. So if you want to enable the feature to stream the pulseaudio output, you need to add the following dependencies: - libpulse-dev - libflac-dev - libflac++-dev Unless those are already installed by default. Then in the dialog "Audio Settings" you will see the input "PulseAudio", that lets you stream YouTube or any other sounds you are playing.
s0me0ne commented on 2019-02-19 19:45 (UTC)
Who removes tags? oO I've just updated it to 3.10.4.
roccr commented on 2019-02-19 08:52 (UTC)
The right tag is 3.10.4
kubrick commented on 2019-02-19 08:36 (UTC)
Tag 3.10.2 doesn't exist any more therefore this package fails to build
s0me0ne commented on 2018-09-15 10:21 (UTC)
@ArchNemo: Sounds like your c++ compile is broken @maggu2810: Sure, just pushed an update for this while adding support for 3.8.6
maggu2810 commented on 2018-08-10 19:29 (UTC)
Can you please add "armv7h" to the list of supported architecures in the PKGBUILD?
I build it using the "--ignorearch" command line parameter of makepkg. The build succeeded.
Also the app itself works as expected.
Cyb3rD4d commented on 2018-07-25 07:47 (UTC)
Thank you, this app is awesome! I have the official app on my iPhone and it can't find the Sonos speaker on the network when Noson just works out of the box!
m8D2 commented on 2018-07-14 19:58 (UTC) (edited on 2018-07-14 20:03 (UTC) by m8D2)
Hi, I got this error:
s0me0ne commented on 2018-06-14 17:50 (UTC)
Sorry, just updated the package to 3.4.4.
pmatos commented on 2018-06-07 13:02 (UTC)
Another issue - maybe a missing dependency?
s0me0ne commented on 2018-05-03 17:43 (UTC)
Should be fixed, sorry i'm still learing Arch ;)
gwpl commented on 2018-05-02 12:23 (UTC) (edited on 2018-05-02 12:24 (UTC) by gwpl)
s0me0ne commented on 2018-03-05 21:54 (UTC)
Oh, yeah that probably a good idea. Fixed. Thanks! :)
jagaudin commented on 2018-03-05 21:07 (UTC)
This installs the app in
/usr/local
. To fix this, do:cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/lib ..