Add autotalen, a LADSPA plugin for real-time pitch correction

PR:		155914
Submitted by:	Richard Neese
This commit is contained in:
Tilman Keskinoz 2011-04-09 14:06:28 +00:00
parent 73a261a79c
commit f6e97d2598
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272438
4 changed files with 42 additions and 0 deletions

View File

@ -60,6 +60,7 @@
SUBDIR += aumix
SUBDIR += aureal-kmod
SUBDIR += autocd
SUBDIR += autotalent
SUBDIR += autozen
SUBDIR += aylet
SUBDIR += baudline

36
audio/autotalent/Makefile Normal file
View File

@ -0,0 +1,36 @@
# New ports collection Makefile for: autotalent
# Date created: 03/24/11
# Whom: Rich Neese <r.neese@gmail.com>
#
# $FreeBSD$
PORTNAME= autotalent
PORTVERSION= 0.2
CATEGORIES= audio
MASTER_SITES= http://web.mit.edu/tbaran/www/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= r.neese@gmail.com
COMMENT= A real-time pitch correction plugin for ladspa
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
USE_GMAKE= yes
MAKE_ARGS= CXX="${CXX}" \
CXXFLAGS="${CXXFLAGS} -fPIC -I${LOCALBASE}/include"
ALL_TARGET= targets
PLIST_FILES= lib/ladspa/autotalent.so
post-patch:
@${FIND} ${BUILD_WRKSRC} -name '*.cpp' | ${XARGS} \
${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g"
${REINPLACE_CMD} -e "s,-O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math,${CFLAGS}," ${WRKSRC}/Makefile
do-install:
${INSTALL_DATA} ${WRKSRC}/autotalent.so ${PREFIX}/lib/ladspa/
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (autotalent-0.2.tar.gz) = c0d2962ac9f49a96a20b60413802f18e629034d3cb78d1c7b056c3487be4ebf5
SIZE (autotalent-0.2.tar.gz) = 31419

View File

@ -0,0 +1,3 @@
real-time pitch correction plugin for ladspa
WWW: http://web.mit.edu/tbaran/www/autotalent.html