diff options
author | hasso <hasso> | 2009-02-26 18:12:39 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-02-26 18:12:39 +0000 |
commit | 6bced5ddbfe59a482645d7cc99c1b528bc5f2bbb (patch) | |
tree | 923212555f42d47bed510581c5e00309d51ca1fe /audio | |
parent | 23c2f236dc62e4b50e31a11986f35de86eda2818 (diff) | |
download | pkgsrc-6bced5ddbfe59a482645d7cc99c1b528bc5f2bbb.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')
-rw-r--r-- | audio/akode-plugins-xiph/DESCR | 6 | ||||
-rw-r--r-- | audio/akode-plugins-xiph/Makefile | 29 | ||||
-rw-r--r-- | audio/akode-plugins-xiph/PLIST | 2 |
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 |