Package Details: noson-app 5.6.13-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: s0me0ne
Last Packager: s0me0ne
Votes: 12
Popularity: 0.019499
First Submitted: 2018-03-04 13:20 (UTC)
Last Updated: 2025-08-24 14:41 (UTC)

Latest Comments

1 2 3 4 Next › Last »

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?

flipmess commented on 2025-04-08 22:01 (UTC) (edited on 2025-04-08 22:29 (UTC) by flipmess)

i get this error:

-- Downloading noson
CMake Error at CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!
CMake Error at backend/lib/cmake/DownloadProject.cmake:171 (message):
  Configure step for noson failed: 1
Call Stack (most recent call first):
  backend/lib/CMakeLists.txt:126 (download_project)


-- Configuring incomplete, errors occurred!

cmake version is 4.0.0

Alucard commented on 2025-02-25 17:45 (UTC)

Note: requires you to rebuild after flac 1.5.0-1 install