diff options
author | hasso <hasso@pkgsrc.org> | 2009-02-26 18:07:14 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-02-26 18:07:14 +0000 |
commit | f3f7206b6f78ee597cb52655f885c6fe4e84986e (patch) | |
tree | a366c2edecd4576d9c54c100e9ee838c02225eae /audio | |
parent | 586625fec6203528bd87fdf43b4d32e3926ac993 (diff) | |
download | pkgsrc-f3f7206b6f78ee597cb52655f885c6fe4e84986e.tar.gz |
This package provides the mpeg plugin for aKode which allows decoding MPEG 1/2
layer I-III audio.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/akode-plugins-mpeg/DESCR | 6 | ||||
-rw-r--r-- | audio/akode-plugins-mpeg/Makefile | 25 | ||||
-rw-r--r-- | audio/akode-plugins-mpeg/PLIST | 2 |
3 files changed, 33 insertions, 0 deletions
diff --git a/audio/akode-plugins-mpeg/DESCR b/audio/akode-plugins-mpeg/DESCR new file mode 100644 index 00000000000..10d4cf61289 --- /dev/null +++ b/audio/akode-plugins-mpeg/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 mpeg plugin for aKode which allows decoding MPEG 1/2 +layer I-III audio. diff --git a/audio/akode-plugins-mpeg/Makefile b/audio/akode-plugins-mpeg/Makefile new file mode 100644 index 00000000000..4d408a63d70 --- /dev/null +++ b/audio/akode-plugins-mpeg/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 18:07:14 hasso Exp $ +# + +PKGNAME= akode-plugins-mpeg-${AKODE_VERSION} + +MAINTAINER= hasso@NetBSD.org +COMMENT= MPEG 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-libmad + +do-install: + cd ${WRKSRC}/akode/plugins/mpeg_decoder && ${SETENV} ${MAKE_ENV} \ + ${MAKE} prefix=${DESTDIR}${PREFIX} install + +.include "../../audio/libmad/buildlink3.mk" +.include "../../devel/libltdl/buildlink3.mk" +.include "../../audio/akode/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/akode-plugins-mpeg/PLIST b/audio/akode-plugins-mpeg/PLIST new file mode 100644 index 00000000000..26f0d86de0b --- /dev/null +++ b/audio/akode-plugins-mpeg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 18:07:14 hasso Exp $ +lib/libakode_mpeg_decoder.la |