khorben / mpvd

Simple daemon to play background music with mpv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mpvd

About mpvd

mpvd is a background service to play music with the mpv(1) media player.

mpvd is distributed under the terms of the 2-clause BSD license. Please refer to the COPYING file for more information.

Compiling mpvd

mpvd depends on the following components:

With GCC, this should then be enough to compile and install mpvd:

$ make install

To install (or package) mpvd in a different location:

$ make PREFIX="/another/prefix" install

mpvd also supports DESTDIR, to be installed in a staging directory; for instance:

$ make DESTDIR="/staging/directory" PREFIX="/another/prefix" install

Contributing to mpvd

It is possible to re-generate the Makefiles for mpvd with configure(1) from the DeforaOS configure project, found at https://www.defora.org/os/project/16/configure. The procedure is then as follows:

$ configure
$ make

Please refer to the documentation of DeforaOS configure for further instructions.

About

Simple daemon to play background music with mpv

License:BSD 2-Clause "Simplified" License


Languages

Language:C 100.0%