mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
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>
This commit is contained in:
parent
38095b9be8
commit
4f127c13bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144079
@ -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
|
||||
|
25
audio/xmms-nas/Makefile
Normal file
25
audio/xmms-nas/Makefile
Normal file
@ -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>
|
1
audio/xmms-nas/distinfo
Normal file
1
audio/xmms-nas/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xmms-nas-0.2.tar.gz) = dc6db4fbcf496340feead371b828c521
|
11
audio/xmms-nas/files/patch-Makefile.in
Normal file
11
audio/xmms-nas/files/patch-Makefile.in
Normal file
@ -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
|
18
audio/xmms-nas/files/patch-configure
Normal file
18
audio/xmms-nas/files/patch-configure
Normal file
@ -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
|
10
audio/xmms-nas/files/patch-nas.h
Normal file
10
audio/xmms-nas/files/patch-nas.h
Normal file
@ -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>
|
||||
|
1
audio/xmms-nas/pkg-descr
Normal file
1
audio/xmms-nas/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
xmms-nas is a Network Audio System output plugin for XMMS.
|
Loading…
Reference in New Issue
Block a user