diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-03 17:00:03 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-03 17:00:03 +0000 |
commit | 4f127c13bd9302a22dd84b8a2f4f764f04df19c6 (patch) | |
tree | 84fb6e1114e56f29cfae92801934ddbf107ef6b4 /audio | |
parent | 38095b9be8888fab30e8c27a6cbeafd6d28e0b71 (diff) | |
download | ports-4f127c13bd9302a22dd84b8a2f4f764f04df19c6.tar.gz ports-4f127c13bd9302a22dd84b8a2f4f764f04df19c6.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms-nas/Makefile | 25 | ||||
-rw-r--r-- | audio/xmms-nas/distinfo | 1 | ||||
-rw-r--r-- | audio/xmms-nas/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | audio/xmms-nas/files/patch-configure | 18 | ||||
-rw-r--r-- | audio/xmms-nas/files/patch-nas.h | 10 | ||||
-rw-r--r-- | audio/xmms-nas/pkg-descr | 1 |
7 files changed, 67 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index c9a687110b71..891f1f2798ad 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -554,6 +554,7 @@ SUBDIR += xmms-midi SUBDIR += xmms-mp3cue SUBDIR += xmms-musepack + SUBDIR += xmms-nas SUBDIR += xmms-nsf SUBDIR += xmms-openspc SUBDIR += xmms-osssurround diff --git a/audio/xmms-nas/Makefile b/audio/xmms-nas/Makefile new file mode 100644 index 000000000000..08f2cb0b3ea3 --- /dev/null +++ b/audio/xmms-nas/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xmms-nas +# Date created: 29 Sep 2005 +# Whom: James McNaughton +# +# $FreeBSD$ +# + +PORTNAME= xmms-nas +PORTVERSION= 0.2 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.stack.nl/pub/users/willem/ + +MAINTAINER= bitbucket63-it@yahoo.com +COMMENT= A Network Audio System (NAS) output plugin for XMMS + +LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ + audio.2:${PORTSDIR}/audio/nas + +USE_X_PREFIX= yes +USE_GNOME= gtk12 +USE_INC_LIBTOOL_VER= 13 + +PLIST_FILES= lib/xmms/Output/libnas.so + +.include <bsd.port.mk> diff --git a/audio/xmms-nas/distinfo b/audio/xmms-nas/distinfo new file mode 100644 index 000000000000..a776b38b8c78 --- /dev/null +++ b/audio/xmms-nas/distinfo @@ -0,0 +1 @@ +MD5 (xmms-nas-0.2.tar.gz) = dc6db4fbcf496340feead371b828c521 diff --git a/audio/xmms-nas/files/patch-Makefile.in b/audio/xmms-nas/files/patch-Makefile.in new file mode 100644 index 000000000000..cfe1efcc7626 --- /dev/null +++ b/audio/xmms-nas/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Oct 3 18:47:32 2005 ++++ Makefile.in Mon Oct 3 18:47:49 2005 +@@ -81,7 +81,7 @@ + + lib_LTLIBRARIES = libnas.la + +-CFLAGS = @GTK_CFLAGS@ @NAS_CFLAGS@ -W -Wall -D_REENTRANT -I$(top_srcdir) ++CFLAGS = @CFLAGS@ @GTK_CFLAGS@ @NAS_CFLAGS@ -W -Wall -I$(top_srcdir) + + libnas_la_LDFLAGS = -export-dynamic -avoid-version + libnas_la_SOURCES = nas.c nas.h about.c audio.c nasconf.c diff --git a/audio/xmms-nas/files/patch-configure b/audio/xmms-nas/files/patch-configure new file mode 100644 index 000000000000..388c59359688 --- /dev/null +++ b/audio/xmms-nas/files/patch-configure @@ -0,0 +1,18 @@ +--- configure.orig Mon Oct 3 18:50:19 2005 ++++ configure Mon Oct 3 18:51:58 2005 +@@ -3140,6 +3140,7 @@ + NAS_LIBS="$X_LIBS $X_PRE_LIBS $X_EXTRA_LIBS -laudio -lXt -lm" + NAS_CFLAGS=$X_CFLAGS + LIBS=$NAS_LIBS ++ac_save_CFLAGS="$CFLAGS" + CFLAGS=$NAS_CFLAGS + + echo $ac_n "checking for AuOpenServer in -laudio""... $ac_c" 1>&6 +@@ -3191,6 +3192,7 @@ + fi + + ++CFLAGS="$ac_save_CFLAGS" + + + trap '' 1 2 15 diff --git a/audio/xmms-nas/files/patch-nas.h b/audio/xmms-nas/files/patch-nas.h new file mode 100644 index 000000000000..e238d9bf7b3a --- /dev/null +++ b/audio/xmms-nas/files/patch-nas.h @@ -0,0 +1,10 @@ +--- nas.h.orig Mon Oct 3 18:53:39 2005 ++++ nas.h Mon Oct 3 18:53:51 2005 +@@ -21,7 +21,6 @@ + #ifndef NAS_H + #define NAS_H + +-#include "config.h" + + #include <gtk/gtk.h> + diff --git a/audio/xmms-nas/pkg-descr b/audio/xmms-nas/pkg-descr new file mode 100644 index 000000000000..67d2c75cc13b --- /dev/null +++ b/audio/xmms-nas/pkg-descr @@ -0,0 +1 @@ +xmms-nas is a Network Audio System output plugin for XMMS. |