项目作者: khorben

项目描述 :
Simple daemon to play background music with mpv
高级语言: C
项目地址: git://github.com/khorben/mpvd.git
创建时间: 2020-06-24T19:14:24Z
项目社区:https://github.com/khorben/mpvd

开源协议:BSD 2-Clause "Simplified" License

下载


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:

  1. $ make install

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

  1. $ make PREFIX="/another/prefix" install

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

  1. $ 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:

  1. $ configure
  2. $ make

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