Add new port of libao, a portable sound library used by some vorbis
tools. PR: 22094 Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>
This commit is contained in:
parent
8f8cc4b0a3
commit
831d00c5d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34666
@ -74,6 +74,7 @@
|
||||
SUBDIR += knapster
|
||||
SUBDIR += krio
|
||||
SUBDIR += lame
|
||||
SUBDIR += libao
|
||||
SUBDIR += libaudiofile
|
||||
SUBDIR += libcdaudio
|
||||
SUBDIR += libmikmod
|
||||
|
30
audio/libao/Makefile
Normal file
30
audio/libao/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: libao
|
||||
# Date created: 18 October 2000
|
||||
# Whom: t.vanklaveren@student.utwente.nl
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libao
|
||||
PORTVERSION= 20001018
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://home.student.utwente.nl/t.vanklaveren/distfiles/
|
||||
DISTNAME= ao-${PORTVERSION}
|
||||
|
||||
MAINTAINER= t.vanklaveren@student.utwente.nl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
WRKSRC= ${WRKDIR}/ao
|
||||
|
||||
ACLOCAL?= ${LOCALBASE}/bin/aclocal
|
||||
AUTOHEADER?= ${LOCALBASE}/bin/autoheader
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC} && ${ACLOCAL}
|
||||
cd ${WRKSRC} && ${AUTOHEADER}
|
||||
cd ${WRKSRC} && ${AUTOMAKE} --add-missing
|
||||
cd ${WRKSRC} && ${AUTOCONF}
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/libao/distinfo
Normal file
1
audio/libao/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ao-20001018.tar.gz) = c894601383dcb76f53510680bbdf57b5
|
11
audio/libao/files/patch-aa
Normal file
11
audio/libao/files/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- doc/Makefile.am.orig Wed Oct 18 23:19:13 2000
|
||||
+++ doc/Makefile.am Wed Oct 18 23:19:42 2000
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
-docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
|
||||
+docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
|
||||
|
||||
doc_DATA = index.html
|
||||
|
1
audio/libao/pkg-comment
Normal file
1
audio/libao/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Portable audio output library
|
12
audio/libao/pkg-descr
Normal file
12
audio/libao/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
Libao is a cross-platform audio library that allows programs to output
|
||||
audio using a simple API on a wide variety of platforms. It currently
|
||||
supports:
|
||||
* Open Sound System (Linux, *BSD)
|
||||
* ESounD
|
||||
* Advanced Linux Sound Architecture
|
||||
* Solaris (untested)
|
||||
* IRIX (untested)
|
||||
* WAV files
|
||||
|
||||
- Theo van Klaveren
|
||||
t.vanklaveren@student.utwente.nl
|
8
audio/libao/pkg-plist
Normal file
8
audio/libao/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
include/ao/ao.h
|
||||
include/ao/os_types.h
|
||||
lib/libao.a
|
||||
lib/libao.so
|
||||
lib/libao.so.0
|
||||
share/doc/libao-1.0.0/index.html
|
||||
@dirrm include/ao
|
||||
@dirrm share/doc/libao-1.0.0
|
Loading…
Reference in New Issue
Block a user