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
+6
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 xiph plugin for aKode which allows decoding FLAC,
Ogg/FLAC, Speex and Ogg Vorbis audio.
+29
View File
@@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.6 2012/09/11 23:59:23 asau Exp $
#
PKGNAME= akode-plugins-xiph-${AKODE_VERSION}
PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Xiph 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-vorbis
CONFIGURE_ARGS+= --with-flac
CONFIGURE_ARGS+= --with-speex
do-install:
cd ${WRKSRC}/akode/plugins/xiph_decoder && ${SETENV} ${MAKE_ENV} \
${MAKE} DESTDIR=${DESTDIR} install
.include "../../audio/flac/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/speex/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../audio/akode/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+2
View File
@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 18:12:39 hasso Exp $
lib/libakode_xiph_decoder.la