Re: [PLUG] Building pulseaudio-equalizer

2023-04-16 Thread Ben Koenig
--- Original Message --- On Sunday, April 16th, 2023 at 3:39 PM, Rich Shepard wrote: > On Sun, 16 Apr 2023, Ben Koenig wrote: > > > Ah ok so here is where we got real problems. First off, you don't want to > > use pip. it makes it very difficult to remove packages later and can > >

Re: [PLUG] Building pulseaudio-equalizer

2023-04-16 Thread Rich Shepard
On Sun, 16 Apr 2023, Ben Koenig wrote: Ah ok so here is where we got real problems. First off, you don't want to use pip. it makes it very difficult to remove packages later and can result in a broken python installation. Ben, I've used pip when I could not find an SBo package. You can try

Re: [PLUG] Building pulseaudio-equalizer

2023-04-16 Thread Ben Koenig
--- Original Message --- On Sunday, April 16th, 2023 at 1:35 PM, Rich Shepard wrote: > On Sun, 16 Apr 2023, Ben Koenig wrote: > > > "meson build" didn't work? > > > No: > $ meson build > Traceback (most recent call last): > File "/usr/bin/meson", line 6, in > > from pkg_resources

Re: [PLUG] Building pulseaudio-equalizer

2023-04-16 Thread Rich Shepard
On Sun, 16 Apr 2023, Ben Koenig wrote: "meson build" didn't work? No: $ meson build Traceback (most recent call last): File "/usr/bin/meson", line 6, in from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' Now I'm trying to learn why I can't

Re: [PLUG] Building pulseaudio-equalizer

2023-04-16 Thread King Beowulf
On 4/16/23 11:22, Rich Shepard wrote: > On Sun, 16 Apr 2023, Ben Koenig wrote: > >> $ meson build >> That is 'meson' then a SPACE then 'build'. They didn't tell you to run >> meson.build, so why are you executing the file manually? Did you just >> assume that they made a mistake? > Ben, > > Well,

Re: [PLUG] Building pulseaudio-equalizer

2023-04-16 Thread Ben Koenig
--- Original Message --- On Sunday, April 16th, 2023 at 11:22 AM, Rich Shepard wrote: > On Sun, 16 Apr 2023, Ben Koenig wrote: > > > $ meson build > > That is 'meson' then a SPACE then 'build'. They didn't tell you to run > > meson.build, so why are you executing the file manually?

Re: [PLUG] Building pulseaudio-equalizer

2023-04-16 Thread Rich Shepard
On Sun, 16 Apr 2023, Ben Koenig wrote: $ meson build That is 'meson' then a SPACE then 'build'. They didn't tell you to run meson.build, so why are you executing the file manually? Did you just assume that they made a mistake? Ben, Well, I assumed that 'mason.build' was the file name, not

Re: [PLUG] Building pulseaudio-equalizer

2023-04-16 Thread Ben Koenig
--- Original Message --- On Sunday, April 16th, 2023 at 10:36 AM, Rich Shepard wrote: > On Sun, 16 Apr 2023, Ben Koenig wrote: > > > > I'm stuck at the first command: > > > $ mason.build > > > -bash: mason.build: command not found > > > Run the command provided in their README. > > $

Re: [PLUG] Building pulseaudio-equalizer

2023-04-16 Thread Rich Shepard
On Sun, 16 Apr 2023, Ben Koenig wrote: I'm stuck at the first command: $ mason.build -bash: mason.build: command not found Run the command provided in their README. $ meson build Ben, Isn't that what I did with bash telling me the command's not found? Now, combining the first two lines

Re: [PLUG] Building pulseaudio-equalizer

2023-04-16 Thread Ben Koenig
--- Original Message --- On Sunday, April 16th, 2023 at 10:11 AM, Rich Shepard wrote: > To build LAD's improved fork of pulseaudio-equalizer I built the two > dependencies not present on my system: ladswa and fftw. Now I have all > needed dependencies: > ## Dependencies > > * Meson ≥

[PLUG] Building pulseaudio-equalizer

2023-04-16 Thread Rich Shepard
To build LAD's improved fork of pulseaudio-equalizer I built the two dependencies not present on my system: ladswa and fftw. Now I have all needed dependencies: ## Dependencies * [Meson](https://mesonbuild.com/) ≥ 0.46 & [Ninja](https://ninja-build.org/) * [GTK+](https://www.gtk.org/) 3 *