Import the OSS output plugin for akode framework.
This commit is contained in:
parent
89832b1f4d
commit
7909c327dc
3 changed files with 32 additions and 0 deletions
6
akode-plugins-oss/DESCR
Normal file
6
akode-plugins-oss/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 oss plugin for aKode which allows playback through
|
||||
OSS (Open Sound System).
|
24
akode-plugins-oss/Makefile
Normal file
24
akode-plugins-oss/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/02/23 08:40:30 htepper Exp $
|
||||
#
|
||||
|
||||
PKGNAME= akode-plugins-oss-${AKODE_VERSION}
|
||||
|
||||
MAINTAINER= hasso@NetBSD.org
|
||||
COMMENT= OSS 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-oss
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}/akode/plugins/oss_sink && ${SETENV} ${MAKE_ENV} ${MAKE} \
|
||||
prefix=${DESTDIR}${PREFIX} install
|
||||
|
||||
.include "../../devel/libltdl/buildlink3.mk"
|
||||
.include "../../wip/akode/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
akode-plugins-oss/PLIST
Normal file
2
akode-plugins-oss/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/23 08:40:30 htepper Exp $
|
||||
lib/libakode_oss_sink.la
|
Loading…
Reference in a new issue