pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/akode-plugins-jack This package provides the jac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2aed53565ab0
branches:  trunk
changeset: 555246:2aed53565ab0
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Thu Feb 26 18:05:27 2009 +0000

description:
This package provides the jack plugin for aKode which allows playback through
Jack Audio Connection Kit soundserver.

diffstat:

 audio/akode-plugins-jack/DESCR    |   6 ++++++
 audio/akode-plugins-jack/Makefile |  25 +++++++++++++++++++++++++
 audio/akode-plugins-jack/PLIST    |   2 ++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r b1e4bd76c8d6 -r 2aed53565ab0 audio/akode-plugins-jack/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/akode-plugins-jack/DESCR    Thu Feb 26 18:05:27 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 jack plugin for aKode which allows playback through
+Jack Audio Connection Kit soundserver.
diff -r b1e4bd76c8d6 -r 2aed53565ab0 audio/akode-plugins-jack/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/akode-plugins-jack/Makefile Thu Feb 26 18:05:27 2009 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 18:05:27 hasso Exp $
+#
+
+PKGNAME=               akode-plugins-jack-${AKODE_VERSION}
+
+MAINTAINER=            hasso%NetBSD.org@localhost
+COMMENT=               Jack 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-jack
+
+do-install:
+       cd ${WRKSRC}/akode/plugins/jack_sink && ${SETENV} ${MAKE_ENV} ${MAKE} \
+               prefix=${DESTDIR}${PREFIX} install
+
+.include "../../audio/jack/buildlink3.mk"
+.include "../../devel/libltdl/buildlink3.mk"
+.include "../../audio/akode/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b1e4bd76c8d6 -r 2aed53565ab0 audio/akode-plugins-jack/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/akode-plugins-jack/PLIST    Thu Feb 26 18:05:27 2009 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 18:05:27 hasso Exp $
+lib/libakode_jack_sink.la



Home | Main Index | Thread Index | Old Index