Import pcaudiolib-1.2

The Portable C Audio Library (pcaudiolib) provides a C API to different audio
devices.

ok robert@
This commit is contained in:
ajacoutot 2022-11-06 22:51:19 +00:00
parent cc2396f3dd
commit 76658a1aac
4 changed files with 37 additions and 0 deletions

28
audio/pcaudiolib/Makefile Normal file
View File

@ -0,0 +1,28 @@
COMMENT= C API to different audio devices
GH_ACCOUNT= espeak-ng
GH_PROJECT= pcaudiolib
GH_TAGNAME= 1.2
SHARED_LIBS += pcaudio 0.0 # 0.1
CATEGORIES= audio devel
# GPLv3
PERMIT_PACKAGE= Yes
WANTLIB += FLAC Xau Xdmcp dbus-1 execinfo iconv intl m mp3lame
WANTLIB += mpg123 ogg opus pthread pulse pulse-simple sndfile
WANTLIB += vorbis vorbisenc xcb
LIB_DEPENDS= audio/pulseaudio
AUTOCONF_VERSION= 2.69
AUTOMAKE_VERSION= 1.16
AUTORECONF= ./autogen.sh
CONFIGURE_STYLE= autoreconf
CONFIGURE_ARGS= --without-oss
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (pcaudiolib-1.2.tar.gz) = RLnVCbnqxAoMYVhfdW12p7VV9zLouK5KUByIGcWcZhk=
SIZE (pcaudiolib-1.2.tar.gz) = 34310

View File

@ -0,0 +1,2 @@
The Portable C Audio Library (pcaudiolib) provides a C API to different audio
devices.

View File

@ -0,0 +1,5 @@
include/pcaudiolib/
include/pcaudiolib/audio.h
@static-lib lib/libpcaudio.a
lib/libpcaudio.la
@lib lib/libpcaudio.so.${LIBpcaudio_VERSION}