Package Details: jamesdsp-git 2.7.0.r0.g30a30aa-1

Git Clone URL: https://aur.archlinux.org/jamesdsp-git.git (read-only, click to copy)
Package Base: jamesdsp-git
Description: An audio effect processor for PipeWire clients
Upstream URL: https://github.com/Audio4Linux/JDSP4Linux
Keywords: jdsp4linux
Licenses: GPL-3.0-or-later
Conflicts: gst-plugin-jamesdsp, jamesdsp, jdsp4linux, jdsp4linux-gui
Provides: jamesdsp
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 9
Popularity: 1.43
First Submitted: 2021-09-12 17:17 (UTC)
Last Updated: 2024-03-31 18:47 (UTC)

Latest Comments

xiota commented on 2023-09-20 07:55 (UTC) (edited on 2024-01-21 20:54 (UTC) by xiota)

Please remove replaces directive, in accordance with AUR submission guidelines.

yochananmarqos commented on 2023-05-26 17:53 (UTC)

@cyberpunkrocker: Yes, the issue is fixed upstream. I've dropped the patch.

cyberpunkrocker commented on 2023-05-26 17:06 (UTC) (edited on 2023-05-26 17:07 (UTC) by cyberpunkrocker)

patching file src/audio/base/IOutputDevice.h
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/audio/base/IOutputDevice.h.rej

Seems like the patch has already been applied to git sources. Builds and runs fine without the now obsolete patch.

mergen commented on 2023-05-06 19:58 (UTC)

Compilation gives the following error:

In file included from ../../src/data/PresetRule.h:4,
                 from ../../src/data/PresetManager.h:4,
                 from ../../src/data/PresetManager.cpp:1:
../../src/audio/base/IOutputDevice.h:12:5: error: ‘uint32_t’ does not name a type
   12 |     uint32_t id = ((uint32_t)0xffffffff);
      |     ^~~~~~~~
../../src/audio/base/IOutputDevice.h:5:1: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
    4 | #include <string>
  +++ |+#include <cstdint>
    5 |