diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2017-01-04 12:52:54 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2017-01-04 12:52:54 +0000 |
commit | f38c763d28e7712cf01a71f770bc6f96f6a5ce04 (patch) | |
tree | 03b16cb814efd13511a16de1aa95bbc78c577b0f /audio/Makefile | |
parent | Diorite is a a grey to dark-grey intermediate intrusive igneous rock. (diff) |
- Add ports for Nuvola Player 3 and its services
Nuvola Player is a runtime for web-based music streaming services
providing more native user experience and integration with desktop
environments than usual web browsers can offer. Nuvola Player handles
multimedia keys, shows desktop notifications, integrates with various
sound menus, applets and launchers and more. Additional features
include Last.fm scrobbling.
Mostly the same name scheme as in the official repo was kept, to
promote some compatibility.
The service ports are generated automatically, all the magic happens
in www/nuvolaplayer-all-services/Makefile.services. This allows for
very easy maintenance of many slave ports.
WWW: https://tiliado.eu/nuvolaplayer
Notes
Notes:
svn path=/head/; revision=430554
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index ca1f8e202eb3..e29a0b210a12 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -543,6 +543,7 @@ SUBDIR += normalize SUBDIR += nosefart SUBDIR += nspmod + SUBDIR += nuvolaplayer SUBDIR += ocp SUBDIR += ogg2mp3 SUBDIR += openal |