pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libao-pulse Import libao-pulse version 0.8.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88bad4205170
branches:  trunk
changeset: 551627:88bad4205170
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Thu Dec 18 16:36:52 2008 +0000

description:
Import libao-pulse version 0.8.8.

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 a PulseAudio plugin for libao's core.

diffstat:

 audio/libao-pulse/DESCR    |   4 ++++
 audio/libao-pulse/Makefile |  17 +++++++++++++++++
 audio/libao-pulse/PLIST    |   3 +++
 3 files changed, 24 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r d5432885e705 -r 88bad4205170 audio/libao-pulse/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libao-pulse/DESCR   Thu Dec 18 16:36:52 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 a PulseAudio plugin for libao's core.
diff -r d5432885e705 -r 88bad4205170 audio/libao-pulse/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libao-pulse/Makefile        Thu Dec 18 16:36:52 2008 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/18 16:36:52 jmcneill Exp $
+
+.include "../../audio/libao/Makefile.common"
+
+PKGNAME=       ${DISTNAME:S/libao/libao-pulse/}
+
+COMMENT+=      (pulse plugin)
+
+CONFIGURE_ARGS:=       ${CONFIGURE_ARGS:S/disable-pulse/enable-pulse/g}
+BUILD_DIRS=            ${WRKSRC}/src/plugins/pulse
+INSTALL_DIRS=          ${WRKSRC}/src/plugins/pulse
+
+_LIBAO_BUILDING_PLUGIN=        yes
+
+.include "../../audio/pulseaudio/buildlink3.mk"
+.include "../../audio/libao/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d5432885e705 -r 88bad4205170 audio/libao-pulse/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libao-pulse/PLIST   Thu Dec 18 16:36:52 2008 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/18 16:36:52 jmcneill Exp $
+lib/ao/plugins-2/libpulse.la
+@comment in libao: @dirrm lib/ao/plugins-2



Home | Main Index | Thread Index | Old Index