Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2011 10:29:38 -0500
From:      Richard E Neese <r.neese@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/155914: new port for ladspa plugin autotalent
Message-ID:  <4D8B6362.5000207@gmail.com>
In-Reply-To: <201103241430.p2OEU1xM021416@freefall.freebsd.org>
References:  <201103241430.p2OEU1xM021416@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------060801070705020206080206
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

On 3/24/2011 9:30, FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/155914'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs.
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=155914
>
>    
>> Category:       ports
>> Responsible:    freebsd-ports-bugs
>> Synopsis:       new port for ladspa plugin autotalent
>> Arrival-Date:   Thu Mar 24 14:30:01 UTC 2011
>>      


--------------060801070705020206080206
Content-Type: text/plain;
 name="autotalent.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="autotalent.shar"

# 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:
#
#	autotalent
#	autotalent/pkg-descr
#	autotalent/distinfo
#	autotalent/Makefile
#
echo c - autotalent
mkdir -p autotalent > /dev/null 2>&1
echo x - autotalent/pkg-descr
sed 's/^X//' >autotalent/pkg-descr << 'aaef7f888301ee6b02d64e808d6c1861'
Xreal-time pitch correction plugin for ladspa
X
Xhttp://web.mit.edu/tbaran/www/autotalent.html
aaef7f888301ee6b02d64e808d6c1861
echo x - autotalent/distinfo
sed 's/^X//' >autotalent/distinfo << 'dfbea39429d8435929dc903b30ab2961'
XSHA256 (autotalent-0.2.tar.gz) = c0d2962ac9f49a96a20b60413802f18e629034d3cb78d1c7b056c3487be4ebf5
XSIZE (autotalent-0.2.tar.gz) = 31419
dfbea39429d8435929dc903b30ab2961
echo x - autotalent/Makefile
sed 's/^X//' >autotalent/Makefile << 'e33efde5f9240f472b37ca2c40e90e33'
X
X# New ports collection Makefile for:   autotalent
X# Date created:         03/24/11
X# Whom:                 Rich Neese <r.neese@gmail.com>              
X#
X# $FreeBSD:$
X
XPORTNAME=	autotalent
XPORTVERSION=	0.2
XCATEGORIES=	audio
XMASTER_SITES=	http://web.mit.edu/tbaran/www/
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	r.neese@gmail.com
XCOMMENT=	It's a real-time pitch correction plugin for ladspa
X
XBUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
XRUN_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
X
XUSE_GMAKE=	yes
X
XMAKE_ARGS=	CXX="${CXX}" \
X		CXXFLAGS="${CXXFLAGS} -fPIC -I${LOCALBASE}/include"
X
XALL_TARGET=	targets
X
XPLIST_FILES=	lib/ladspa/autotalent.so
X
Xpost-patch:
X	@${FIND} ${BUILD_WRKSRC} -name '*.cpp' | ${XARGS} \
X		${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g"
X
Xdo-install:
X	${INSTALL_DATA} ${WRKSRC}/autotalent.so ${PREFIX}/lib/ladspa/
X
X.include <bsd.port.mk>
e33efde5f9240f472b37ca2c40e90e33
exit


--------------060801070705020206080206--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D8B6362.5000207>