Skip to content

khorben/mpvd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages