diff options
author | nia <nia@pkgsrc.org> | 2020-04-21 13:32:23 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-04-21 13:32:23 +0000 |
commit | d3aff7c1efe0137db01599fdd896020e4f1e8f1a (patch) | |
tree | bcfa1e3bebc6c36dde7421cfa02026b44f224854 /audio/Makefile | |
parent | 1fde9cc55371a45a92e73055c8853043f1755cc0 (diff) | |
download | pkgsrc-d3aff7c1efe0137db01599fdd896020e4f1e8f1a.tar.gz |
audio: Add pragha.
Pragha is a Lightweight Music Player, based on GTK and SQLite.
It is completely written in C, constructed to be fast, light, and
simultaneously tries to be complete without obstructing the daily work.
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index fade701e779..c155f9e4568 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.595 2020/04/20 17:34:14 nia Exp $ +# $NetBSD: Makefile,v 1.596 2020/04/21 13:32:23 nia Exp $ # COMMENT= Audio tools @@ -366,6 +366,7 @@ SUBDIR+= picard SUBDIR+= playitslowly SUBDIR+= pocketsphinx SUBDIR+= portaudio +SUBDIR+= pragha SUBDIR+= pulseaudio SUBDIR+= py-acoustid SUBDIR+= py-ao |