This package provides the pulse plugin for aKode which allows playback through
Pulseaudio soundserver.
This commit is contained in:
parent
96d8ef5c1a
commit
17590eb9aa
3 changed files with 33 additions and 0 deletions
6
audio/akode-plugins-pulseaudio/DESCR
Normal file
6
audio/akode-plugins-pulseaudio/DESCR
Normal file
|
@ -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.
|
25
audio/akode-plugins-pulseaudio/Makefile
Normal file
25
audio/akode-plugins-pulseaudio/Makefile
Normal file
|
@ -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"
|
2
audio/akode-plugins-pulseaudio/PLIST
Normal file
2
audio/akode-plugins-pulseaudio/PLIST
Normal file
|
@ -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
|
Loading…
Reference in a new issue