diff options
author | hasso <hasso> | 2009-02-26 18:09:05 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-02-26 18:09:05 +0000 |
commit | 2e70bb7f57424e664bf824633b168019ad84608f (patch) | |
tree | bf10484353489b4f531156937eb3d2fac5a3aa91 /audio/akode-plugins-pulseaudio | |
parent | fc3dda9fc051f0ea962d17dbe57b60201fdb3184 (diff) | |
download | pkgsrc-2e70bb7f57424e664bf824633b168019ad84608f.tar.gz |
This package provides the pulse plugin for aKode which allows playback through
Pulseaudio soundserver.
Diffstat (limited to 'audio/akode-plugins-pulseaudio')
-rw-r--r-- | audio/akode-plugins-pulseaudio/DESCR | 6 | ||||
-rw-r--r-- | audio/akode-plugins-pulseaudio/Makefile | 25 | ||||
-rw-r--r-- | audio/akode-plugins-pulseaudio/PLIST | 2 |
3 files changed, 33 insertions, 0 deletions
diff --git a/audio/akode-plugins-pulseaudio/DESCR b/audio/akode-plugins-pulseaudio/DESCR new file mode 100644 index 00000000000..1b02e75f347 --- /dev/null +++ b/audio/akode-plugins-pulseaudio/DESCR @@ -0,0 +1,6 @@ +aKode is a simple audio decoding framework that provides a uniform interface +to decode the most common audio formats. It also has a direct playback option +for a number of audio outputs. + +This package provides the pulse plugin for aKode which allows playback through +Pulseaudio soundserver. diff --git a/audio/akode-plugins-pulseaudio/Makefile b/audio/akode-plugins-pulseaudio/Makefile new file mode 100644 index 00000000000..5f61efa4c46 --- /dev/null +++ b/audio/akode-plugins-pulseaudio/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 18:09:05 hasso Exp $ +# + +PKGNAME= akode-plugins-pulseaudio-${AKODE_VERSION} + +MAINTAINER= hasso@NetBSD.org +COMMENT= Pulseaudio output plugin for akode framework + +.include "../../audio/akode/Makefile.common" + +DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo +PATCHDIR= ${.CURDIR}/../../audio/akode/patches + +PKG_DESTDIR_SUPPORT= user-destdir + +CONFIGURE_ARGS+= --with-polypaudio + +do-install: + cd ${WRKSRC}/akode/plugins/polyp_sink && ${SETENV} ${MAKE_ENV} ${MAKE} \ + prefix=${DESTDIR}${PREFIX} install + +.include "../../audio/pulseaudio/buildlink3.mk" +.include "../../devel/libltdl/buildlink3.mk" +.include "../../audio/akode/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/akode-plugins-pulseaudio/PLIST b/audio/akode-plugins-pulseaudio/PLIST new file mode 100644 index 00000000000..cf705533ec6 --- /dev/null +++ b/audio/akode-plugins-pulseaudio/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 18:09:05 hasso Exp $ +lib/libakode_polyp_sink.la |