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 mpc plugin for aKode which allows decoding Musepack
(aka mpc) audio format.

View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.6 2012/09/11 23:59:22 asau Exp $
#
PKGNAME= akode-plugins-mpc-${AKODE_VERSION}
PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= MPC decoder 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-mpc
do-install:
cd ${WRKSRC}/akode/plugins/mpc_decoder && ${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:06:08 hasso Exp $
lib/libakode_mpc_decoder.la