diff options
author | danfe <danfe@FreeBSD.org> | 2015-11-19 02:20:01 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-11-19 02:20:01 +0800 |
commit | c486ebbd72498f42da66fef3cad502c357e677fc (patch) | |
tree | 44e8db2221ecabfaead74c05032f469cf114aa09 /audio/Makefile | |
parent | 686bd737871e095d05f537b79d000c9fe11d0e7b (diff) | |
download | freebsd-ports-gnome-c486ebbd72498f42da66fef3cad502c357e677fc.tar.gz freebsd-ports-gnome-c486ebbd72498f42da66fef3cad502c357e677fc.tar.zst freebsd-ports-gnome-c486ebbd72498f42da66fef3cad502c357e677fc.zip |
Add a port of JACK output plugin for DeaDBeeF music player. There are few
versions available on the net; this is the only one that seemingly works.
WWW: https://github.com/Alexey-Yakovenko/jack
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 da39722e9ceb..196bb1ecc5d2 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -95,6 +95,7 @@ SUBDIR += darkice SUBDIR += dcd SUBDIR += deadbeef + SUBDIR += deadbeef-jack-plugin SUBDIR += deadbeef-mpris-plugin SUBDIR += deadbeef-mpris2-plugin SUBDIR += decibel-audio-player |