pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/akode-plugins-resampler This package provides th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc6d1d90af34
branches:  trunk
changeset: 555251:fc6d1d90af34
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Thu Feb 26 18:10:34 2009 +0000

description:
This package provides the resampler plugin for aKode.

diffstat:

 audio/akode-plugins-resampler/DESCR    |   5 +++++
 audio/akode-plugins-resampler/Makefile |  25 +++++++++++++++++++++++++
 audio/akode-plugins-resampler/PLIST    |   2 ++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r b8ed5470099d -r fc6d1d90af34 audio/akode-plugins-resampler/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/akode-plugins-resampler/DESCR       Thu Feb 26 18:10:34 2009 +0000
@@ -0,0 +1,5 @@
+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 resampler plugin for aKode.
diff -r b8ed5470099d -r fc6d1d90af34 audio/akode-plugins-resampler/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/akode-plugins-resampler/Makefile    Thu Feb 26 18:10:34 2009 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 18:10:34 hasso Exp $
+#
+
+PKGNAME=               akode-plugins-resampler-${AKODE_VERSION}
+
+MAINTAINER=            hasso%NetBSD.org@localhost
+COMMENT=               Resampler plugin for aKode framework
+
+.include "../../audio/akode/Makefile.common"
+
+DISTINFO_FILE=         ${.CURDIR}/../../audio/akode/distinfo
+PATCHDIR=              ${.CURDIR}/../../audio/akode/patches
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+CONFIGURE_ARGS+=       --with-libsamplerate
+
+do-install:
+       cd ${WRKSRC}/akode/plugins/src_resampler && ${SETENV} ${MAKE_ENV} \
+               ${MAKE} prefix=${DESTDIR}${PREFIX} install
+
+.include "../../audio/libsamplerate/buildlink3.mk"
+.include "../../devel/libltdl/buildlink3.mk"
+.include "../../audio/akode/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b8ed5470099d -r fc6d1d90af34 audio/akode-plugins-resampler/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/akode-plugins-resampler/PLIST       Thu Feb 26 18:10:34 2009 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 18:10:34 hasso Exp $
+lib/libakode_src_resampler.la



Home | Main Index | Thread Index | Old Index