Package Details: jamesdsp-pulse 2.7.0-4

Git Clone URL: https://aur.archlinux.org/jamesdsp-pulse.git (read-only, click to copy)
Package Base: jamesdsp-pulse
Description: An audio effect processor for PulseAudio 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: 3
Popularity: 0.000001
First Submitted: 2021-09-12 17:18 (UTC)
Last Updated: 2024-07-09 15:38 (UTC)

Latest Comments

1 2 Next › Last »

yochananmarqos commented on 2024-07-09 15:39 (UTC)

@xiota: Thanks, that works.

@grrrl212: Do a git pull, it's resolved now.

xiota commented on 2024-07-09 08:46 (UTC)

Fix for errors with -Wincompatible-pointer-types is to typically add to build():

CFLAGS+=" -Wno-error=incompatible-pointer-types"

grrrl212 commented on 2024-06-20 07:02 (UTC)

I have problems with compiling version 2.7.0-4

../../src/audio/pulseaudio/wrapper/gstjamesdsp.c: In function ‘gst_jamesdsp_class_init’: error: passing argument 1 of ‘gst_audio_filter_class_add_pad_templates’ from incompatible pointer type [-Wincompatible-pointer-types]

Here's longer version from the terminal.

https://pastebin.com/hYUHyv3L

earlybird commented on 2024-05-21 05:55 (UTC)

Can this package still be built with this PKGBUILD?

spheenik commented on 2023-12-11 16:31 (UTC)

No worries! Happens to the best of us!

yochananmarqos commented on 2023-12-11 16:24 (UTC)

@spheenik: Sorry about that. Somehow I had merged the PipeWire version into this one earlier.

spheenik commented on 2023-12-11 16:19 (UTC)

Fixed and confirmed working locally by changing to

qmake6 .. "CONFIG += USE_PULSEAUDIO"

instead of

qmake6 ..

spheenik commented on 2023-12-11 16:10 (UTC)

@yochananmarqos: I built 2.7.0-2 just now, however no sink shows up in pavucontrol when starting it. When I start it from the command line, it says it was compiled with pipewire support, and if I want pulseaudio it needs to be recompiled.

yochananmarqos commented on 2023-12-10 14:07 (UTC)

@spheenik: Oops, fixed.