diff options
author | hasso <hasso> | 2009-02-26 18:03:15 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-02-26 18:03:15 +0000 |
commit | 2b22a33533f97c0876f08f42a784434f4e32beef (patch) | |
tree | b03dae704f3e42bfaa9ee835bb1f9fe80b2e53c3 /audio/akode-plugins-alsa | |
parent | bea7d636e63f4a8dc1dc641c8d1f991988554df2 (diff) | |
download | pkgsrc-2b22a33533f97c0876f08f42a784434f4e32beef.tar.gz |
This package provides the alsa plugin for aKode which allows playback through
ALSA sound system used commonly on Linux.
Diffstat (limited to 'audio/akode-plugins-alsa')
-rw-r--r-- | audio/akode-plugins-alsa/DESCR | 6 | ||||
-rw-r--r-- | audio/akode-plugins-alsa/Makefile | 25 | ||||
-rw-r--r-- | audio/akode-plugins-alsa/PLIST | 2 |
3 files changed, 33 insertions, 0 deletions
diff --git a/audio/akode-plugins-alsa/DESCR b/audio/akode-plugins-alsa/DESCR new file mode 100644 index 00000000000..a676c7b7709 --- /dev/null +++ b/audio/akode-plugins-alsa/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 alsa plugin for aKode which allows playback through +ALSA sound system used commonly on Linux. diff --git a/audio/akode-plugins-alsa/Makefile b/audio/akode-plugins-alsa/Makefile new file mode 100644 index 00000000000..028fdb94bbe --- /dev/null +++ b/audio/akode-plugins-alsa/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 18:03:15 hasso Exp $ +# + +PKGNAME= akode-plugins-alsa-${AKODE_VERSION} + +MAINTAINER= hasso@NetBSD.org +COMMENT= Alsa output 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-alsa + +do-install: + cd ${WRKSRC}/akode/plugins/alsa_sink && ${SETENV} ${MAKE_ENV} ${MAKE} \ + prefix=${DESTDIR}${PREFIX} install + +.include "../../audio/alsa-lib/buildlink3.mk" +.include "../../devel/libltdl/buildlink3.mk" +.include "../../audio/akode/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/akode-plugins-alsa/PLIST b/audio/akode-plugins-alsa/PLIST new file mode 100644 index 00000000000..dede573f267 --- /dev/null +++ b/audio/akode-plugins-alsa/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 18:03:15 hasso Exp $ +lib/libakode_alsa_sink.la |