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 sun plugin for aKode which allows playback through
sound devices via API used in Sun OS/Solaris, NetBSD and OpenBSD.

View File

@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.7 2012/09/11 23:59:22 asau Exp $
#
PKGNAME= akode-plugins-sun-${AKODE_VERSION}
PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Sun audio output plugin for akode framework
LICENSE= gnu-lgpl-v2
ONLY_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* SunOS-*-*
.include "../../audio/akode/Makefile.common"
DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo
PATCHDIR= ${.CURDIR}/../../audio/akode/patches
CONFIGURE_ARGS+= --with-sun
do-install:
cd ${WRKSRC}/akode/plugins/sun_sink && ${SETENV} ${MAKE_ENV} ${MAKE} \
DESTDIR=${DESTDIR} install
.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:11:42 hasso Exp $
lib/libakode_sun_sink.la