pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/akode-plugins-sun This package provides the sun ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9bffad04ac14
branches: trunk
changeset: 555252:9bffad04ac14
user: hasso <hasso%pkgsrc.org@localhost>
date: Thu Feb 26 18:11:42 2009 +0000
description:
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:
audio/akode-plugins-sun/DESCR | 6 ++++++
audio/akode-plugins-sun/Makefile | 24 ++++++++++++++++++++++++
audio/akode-plugins-sun/PLIST | 2 ++
3 files changed, 32 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r fc6d1d90af34 -r 9bffad04ac14 audio/akode-plugins-sun/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/akode-plugins-sun/DESCR Thu Feb 26 18:11:42 2009 +0000
@@ -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 -r fc6d1d90af34 -r 9bffad04ac14 audio/akode-plugins-sun/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/akode-plugins-sun/Makefile Thu Feb 26 18:11:42 2009 +0000
@@ -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@localhost
+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 -r fc6d1d90af34 -r 9bffad04ac14 audio/akode-plugins-sun/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/akode-plugins-sun/PLIST Thu Feb 26 18:11:42 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index