fulhax / ncpamixer

ncurses PulseAudio Mixer
MIT License
396 stars 20 forks source link

Install in Arch Linux following README does not work #83

Open Disonantemus opened 1 month ago

Disonantemus commented 1 month ago

Installing following this from README.md doesn't work, shows:

$ paru -S ncpamixer-git
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...

:: Conflicts found:
    pulseaudio: pipewire-pulse (pulseaudio)  pipewire-pulse

:: Conflicting packages will have to be confirmed manually

Repo (1)           Old Version  New Version    Make Only
extra/pulseaudio                17.0-3         No

Aur (1)            Old Version  New Version    Make Only
aur/ncpamixer-git               a-5            No

:: Proceed to review? [Y/n]:

:: Downloading PKGBUILDs...
 PKGBUILDs up to date
 nothing new to review
[sudo] password for kuro:
resolving dependencies...
looking for conflicting packages...
:: pulseaudio-17.0-3 and pipewire-pulse-1:1.2.5-1 are in conflict. Remove pipewire-pulse? [y/N]
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: pulseaudio-17.0-3 and pipewire-pulse-1:1.2.5-1 are in conflict

Seems to be a dependency problem in PKGBUILD that needs to be updated.


Workaround 4 Arch:

I did this and work no problem:

git clone https://github.com/fulhax/ncpamixer.git
cd ncpamixer
make
cd build
./ncpamixer

and did work, later I did move it to a folder in PATH for convenience.


Machine:

distro: Arch Linux x86_64
kernel: 6.6.52-1-lts
shell: bash 5.2.37
term: tmux
tricktux commented 1 month ago

I don't believe the aur package is own by this repo.

The fix has been mentioned in the aur page

We just have to wait for the maintainer to respond.

The fix is trivial: image