VOOZH about

URL: https://aur.archlinux.org/packages/noson-app

⇱ AUR (en) - noson-app


Arch Linux User Repository

Search Criteria

Package Details: noson-app 5.6.27-1

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: GPL-3.0-only
Submitter: s0me0ne
Maintainer: FabioLolix
Last Packager: s0me0ne
Votes: 12
Popularity: 0.72
First Submitted: 2018-03-04 13:20 (UTC)
Last Updated: 2026-06-02 15:36 (UTC)

Required by (0)

Sources (1)

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.

-- Could NOT find Qt6Core5Compat (missing: Qt6Core5Compat_DIR)
CMake Error at CMakeLists.txt:139 (find_package):
 Found package configuration file:

 /usr/lib/cmake/Qt6/Qt6Config.cmake

 but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
 FOUND. Reason given by package:

 Failed to find required Qt component "Core5Compat".

 Expected Config file at
 "/usr/lib/cmake/Qt6Core5Compat/Qt6Core5CompatConfig.cmake" does NOT exist

 Configuring with --debug-find-pkg=Qt6Core5Compat might reveal details why
 the package was not found.

 Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
 of the path variables that find_package uses to try and find the package.

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:

==> Validating source files with sha256sums...
 noson-app ... fatal: not a valid object name: 5.6.16
==> ERROR: One or more files did not pass the validity check!

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:

pkgver=5.6.16+2

and regenerating the checksum (and remove the old one) by running

makepkg -g >> PKGBUILD 

After that I was able to build and install noson by running:

paru -Bi noson-app

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:

From 194f6967a099548b02ebc285ef02ff4aadec96ac Mon Sep 17 00:00:00 2001
From: Freakness109 <freakness109@gmail.com>
Date: Sat, 23 Aug 2025 19:54:19 +0200
Subject: [PATCH] Support alternative build backends

---
 PKGBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index f80753a..4981578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,10 +19,10 @@ build() {
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=/usr/lib
- make
+ cmake --build .
 }

 package() {
 cd "$srcdir/build"
- make DESTDIR="$pkgdir/" install
+ DESTDIR="$pkgdir/" cmake --install .
 }
--
2.50.1

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-app but with its library noson which is downloaded (located at https://github.com/janbar/noson)

The issue can be avoided by packaging separately noson which 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=0b7ae8d2fd95d750fe6b4bf1cf3e4d687a0d0de3


About your pkgbuild there are some minor issues like:

  • pkgver() is not needed and ${pkgver} should be used in source=() instead of manually typing 5.6.8
  • please don't use sha1sums but sha256sums or higher, shasums can now be calculated by updpkgsums
  • cmake is listed as depends
  • use SPDX license identifier
  • preferred cmake build type is None (but this project seems to ignore None) and could use more modern cmake guidelines

You 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 »

aurweb v6.3.4

Report issues here.

Copyright © 2004-2026 aurweb Development Team.

AUR packages are user produced content. Any use of the provided files is at your own risk.