From c1fd6d419ac8dcfe368ec7590bea6f8675eb9d87 Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 26 Feb 2009 18:11:42 +0000 Subject: This package provides the sun plugin for aKode which allows playback through sound devices via API used in Sun OS/Solaris, NetBSD and OpenBSD. --- audio/akode-plugins-sun/DESCR | 6 ++++++ audio/akode-plugins-sun/Makefile | 24 ++++++++++++++++++++++++ audio/akode-plugins-sun/PLIST | 2 ++ 3 files changed, 32 insertions(+) create mode 100644 audio/akode-plugins-sun/DESCR create mode 100644 audio/akode-plugins-sun/Makefile create mode 100644 audio/akode-plugins-sun/PLIST (limited to 'audio') 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 -- cgit v1.2.3