aboutsummaryrefslogtreecommitdiffstats
path: root/audio/Makefile
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-09-15 00:22:32 +0800
committersat <sat@FreeBSD.org>2006-09-15 00:22:32 +0800
commit0d59dc749c132393e38777c9684ab593345274a3 (patch)
treebcde2843218352526ff4806bb22f44b48ad29104 /audio/Makefile
parent17c423b5f8eaef4440d8e5beaed868007d63bfec (diff)
downloadfreebsd-ports-gnome-0d59dc749c132393e38777c9684ab593345274a3.tar.gz
freebsd-ports-gnome-0d59dc749c132393e38777c9684ab593345274a3.tar.zst
freebsd-ports-gnome-0d59dc749c132393e38777c9684ab593345274a3.zip
Add port audio/libaiff:
LibAiff is a library for C applications, providing transparent read and write operations for Audio Interchange File Format files. With LibAiff your application can easily use the Audio IFF format to interchange digital audio. LibAiff wants to implement all the features of the AIFF 1.3 standard, including markers, comments, etc. This version of LibAiff supports the following features: * Reading any valid Audio IFF file. * Writing a valid Audio IFF file. * Reading a compressed AIFF Compressed (AIFC) file with audio encoded in Linear PCM, both big-endian and little-endian. * Read & write samples in all formats supported by the Audio IFF standard. * Convert any sample format to and from 32 bits. * Getting and setting all the AIFF Attributes. * Reading and writing markers to positions on the sound. * Reading instrument data from AIFF files. WWW: http://aifftools.sourceforge.net/libaiff/
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 82a604b20580..cd5cacdb5291 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -292,6 +292,7 @@
SUBDIR += liba52
SUBDIR += liba52-devel
SUBDIR += libadplug
+ SUBDIR += libaiff
SUBDIR += libao
SUBDIR += libaudiofile
SUBDIR += libcdaudio