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:
parent
cc2396f3dd
commit
76658a1aac
28
audio/pcaudiolib/Makefile
Normal file
28
audio/pcaudiolib/Makefile
Normal 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>
|
2
audio/pcaudiolib/distinfo
Normal file
2
audio/pcaudiolib/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (pcaudiolib-1.2.tar.gz) = RLnVCbnqxAoMYVhfdW12p7VV9zLouK5KUByIGcWcZhk=
|
||||
SIZE (pcaudiolib-1.2.tar.gz) = 34310
|
2
audio/pcaudiolib/pkg/DESCR
Normal file
2
audio/pcaudiolib/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
The Portable C Audio Library (pcaudiolib) provides a C API to different audio
|
||||
devices.
|
5
audio/pcaudiolib/pkg/PLIST
Normal file
5
audio/pcaudiolib/pkg/PLIST
Normal 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}
|
Loading…
x
Reference in New Issue
Block a user