1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

libaudiofile is the library for SGI audio file.

This commit is contained in:
Vanilla I. Shu 1998-12-23 19:08:50 +00:00
parent 71b7c4c192
commit 6dc079ed46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15537
5 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: libaudiofile
# Version required: 0.1.5
# Date created: 22 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id$
#
DISTNAME= libaudiofile-0.1.5
CATEGORIES= audio
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/ \
ftp://ftp.68k.org/pub/michael/
MAINTAINER= vanilla@FreeBSD.ORG
GNU_CONFIGURE= yes
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (libaudiofile-0.1.5.tar.gz) = 9eaf6631b47750c2c9cdedaa8da5546c

View File

@ -0,0 +1 @@
a sound library for SGI audio file.

View File

@ -0,0 +1,16 @@
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 of many common formats (currently AIFF, AIFC, WAVE, and
NeXT/Sun).
http://www.68k.org./~michael/audiofile/
-Vanilla
vanilla@FreeBSD.ORG

View File

@ -0,0 +1,12 @@
bin/audiofile-config
bin/sfconvert
bin/sfinfo
include/audiofile.h
include/aupvlist.h
lib/libaudiofile.a
lib/libaudiofile.la
lib/libaudiofile.so
lib/libaudiofile.so.0
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
share/aclocal/audiofile.m4