summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorhasso <hasso>2009-02-26 18:10:34 +0000
committerhasso <hasso>2009-02-26 18:10:34 +0000
commit64a09eb1008f3a23bebf664baa606033cfef1d53 (patch)
tree42f59328aab44993b98737d03a0301a5ec03148a /audio
parent2e70bb7f57424e664bf824633b168019ad84608f (diff)
downloadpkgsrc-64a09eb1008f3a23bebf664baa606033cfef1d53.tar.gz
This package provides the resampler plugin for aKode.
Diffstat (limited to 'audio')
-rw-r--r--audio/akode-plugins-resampler/DESCR5
-rw-r--r--audio/akode-plugins-resampler/Makefile25
-rw-r--r--audio/akode-plugins-resampler/PLIST2
3 files changed, 32 insertions, 0 deletions
diff --git a/audio/akode-plugins-resampler/DESCR b/audio/akode-plugins-resampler/DESCR
new file mode 100644
index 00000000000..e4e139be4c7
--- /dev/null
+++ b/audio/akode-plugins-resampler/DESCR
@@ -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 --git a/audio/akode-plugins-resampler/Makefile b/audio/akode-plugins-resampler/Makefile
new file mode 100644
index 00000000000..2e3d3175824
--- /dev/null
+++ b/audio/akode-plugins-resampler/Makefile
@@ -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
+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 --git a/audio/akode-plugins-resampler/PLIST b/audio/akode-plugins-resampler/PLIST
new file mode 100644
index 00000000000..2eae9011899
--- /dev/null
+++ b/audio/akode-plugins-resampler/PLIST
@@ -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