diff options
author | jmmv <jmmv> | 2003-04-11 19:14:26 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-04-11 19:14:26 +0000 |
commit | 770dd1ed925a2d7057ec5536b536507ded09b325 (patch) | |
tree | 7b2a29dd40438e76c7baeac03ef7f04e015c7a18 /audio | |
parent | 54febd9a42e452ac2b73fd93af34674e230cd617 (diff) | |
download | pkgsrc-770dd1ed925a2d7057ec5536b536507ded09b325.tar.gz |
Initial import of libao-arts, version 0.8.3:
Libao is a cross-platform audio library that allows programs to
output audio using a simple API on a wide variety of platforms.
This package provides an arts plugin for libao's core.
Addresses part of PR pkg/20727.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libao-arts/DESCR | 4 | ||||
-rw-r--r-- | audio/libao-arts/Makefile | 17 | ||||
-rw-r--r-- | audio/libao-arts/PLIST | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/audio/libao-arts/DESCR b/audio/libao-arts/DESCR new file mode 100644 index 00000000000..cfc4127ec4c --- /dev/null +++ b/audio/libao-arts/DESCR @@ -0,0 +1,4 @@ +Libao is a cross-platform audio library that allows programs to +output audio using a simple API on a wide variety of platforms. + +This package provides an arts plugin for libao's core. diff --git a/audio/libao-arts/Makefile b/audio/libao-arts/Makefile new file mode 100644 index 00000000000..8300a6ddedd --- /dev/null +++ b/audio/libao-arts/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/11 19:14:26 jmmv Exp $ +# + +.include "../libao/Makefile.common" + +PKGNAME= ${DISTNAME:S/libao/libao-arts/} + +MAINTAINER= packages@netbsd.org +COMMENT+= (arts plugin) + +CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/disable-arts/enable-arts/g} +BUILD_DIRS= ${WRKSRC}/src/plugins/arts +INSTALL_DIRS= ${WRKSRC}/src/plugins/arts + +.include "../../audio/arts/buildlink2.mk" +.include "../../audio/libao/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/libao-arts/PLIST b/audio/libao-arts/PLIST new file mode 100644 index 00000000000..50d4f73af53 --- /dev/null +++ b/audio/libao-arts/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/11 19:14:26 jmmv Exp $ +lib/ao/plugins-2/libarts.a +lib/ao/plugins-2/libarts.la +lib/ao/plugins-2/libarts.so +@comment in libao: @dirrm lib/ao/plugins-2 |