lwilletts / mpvc

An mpc-like control interface for mpv.
MIT License
139 stars 18 forks source link

PKGBUILD on Archlinux AUR repo is broken #59

Open m040601 opened 1 year ago

m040601 commented 1 year ago

Thanks for your work on this tool and the new 1.4 release.

From the README


To install mpvc:

...
Distro packages:

    Arch Linux package: pacaur -y mpvc-git

This is broken and not working. Since you are also the maintainer of that PKGBUILD could you check it out and correct ?

https://aur.archlinux.org/packages/mpvc-git

Thanks in advance.

gmt4 commented 1 year ago

Would adding a Makefile as the one in https://github.com/gmt4/mpvc/blob/master/Makefile solve the issue, until the PKGBUILD is updated?

gmt4 commented 1 year ago

After tweaking a bit the Makefile the command pacaur -y mpvc-git now installs mpvc on Archlinux. Leaving the issue open, as the PKGBUILD needs updating to use extras/mpvc-installer instead of the temporary Makefile