1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

add alienwah 1.13

Paul Nasca's AlienWah LADSPA Plugin

PR:		38008
Submitted by:	Tilman Linneweh <tilman@arved.de>
This commit is contained in:
Ying-Chieh Liao 2002-09-21 02:16:11 +00:00
parent 5754bc6142
commit b5c3714bcd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66953
7 changed files with 75 additions and 0 deletions

View File

@ -9,6 +9,7 @@
SUBDIR += adpcm
SUBDIR += afsp
SUBDIR += agsatellite
SUBDIR += alienwah
SUBDIR += amp
SUBDIR += ample
SUBDIR += arts

23
audio/alienwah/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection Makefile for: alienwah
# Date created: 13 May 2002
# Whom: Tilman Linneweh <freebsdports@arved.de
#
# $FreeBSD$
#
PORTNAME= alienwah
PORTVERSION= 1.13
CATEGORIES= audio
MASTER_SITES= http://plugin.org.uk/releases/alienwah/
MAINTAINER= freebsdports@arved.de
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
USE_GMAKE= yes
INSTALLS_SHLIB= yes
do-install:
@${INSTALL_DATA} ${WRKSRC}/aw.so ${LOCALBASE}/lib/ladspa
.include <bsd.port.mk>

1
audio/alienwah/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (alienwah-1.13.tar.gz) = 29ed06ae0975da8ae2bec40ae7a7d111

View File

@ -0,0 +1,40 @@
--- Makefile.orig Sun Jan 6 18:34:24 2002
+++ Makefile Mon May 13 01:20:42 2002
@@ -1,25 +1,16 @@
# parts taken from ladspa-sdk src/makefile
-INCLUDES = -I/usr/local/include
-#LIBRARIES = -ldl -lm
-CFLAGS = $(INCLUDES) -Wall -Werror -O3 -fPIC
-CXXFLAGS = $(CFLAGS)
+CXXFLAGS += -I${LOCALBASE}/include
PLUGINS = aw.so
-CC = cc
-CPP = c++
###############################################################################
#
# RULES TO BUILD PLUGINS FROM C OR C++ CODE
#
-%.so: %.c
- $(CC) $(CFLAGS) -c $*.c
- $(LD) -o $*.so $*.o -shared
-
%.so: %.cpp
- $(CPP) $(CXXFLAGS) -c $*.cpp
- $(CPP) -o $*.so $*.o -shared
+ $(CXX) $(CXXFLAGS) -c $*.cpp
+ $(CXX) -o $*.so $*.o -shared
###############################################################################
#
@@ -29,7 +20,7 @@
all: $(PLUGINS)
install:
- cp aw.so /usr/local/lib/ladspa/
+ cp aw.so ${LOCALBASE}/lib/ladspa/
clean:
-rm -f *.o *.so

View File

@ -0,0 +1 @@
Paul Nasca's AlienWah LADSPA Plugin

8
audio/alienwah/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
Paul Nasca's AlienWah LADSPA Plugin. The DSP code for the plugin was written
by Paul Nasca and the conversion to LADSPA was done by Paul Thompson.
Author: Paul Nasca <paulnasca@email.ro>
WWW: http://plugin.org.uk/releases/alienwah/
- Tilman Linneweh
freebsdports@arved.de

1
audio/alienwah/pkg-plist Normal file
View File

@ -0,0 +1 @@
lib/ladspa/aw.so