diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-07-24 14:25:35 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-07-24 14:25:35 +0000 |
commit | 43037eb712782ebe87eba14d9b512fb184f8052b (patch) | |
tree | 7dfe7e0a518f29114e11e2b59a727d0f43afaa3e /audio | |
parent | b2f2aaa999377a6c7396d4069ef08980c1681d26 (diff) | |
download | pkgsrc-43037eb712782ebe87eba14d9b512fb184f8052b.tar.gz |
Initial import of xmms-arts, version 0.4:
xmms-arts is an output plugin for the XMMS program that allows it to output
sound using the aRts sound daemon (mainly used by the KDE desktop).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-arts/DESCR | 2 | ||||
-rw-r--r-- | audio/xmms-arts/Makefile | 29 | ||||
-rw-r--r-- | audio/xmms-arts/PLIST | 6 | ||||
-rw-r--r-- | audio/xmms-arts/distinfo | 5 | ||||
-rw-r--r-- | audio/xmms-arts/patches/patch-aa | 13 |
5 files changed, 55 insertions, 0 deletions
diff --git a/audio/xmms-arts/DESCR b/audio/xmms-arts/DESCR new file mode 100644 index 00000000000..3615c2ef6f0 --- /dev/null +++ b/audio/xmms-arts/DESCR @@ -0,0 +1,2 @@ +xmms-arts is an output plugin for the XMMS program that allows it to output +sound using the aRts sound daemon (mainly used by the KDE desktop). diff --git a/audio/xmms-arts/Makefile b/audio/xmms-arts/Makefile new file mode 100644 index 00000000000..96a20a97c57 --- /dev/null +++ b/audio/xmms-arts/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/24 14:25:35 jmmv Exp $ +# + +DISTNAME= xmmsarts-0.4 +PKGNAME= ${DISTNAME:S/xmms/xmms-/} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +CATEGORIES= audio kde +MASTER_SITES= http://stukach.com/hosted/m.i.a/xmmsarts/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= jmmv@NetBSD.org +HOMEPAGE= http://www.xmms.org/plugins_output.html +COMMENT= XMMS plugin to output sound through the aRts sound daemon + +GNU_CONFIGURE= yes +USE_BUILDLINK2= yes +USE_LIBTOOL= yes + +SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +LIBS+= ${LIBOSSAUDIO} + +.include "../../audio/arts/buildlink2.mk" +.include "../../audio/xmms/buildlink2.mk" +.include "../../devel/glib/buildlink2.mk" +.include "../../x11/gtk/buildlink2.mk" +.include "../../mk/ossaudio.buildlink2.mk" +.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/xmms-arts/PLIST b/audio/xmms-arts/PLIST new file mode 100644 index 00000000000..4a7dba8e2b2 --- /dev/null +++ b/audio/xmms-arts/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/24 14:25:35 jmmv Exp $ +lib/xmms/Output/libartsout.la +lib/xmms/Output/libartsout.so +lib/xmms/Output/libartsout.so.0 +lib/xmms/Output/libartsout.so.0.0 +@comment in xmms: @dirrm lib/xmms/Output diff --git a/audio/xmms-arts/distinfo b/audio/xmms-arts/distinfo new file mode 100644 index 00000000000..f972390359f --- /dev/null +++ b/audio/xmms-arts/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/07/24 14:25:35 jmmv Exp $ + +SHA1 (xmmsarts-0.4.tar.bz2) = f8f02efcc3826cc086bdb5c2279c793dae695966 +Size (xmmsarts-0.4.tar.bz2) = 94742 bytes +SHA1 (patch-aa) = 0a1947aec7bf6d8868f5ec415e31a6cda0c33413 diff --git a/audio/xmms-arts/patches/patch-aa b/audio/xmms-arts/patches/patch-aa new file mode 100644 index 00000000000..cefbb287149 --- /dev/null +++ b/audio/xmms-arts/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/07/24 14:25:36 jmmv Exp $ + +--- Makefile.in.orig 2003-07-19 20:18:27.000000000 +0200 ++++ Makefile.in +@@ -83,7 +83,7 @@ xmms_output_plugin_dir = @xmms_output_pl + lib_LTLIBRARIES = libartsout.la + CFLAGS = @CFLAGS@ @GTK_CFLAGS@ `artsc-config --cflags` + LIBS = @LIBS@ @GTK_LIBS@ @PTHREAD_LIBS@ +-libartsout_la_LDFLAGS = `artsc-config --libs` -lcmallocc ++libartsout_la_LDFLAGS = `artsc-config --libs` + libartsout_la_SOURCES = about.c artsout.c artsout.h audio.c configure.c init.c mixer.c + libdir = $(xmms_output_plugin_dir) + XMMSPATH = $(XMMS_PATH) |