summaryrefslogtreecommitdiff
path: root/audio/akode-plugins-xiph
diff options
context:
space:
mode:
authorhasso <hasso>2009-02-26 18:12:39 +0000
committerhasso <hasso>2009-02-26 18:12:39 +0000
commit61f2b39bb8617fd4ee52ca3e3fc7dabdc74e20ec (patch)
tree923212555f42d47bed510581c5e00309d51ca1fe /audio/akode-plugins-xiph
parent98ae6139f86c6d06d2c9ef5407ac184eec46b9d3 (diff)
downloadpkgsrc-61f2b39bb8617fd4ee52ca3e3fc7dabdc74e20ec.tar.gz
This package provides the xiph plugin for aKode which allows decoding FLAC,
Ogg/FLAC, Speex and Ogg Vorbis audio.
Diffstat (limited to 'audio/akode-plugins-xiph')
-rw-r--r--audio/akode-plugins-xiph/DESCR6
-rw-r--r--audio/akode-plugins-xiph/Makefile29
-rw-r--r--audio/akode-plugins-xiph/PLIST2
3 files changed, 37 insertions, 0 deletions
diff --git a/audio/akode-plugins-xiph/DESCR b/audio/akode-plugins-xiph/DESCR
new file mode 100644
index 00000000000..ed0fb61ea51
--- /dev/null
+++ b/audio/akode-plugins-xiph/DESCR
@@ -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.
diff --git a/audio/akode-plugins-xiph/Makefile b/audio/akode-plugins-xiph/Makefile
new file mode 100644
index 00000000000..6822e3acfab
--- /dev/null
+++ b/audio/akode-plugins-xiph/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 18:12:39 hasso Exp $
+#
+
+PKGNAME= akode-plugins-xiph-${AKODE_VERSION}
+
+MAINTAINER= hasso@NetBSD.org
+COMMENT= Xiph decoder 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-vorbis
+CONFIGURE_ARGS+= --with-flac
+CONFIGURE_ARGS+= --with-speex
+
+do-install:
+ cd ${WRKSRC}/akode/plugins/xiph_decoder && ${SETENV} ${MAKE_ENV} \
+ ${MAKE} prefix=${DESTDIR}${PREFIX} 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"
diff --git a/audio/akode-plugins-xiph/PLIST b/audio/akode-plugins-xiph/PLIST
new file mode 100644
index 00000000000..0027f8c775a
--- /dev/null
+++ b/audio/akode-plugins-xiph/PLIST
@@ -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