pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libao-nas Import libao-nas-0.8.8 as audio/libao-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/538ad8743955
branches:  trunk
changeset: 549400:538ad8743955
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Nov 02 13:17:16 2008 +0000

description:
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:

 audio/libao-nas/DESCR    |   4 ++++
 audio/libao-nas/Makefile |  18 ++++++++++++++++++
 audio/libao-nas/PLIST    |   3 +++
 3 files changed, 25 insertions(+), 0 deletions(-)

diffs (37 lines):

diff -r 7fd55ed14fc7 -r 538ad8743955 audio/libao-nas/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libao-nas/DESCR     Sun Nov 02 13:17:16 2008 +0000
@@ -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 -r 7fd55ed14fc7 -r 538ad8743955 audio/libao-nas/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libao-nas/Makefile  Sun Nov 02 13:17:16 2008 +0000
@@ -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 -r 7fd55ed14fc7 -r 538ad8743955 audio/libao-nas/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libao-nas/PLIST     Sun Nov 02 13:17:16 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index