diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-10-23 12:00:57 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-10-23 12:00:57 +0000 |
commit | 7afdaa1a438e006522559762cfb7df77353aa57c (patch) | |
tree | d646dec6f6c4034b57bcb68087df7feddaeecf93 /audio/Makefile | |
parent | Correct pkg-plist to fix packaging. (diff) |
Add daaplib 0.1.1a, a C++ library for DAAP memory streams:
daaplib is a very tiny and portable C++ library which helps to read and
write low-level DAAP stream s in memory. the code is fairly
straightforward and can mirror the structure of the data fairly well.
PR: 58351
Submitted by: Lars Thegler <lars@thegler.dk>
Approved by: krion (implicit)
Notes
Notes:
svn path=/head/; revision=91951
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 56f512977411..9d3518c11fd3 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -50,6 +50,7 @@ SUBDIR += csound-manual SUBDIR += cue2toc SUBDIR += cymbaline + SUBDIR += daaplib SUBDIR += dagrab SUBDIR += dap SUBDIR += darkice |