From tilman@tl.kom.tuwien.ac.at  Mon May 13 15:01:30 2002
Return-Path: <tilman@tl.kom.tuwien.ac.at>
Received: from tl.kom.tuwien.ac.at (tl.kom.tuwien.ac.at [128.130.34.35])
	by hub.freebsd.org (Postfix) with ESMTP id 3255137B407
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 May 2002 15:01:29 -0700 (PDT)
Received: from tl.kom.tuwien.ac.at (localhost [127.0.0.1])
	by tl.kom.tuwien.ac.at (8.12.2/8.12.2) with ESMTP id g4DM6bTc057311;
	Tue, 14 May 2002 00:06:37 +0200 (CEST)
	(envelope-from tilman@tl.kom.tuwien.ac.at)
Received: (from tilman@localhost)
	by tl.kom.tuwien.ac.at (8.12.2/8.12.2/Submit) id g4DM6aXf057310;
	Tue, 14 May 2002 00:06:36 +0200 (CEST)
Message-Id: <200205132206.g4DM6aXf057310@tl.kom.tuwien.ac.at>
Date: Tue, 14 May 2002 00:06:36 +0200 (CEST)
From: Tilman Linneweh <tilman@arved.de>
Reply-To: Tilman Linneweh <tilman@arved.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: tilman@arved.de
Subject: New Port audio/terminatorx 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         38054
>Category:       ports
>Synopsis:       New Port audio/terminatorx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 13 15:10:01 PDT 2002
>Closed-Date:    Thu May 30 10:36:34 PDT 2002
>Last-Modified:  Thu May 30 10:36:34 PDT 2002
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
Vienna University of Technology
>Environment:
System: FreeBSD tl.kom.tuwien.ac.at 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #1: Fri May 3 16:38:54 CEST 2002 tilman@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
	terminatorX is a
	  realtime audio synthesizer that allows you to "scratch" on digitally
	  sampled audio data (*.wav, *.au, *.mp3, etc.) the way hiphop-DJs
	  scratch on vinyl records

	Another port which uses the flexible LADSPA Plugins(ports/37965).

	
>How-To-Repeat:
	
>Fix:

	

--- terminatorx.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	terminatorx
#	terminatorx/Makefile
#	terminatorx/files
#	terminatorx/files/patch-configure
#	terminatorx/files/patch-src-tX-audiofile.h
#	terminatorx/files/patch-src-Makefile.in
#	terminatorx/files/patch-src-Makefile.am
#	terminatorx/pkg-plist
#	terminatorx/distinfo
#	terminatorx/pkg-comment
#	terminatorx/pkg-descr
#
echo c - terminatorx
mkdir -p terminatorx > /dev/null 2>&1
echo x - terminatorx/Makefile
sed 's/^X//' >terminatorx/Makefile << 'END-of-terminatorx/Makefile'
X# New ports collection Makefile for: 	terminatorx
X# Date created:			13 May 2002
X# Whom:				Tilman Linneweh <freebsdports@arved.de
X#
X# $FreeBSD$
X
XPORTNAME=	terminatorx
XPORTVERSION=	3.72
XCATEGORIES=	audio
XMASTER_SITES=	http://www.terminatorx.cx/
XDISTNAME=	terminatorX-${PORTVERSION}
X
XMAINTAINER=	freebsdports@arved.de
X
XBUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
X.if !defined(WITHOUT_SOX)
XBUILD_DEPENDS+=	sox:${PORTSDIR}/audio/sox
X.endif
X.if !defined(WITHOUT_VORBIS)
XBUILD_DEPENDS+= oggenc:${PORTSDIR}/audio/vorbis-tools
X.endif
X
XUSE_GTK=	yes
XGNU_CONFIGURE=	yes
X
Xpre-everything:
X.if !defined(WITHOUT_SOX)
X	@${ECHO_MSG} "You can disable support for sox by defining WITHOUT_SOX."
X.endif
X.if !defined(WITHOUT_VORBIS)
X	@${ECHO_MSG} "You can disable support for vorbis by defining WITHOUT_VORBIS."
X.endif
X
Xpost-patch:
X
X.for i in main.cc \
X	tX_audiofile.cc \
X	tX_flash.c \
X	tX_seqpar.cc \
X	tX_vtt.cc \
X	tX_widget.c
X	${MV} ${WRKSRC}/src/$i ${WRKSRC}/src/$i.sed
X	${SED} -e "s:malloc.h:stdlib.h:g" \
X		${WRKSRC}/src/$i.sed >${WRKSRC}/src/$i
X	${RM} ${WRKSRC}/src/$i.sed
X.endfor
X
X.include <bsd.port.mk>
END-of-terminatorx/Makefile
echo c - terminatorx/files
mkdir -p terminatorx/files > /dev/null 2>&1
echo x - terminatorx/files/patch-configure
sed 's/^X//' >terminatorx/files/patch-configure << 'END-of-terminatorx/files/patch-configure'
X--- configure.orig	Mon May 13 20:02:09 2002
X+++ configure	Mon May 13 20:07:07 2002
X@@ -1436,7 +1436,7 @@
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   ac_save_LIBS="$LIBS"
X-LIBS="-lpthread  $LIBS"
X+LIBS="-pthread  $LIBS"
X cat > conftest.$ac_ext <<EOF
X #line 1442 "configure"
X #include "confdefs.h"
X@@ -1470,7 +1470,7 @@
X #define $ac_tr_lib 1
X EOF
X 
X-  LIBS="-lpthread $LIBS"
X+  LIBS="-pthread $LIBS"
X 
X else
X   echo "$ac_t""no" 1>&6
X@@ -1983,7 +1983,7 @@
X #include "confdefs.h"
X #include <$ac_hdr>
X EOF
X-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
X+ac_try="$ac_cpp -I/usr/local/include conftest.$ac_ext >/dev/null 2>conftest.out"
X { (eval echo configure:1988: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
X if test -z "$ac_err"; then
END-of-terminatorx/files/patch-configure
echo x - terminatorx/files/patch-src-tX-audiofile.h
sed 's/^X//' >terminatorx/files/patch-src-tX-audiofile.h << 'END-of-terminatorx/files/patch-src-tX-audiofile.h'
X--- src/tX_audiofile.h.orig	Mon May 13 21:30:21 2002
X+++ src/tX_audiofile.h	Mon May 13 21:30:45 2002
X@@ -71,7 +71,7 @@
X #define TX_FILE_MPG123 2
X #define TX_FILE_OGG123 3
X 
X-#include <linux/limits.h>
X+#include <limits.h>
X #include "tX_types.h"
X #include <stdio.h>
X 
END-of-terminatorx/files/patch-src-tX-audiofile.h
echo x - terminatorx/files/patch-src-Makefile.in
sed 's/^X//' >terminatorx/files/patch-src-Makefile.in << 'END-of-terminatorx/files/patch-src-Makefile.in'
X--- src/Makefile.in.orig	Mon May 13 22:08:37 2002
X+++ src/Makefile.in	Mon May 13 22:08:50 2002
X@@ -78,7 +78,7 @@
X X_PRE_LIBS = @X_PRE_LIBS@
X x_libraries = @x_libraries@
X 
X-LIBS = @GTK_LIBS@ -lXi -lXxf86dga -lpthread
X+LIBS = @GTK_LIBS@ -lXi -lXxf86dga -pthread
X 
X SUBDIRS = gui_icons smallknob
X 
END-of-terminatorx/files/patch-src-Makefile.in
echo x - terminatorx/files/patch-src-Makefile.am
sed 's/^X//' >terminatorx/files/patch-src-Makefile.am << 'END-of-terminatorx/files/patch-src-Makefile.am'
X--- src/Makefile.am.orig	Mon May 13 22:19:10 2002
X+++ src/Makefile.am	Mon May 13 22:19:41 2002
X@@ -1,4 +1,4 @@
X-LIBS=@GTK_LIBS@ -lXi -lXxf86dga -lpthread
X+LIBS=@GTK_LIBS@ -lXi -lXxf86dga -pthread
X 
X SUBDIRS = gui_icons smallknob
X 
END-of-terminatorx/files/patch-src-Makefile.am
echo x - terminatorx/pkg-plist
sed 's/^X//' >terminatorx/pkg-plist << 'END-of-terminatorx/pkg-plist'
Xbin/terminatorX
END-of-terminatorx/pkg-plist
echo x - terminatorx/distinfo
sed 's/^X//' >terminatorx/distinfo << 'END-of-terminatorx/distinfo'
XMD5 (terminatorX-3.72.tar.gz) = 85453df5c69ab2ecc6913a2b2226c197
END-of-terminatorx/distinfo
echo x - terminatorx/pkg-comment
sed 's/^X//' >terminatorx/pkg-comment << 'END-of-terminatorx/pkg-comment'
XRealtime audio synthesizer that allows you to "scratch" on audio data
END-of-terminatorx/pkg-comment
echo x - terminatorx/pkg-descr
sed 's/^X//' >terminatorx/pkg-descr << 'END-of-terminatorx/pkg-descr'
XterminatorX is a realtime audio synthesizer that allows you to "scratch" on 
Xdigitally sampled audio data (*.wav, *.au, *.mp3, etc.) the way hiphop-DJs
Xscratch on vinyl records. 
X
XIt features multiple turntables, realtime
Xeffects (buit-in as well as LADSPA plugin effects), a sequencer and
Xan easy-to- use gtk+ GUI.
X
XAuthor: Alexander Koenig <alex@lisas.de>
XWWW: http://www.terminatorx.cx
X
X-- Tilman Linneweh
Xfreebsdports@arved.de
END-of-terminatorx/pkg-descr
exit
--- terminatorx.shar ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Thu May 30 10:36:12 PDT 2002 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38054 
>Unformatted:
