diff options
author | obache <obache@pkgsrc.org> | 2008-11-02 13:17:16 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-11-02 13:17:16 +0000 |
commit | 32f3babd3aa907fb6ce405a906342504c23abf16 (patch) | |
tree | 2b11072f864d24cc7dd07d91d4dcc5f1535cfdb3 /audio/libao-nas | |
parent | 9b2ca22ed75ac3f91ab29bbfbef267e1fcb8875a (diff) | |
download | pkgsrc-32f3babd3aa907fb6ce405a906342504c23abf16.tar.gz |
Import libao-nas-0.8.8 as audio/libao-nas.
Requested to import from wip/libao-nas by PR 39702.
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 NAS plugin for libao's core.
Diffstat (limited to 'audio/libao-nas')
-rw-r--r-- | audio/libao-nas/DESCR | 4 | ||||
-rw-r--r-- | audio/libao-nas/Makefile | 18 | ||||
-rw-r--r-- | audio/libao-nas/PLIST | 3 |
3 files changed, 25 insertions, 0 deletions
diff --git a/audio/libao-nas/DESCR b/audio/libao-nas/DESCR new file mode 100644 index 00000000000..bb326ba5783 --- /dev/null +++ b/audio/libao-nas/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 NAS plugin for libao's core. diff --git a/audio/libao-nas/Makefile b/audio/libao-nas/Makefile new file mode 100644 index 00000000000..9e58329e535 --- /dev/null +++ b/audio/libao-nas/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/02 13:17:16 obache Exp $ + +.include "../../audio/libao/Makefile.common" + +PKGNAME= ${DISTNAME:S/libao/libao-nas/} + +COMMENT+= (nas plugin) + +CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/disable-nas/enable-nas/g} +BUILD_DIRS= src/plugins/nas +INSTALL_DIRS= src/plugins/nas + +_LIBAO_BUILDING_PLUGIN= yes + +.include "../../x11/libXau/buildlink3.mk" +.include "../../audio/nas/buildlink3.mk" +.include "../../audio/libao/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/libao-nas/PLIST b/audio/libao-nas/PLIST new file mode 100644 index 00000000000..4e242222604 --- /dev/null +++ b/audio/libao-nas/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/02 13:17:16 obache Exp $ +lib/ao/plugins-2/libnas.la +@comment in libao: @dirrm lib/ao/plugins-2 |