Package Details: jamesdsp 2.7.0-1

Git Clone URL: https://aur.archlinux.org/jamesdsp.git (read-only, click to copy)
Package Base: jamesdsp
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, jdsp4linux, jdsp4linux-gui
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 25
Popularity: 1.51
First Submitted: 2021-09-12 17:16 (UTC)
Last Updated: 2024-03-31 18:46 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

medmedin commented on 2023-06-23 11:45 (UTC)

@yochananmarqos The installation process is really long, I waited more than 25min and the compiling is not finished yet, I think the .deb files are already compiled and just need to be converted to Arch binary to make it easy and fast to install the package.

spsf64 commented on 2023-06-17 16:08 (UTC)

@yochananmarqos working 100% now! @koshikas, thanks for replying

koshikas commented on 2023-06-17 04:10 (UTC)

@spsf64 you are not alone.

i think @yochananmarqos forgot to specify the commit c320ee3 [tag 2.5.0] (though he had it defined there) and as result we have got the latest from project repo. pretty insignificant changes from what i've seen in the two additional commits since 2.5.0 tag. i think it was "yay" (in my case) that altered pkgver to 2.5.1+1+g45a2317 (technically correct) although latest committed PKGBUILD by mark has the version still as 2.5.0.

although functionally irrelevant (i think), there is another discrepancy in _app_id set to "me.timschneeberger.jdsp4linux.pulse" which has installed the .desktop file and metainfo.xml meant for pulse-audio variant.

spsf64 commented on 2023-06-17 01:30 (UTC)

I am getting the git version from this pkgbuild: jamesdsp-2.5.1+1+g45a2317-1-x86_64.pkg.tar.zst. Am I doing something wrong?

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

I get this error when compiling:

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:17: error: ‘uint32_t’ was not declared in this scope
   12 |     uint 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 | 
../../src/audio/base/IOutputDevice.h:12:26: error: expected ‘)’ before numeric constant
   12 |     uint id = ((uint32_t)0xffffffff);
      |                          ^~~~~~~~~~
../../src/audio/base/IOutputDevice.h:12:15: note: to match this ‘(’
   12 |     uint id = ((uint32_t)0xffffffff);
      |               ^