mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
libaudiofile is the library for SGI audio file.
This commit is contained in:
parent
71b7c4c192
commit
6dc079ed46
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15537
22
audio/libaudiofile/Makefile
Normal file
22
audio/libaudiofile/Makefile
Normal 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>
|
1
audio/libaudiofile/distinfo
Normal file
1
audio/libaudiofile/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libaudiofile-0.1.5.tar.gz) = 9eaf6631b47750c2c9cdedaa8da5546c
|
1
audio/libaudiofile/pkg-comment
Normal file
1
audio/libaudiofile/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
a sound library for SGI audio file.
|
16
audio/libaudiofile/pkg-descr
Normal file
16
audio/libaudiofile/pkg-descr
Normal 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
|
12
audio/libaudiofile/pkg-plist
Normal file
12
audio/libaudiofile/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user