diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-10-04 01:00:03 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-10-04 01:00:03 +0800 |
commit | 27b18447d047d783832d0baa71197451c5b2d284 (patch) | |
tree | 9e970bf3f8261932bd724602edc2ab4c2ec8223f /audio | |
parent | cdc610a417bc55a56858bf7427a12b0a2b0f884e (diff) | |
download | freebsd-ports-graphics-27b18447d047d783832d0baa71197451c5b2d284.tar.gz freebsd-ports-graphics-27b18447d047d783832d0baa71197451c5b2d284.tar.zst freebsd-ports-graphics-27b18447d047d783832d0baa71197451c5b2d284.zip |
Add xmms-nas.
xmms-nas is a Network Audio System output plugin for XMMS.
PR: ports/86707
Submitted by: James McNaughton <bitbucket63-it@yahoo.com>
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 c9a687110b7..891f1f2798a 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 00000000000..08f2cb0b3ea --- /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 00000000000..a776b38b8c7 --- /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 00000000000..cfe1efcc762 --- /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 00000000000..388c5935968 --- /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 00000000000..e238d9bf7b3 --- /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 00000000000..67d2c75cc13 --- /dev/null +++ b/audio/xmms-nas/pkg-descr @@ -0,0 +1 @@ +xmms-nas is a Network Audio System output plugin for XMMS. |