Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View 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 jack plugin for aKode which allows playback through
Jack Audio Connection Kit soundserver.

View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.7 2013/02/09 22:11:31 ryoon Exp $
#
PKGNAME= akode-plugins-jack-${AKODE_VERSION}
PKGREVISION= 2
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Jack output plugin for aKode framework
LICENSE= gnu-lgpl-v2
.include "../../audio/akode/Makefile.common"
DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo
PATCHDIR= ${.CURDIR}/../../audio/akode/patches
CONFIGURE_ARGS+= --with-jack
do-install:
cd ${WRKSRC}/akode/plugins/jack_sink && ${SETENV} ${MAKE_ENV} ${MAKE} \
DESTDIR=${DESTDIR} install
.include "../../audio/jack/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../audio/akode/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 18:05:27 hasso Exp $
lib/libakode_jack_sink.la