summaryrefslogtreecommitdiffstats
path: root/audio/libaudiofile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-12-03 20:09:16 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-12-03 20:09:16 +0800
commit2edde52f6e24ecab64f6da5b53d875378d318d8c (patch)
tree5645d8e7e7c1d2c2b25f04f0403d37823aad4743 /audio/libaudiofile
parent83a2f656f5230ea7a682299a74c35765aae3953a (diff)
downloadmarcuscom-ports-2edde52f6e24ecab64f6da5b53d875378d318d8c.tar
marcuscom-ports-2edde52f6e24ecab64f6da5b53d875378d318d8c.tar.gz
marcuscom-ports-2edde52f6e24ecab64f6da5b53d875378d318d8c.tar.bz2
marcuscom-ports-2edde52f6e24ecab64f6da5b53d875378d318d8c.tar.lz
marcuscom-ports-2edde52f6e24ecab64f6da5b53d875378d318d8c.tar.xz
marcuscom-ports-2edde52f6e24ecab64f6da5b53d875378d318d8c.tar.zst
marcuscom-ports-2edde52f6e24ecab64f6da5b53d875378d318d8c.zip
Update to 0.3.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16604 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/libaudiofile')
-rw-r--r--audio/libaudiofile/Makefile37
-rw-r--r--audio/libaudiofile/distinfo2
-rw-r--r--audio/libaudiofile/pkg-descr29
-rw-r--r--audio/libaudiofile/pkg-plist10
4 files changed, 78 insertions, 0 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile
new file mode 100644
index 000000000..6f4fb8d1e
--- /dev/null
+++ b/audio/libaudiofile/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: libaudiofile
+# Date created: 22 Dec 1998
+# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
+#
+# $FreeBSD: ports/audio/libaudiofile/Makefile,v 1.46 2011/08/11 19:19:02 kwm Exp $
+# $MCom$
+#
+
+PORTNAME= libaudiofile
+PORTVERSION= 0.3.2
+CATEGORIES= audio
+MASTER_SITES= GNOME
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/lib//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DISTNAME= audiofile-${PORTVERSION}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A sound library for SGI audio file
+
+CONFLICTS= osalp-0.7.*
+
+USE_XZ= yes
+USE_AUTOTOOLS= libtool
+USE_GNOME= gnomehack pkgconfig
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+
+MAN1= sfconvert.1 sfinfo.1
+MAN3= afCloseFile.3 afGetDataOffset.3 afGetFrameCount.3 \
+ afGetFrameSize.3 afGetTrackBytes.3 afNewFileSetup.3 \
+ afOpenFile.3 afQuery.3 afQueryDouble.3 afQueryLong.3 \
+ afQueryPointer.3 afReadFrames.3 afReadMisc.3 afSeekFrame.3 \
+ afSeekMisc.3 afSetErrorHandler.3 afSetVirtualByteOrder.3 \
+ afSetVirtualChannels.3 afSetVirtualPCMMapping.3 \
+ afSetVirtualSampleFormat.3 afTellFrame.3 afWriteFrames.3 \
+ afWriteMisc.3
+
+.include <bsd.port.mk>
diff --git a/audio/libaudiofile/distinfo b/audio/libaudiofile/distinfo
new file mode 100644
index 000000000..3f22c7c00
--- /dev/null
+++ b/audio/libaudiofile/distinfo
@@ -0,0 +1,2 @@
+SHA256 (audiofile-0.3.2.tar.xz) = fac1706a8f87ad89206cdb76f886715d7bcff68d4492b50c347783656432b2a0
+SIZE (audiofile-0.3.2.tar.xz) = 469944
diff --git a/audio/libaudiofile/pkg-descr b/audio/libaudiofile/pkg-descr
new file mode 100644
index 000000000..31c052f7e
--- /dev/null
+++ b/audio/libaudiofile/pkg-descr
@@ -0,0 +1,29 @@
+This Audio File Library is an implementation of the SGI Audio File
+library. Since the latter is specified ambiguously in places, I've
+taken some liberties in interpreting certain such ambiguities. At the
+present, not all features of the SGI Audio File library are
+implemented. I feel, though, that this implementation of the Audio
+File Library offers enough functionality to be useful for general
+tasks.
+
+This library allows the processing of audio data to and from audio files.
+
+Support file formats:
+
+ AIFF/AIFF-C (.aiff, .aifc)
+ WAVE (.wav)
+ NeXT .snd/Sun .au (.snd, .au)
+ Berkeley/IRCAM/CARL Sound File (.sf)
+ Audio Visual Research (.avr)
+ Amiga IFF/8SVX (.iff)
+ Creative Voice File (.voc)
+ NIST SPHERE (.wav)
+ Core Audio Format (.caf)
+
+Supported compression formats:
+
+ G.711 mu-law and A-law
+ IMA ADPCM
+ Microsoft ADPCM
+
+WWW: http://www.68k.org/~michael/audiofile/
diff --git a/audio/libaudiofile/pkg-plist b/audio/libaudiofile/pkg-plist
new file mode 100644
index 000000000..db142fa08
--- /dev/null
+++ b/audio/libaudiofile/pkg-plist
@@ -0,0 +1,10 @@
+bin/sfconvert
+bin/sfinfo
+include/af_vfs.h
+include/audiofile.h
+include/aupvlist.h
+lib/libaudiofile.a
+lib/libaudiofile.la
+lib/libaudiofile.so
+lib/libaudiofile.so.0
+libdata/pkgconfig/audiofile.pc