Import the alsa output plugin for aKode framework.
This commit is contained in:
parent
ce024514f5
commit
25cea320e9
3 changed files with 33 additions and 0 deletions
6
akode-plugins-alsa/DESCR
Normal file
6
akode-plugins-alsa/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 alsa plugin for aKode which allows playback through
|
||||
ALSA sound system used commonly on Linux.
|
25
akode-plugins-alsa/Makefile
Normal file
25
akode-plugins-alsa/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/02/23 08:30:29 htepper Exp $
|
||||
#
|
||||
|
||||
PKGNAME= akode-plugins-alsa-${AKODE_VERSION}
|
||||
|
||||
MAINTAINER= hasso@NetBSD.org
|
||||
COMMENT= Alsa output plugin for aKode framework
|
||||
|
||||
.include "../../wip/akode/Makefile.common"
|
||||
|
||||
DISTINFO_FILE= ${.CURDIR}/../../wip/akode/distinfo
|
||||
PATCHDIR= ${.CURDIR}/../../wip/akode/patches
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
CONFIGURE_ARGS+= --with-alsa
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}/akode/plugins/alsa_sink && ${SETENV} ${MAKE_ENV} ${MAKE} \
|
||||
prefix=${DESTDIR}${PREFIX} install
|
||||
|
||||
.include "../../audio/alsa-lib/buildlink3.mk"
|
||||
.include "../../devel/libltdl/buildlink3.mk"
|
||||
.include "../../wip/akode/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
akode-plugins-alsa/PLIST
Normal file
2
akode-plugins-alsa/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/23 08:30:29 htepper Exp $
|
||||
lib/libakode_alsa_sink.la
|
Loading…
Reference in a new issue