diff options
author | hasso <hasso@pkgsrc.org> | 2009-02-26 18:11:42 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-02-26 18:11:42 +0000 |
commit | 125ef243824b7de73a9a76b35e5047e9808c8127 (patch) | |
tree | 5ed38b9f546e6d67757d6071f2258da80139fbee /audio/akode-plugins-sun | |
parent | cefd40158d4aef4595e53994d8f6b14182a3cfa8 (diff) | |
download | pkgsrc-125ef243824b7de73a9a76b35e5047e9808c8127.tar.gz |
This package provides the sun plugin for aKode which allows playback through
sound devices via API used in Sun OS/Solaris, NetBSD and OpenBSD.
Diffstat (limited to 'audio/akode-plugins-sun')
-rw-r--r-- | audio/akode-plugins-sun/DESCR | 6 | ||||
-rw-r--r-- | audio/akode-plugins-sun/Makefile | 24 | ||||
-rw-r--r-- | audio/akode-plugins-sun/PLIST | 2 |
3 files changed, 32 insertions, 0 deletions
diff --git a/audio/akode-plugins-sun/DESCR b/audio/akode-plugins-sun/DESCR new file mode 100644 index 00000000000..ffb3ed03d68 --- /dev/null +++ b/audio/akode-plugins-sun/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 sun plugin for aKode which allows playback through +sound devices via API used in Sun OS/Solaris, NetBSD and OpenBSD. diff --git a/audio/akode-plugins-sun/Makefile b/audio/akode-plugins-sun/Makefile new file mode 100644 index 00000000000..e245c09dc04 --- /dev/null +++ b/audio/akode-plugins-sun/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 18:11:42 hasso Exp $ +# + +PKGNAME= akode-plugins-sun-${AKODE_VERSION} + +MAINTAINER= hasso@NetBSD.org +COMMENT= Sun audio 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-sun + +do-install: + cd ${WRKSRC}/akode/plugins/sun_sink && ${SETENV} ${MAKE_ENV} ${MAKE} \ + prefix=${DESTDIR}${PREFIX} install + +.include "../../devel/libltdl/buildlink3.mk" +.include "../../audio/akode/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/akode-plugins-sun/PLIST b/audio/akode-plugins-sun/PLIST new file mode 100644 index 00000000000..178d63d6ad6 --- /dev/null +++ b/audio/akode-plugins-sun/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 18:11:42 hasso Exp $ +lib/libakode_sun_sink.la |