forked from Lainports/freebsd-ports
Remove audio/sineshaper as it has been BROKEN for over 4 months.
This commit is contained in:
parent
4c53510f47
commit
76962c8e82
8 changed files with 1 additions and 84 deletions
1
MOVED
1
MOVED
|
|
@ -4009,3 +4009,4 @@ x11-toolkits/p5-GtkXmHTML||2009-06-13|Has expired: depends on a broken, expired
|
|||
x11-toolkits/wxmozilla||2009-06-13|Has expired: has been broken for more than 6 months
|
||||
audio/gnomad2||2009-06-13|Removed
|
||||
audio/p5-Audio-TagLib||2009-06-13|Removed
|
||||
audio/sineshaper||2009-06-13|Removed
|
||||
|
|
|
|||
|
|
@ -643,7 +643,6 @@
|
|||
SUBDIR += sidplay2
|
||||
SUBDIR += sidplayer
|
||||
SUBDIR += simplemod
|
||||
SUBDIR += sineshaper
|
||||
SUBDIR += slimserver
|
||||
SUBDIR += slimserver-dynamicplaylist
|
||||
SUBDIR += slimserver-dynamictransition
|
||||
|
|
|
|||
|
|
@ -1,34 +0,0 @@
|
|||
# New ports collection makefile for: sineshaper
|
||||
# Date created: 2008-05-16
|
||||
# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sineshaper
|
||||
PORTVERSION= 0.4.2
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://ll-plugins.sourceforge.net/release/
|
||||
|
||||
MAINTAINER= trasz@FreeBSD.org
|
||||
COMMENT= Monophonic synth plugin with two oscillators and waveshapers
|
||||
|
||||
LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
|
||||
lo.7:${PORTSDIR}/audio/liblo \
|
||||
jack.0:${PORTSDIR}/audio/jack \
|
||||
glademm-2.4:${PORTSDIR}/devel/libglademm24
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GCC= 4.2+
|
||||
CFLAGS+= -I${LOCALBASE}/include/dssi
|
||||
USE_AUTOTOOLS= autoconf:262 automake:110:env libtool:15
|
||||
|
||||
BROKEN= does not compile
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${AUTORECONF}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
MD5 (sineshaper-0.4.2.tar.gz) = 952cb5bde0ae4fe2274859df5ed1ee61
|
||||
SHA256 (sineshaper-0.4.2.tar.gz) = 2a08f6049c29cf71d167e8615b2fe25748406fc0f7d3a76e50f4672602104867
|
||||
SIZE (sineshaper-0.4.2.tar.gz) = 520175
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- configure.ac.orig 2008-05-18 15:42:53.000000000 +0200
|
||||
+++ configure.ac 2008-05-18 15:43:35.000000000 +0200
|
||||
@@ -49,8 +49,6 @@
|
||||
CFLAGS=$debug_cflags
|
||||
AC_MSG_RESULT(yes)
|
||||
else
|
||||
- CFLAGS=$opt_cflags
|
||||
- CXXFLAGS=$opt_cflags
|
||||
AC_MSG_RESULT(no)
|
||||
fi
|
||||
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- src/sineshaper/Makefile.am.orig 2008-05-18 16:09:59.000000000 +0200
|
||||
+++ src/sineshaper/Makefile.am 2008-05-18 16:10:04.000000000 +0200
|
||||
@@ -17,8 +17,6 @@
|
||||
sineshaper_gtk_LDADD = @DSSI_LIBS@ @LIBGLADEMM_LIBS@ @LIBLO_LIBS@ ../common/libdssi_ui.la ../common/libdssi_common.la
|
||||
sineshaper_gtk_CXXFLAGS = @LIBLO_CFLAGS@ @DSSI_CFLAGS@ -D_XOPEN_SOURCE @LIBGLADEMM_CFLAGS@ -DINSTALL_DIR=\"$(dssidir)\" -I../common/ -I../gui-components
|
||||
|
||||
-dist_bin_SCRIPTS = sineshaper.sh
|
||||
-
|
||||
gui_DATA = sineshaper.glade dial.png pixmaps/dummydial.png pixmaps/sineshaper.png presets
|
||||
EXTRA_DIST = $(gui_DATA) README.sineshaper
|
||||
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
A monophonic synth plugin that sends the sound from two sine
|
||||
oscillators through two sine waveshapers in series. You can control
|
||||
the vibrato, tremolo, portamento, the tuning of both oscillators,
|
||||
the oscillator mix, the shape amount (total and split over both
|
||||
shapers) and the phase of the second waveshaper function. There is
|
||||
also an ADSR envelope generator that can control the total shape
|
||||
amount and the amplification (with controllable sensitivity for
|
||||
both), an LFO for the total shape amount, distortion, and a feedback
|
||||
delay.
|
||||
|
||||
The shape amount and amplification is velocity sensitive, and the
|
||||
synth supports MIDI pitch bend events (with a range of +/- 2
|
||||
semitones). All parameters can be controlled using MIDI Controller
|
||||
events.
|
||||
|
||||
WWW: http://ll-plugins.sourceforge.net
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
lib/dssi/sineshaper.so
|
||||
lib/dssi/sineshaper/sineshaper.glade
|
||||
lib/dssi/sineshaper/dial.png
|
||||
lib/dssi/sineshaper/dummydial.png
|
||||
lib/dssi/sineshaper/sineshaper.png
|
||||
lib/dssi/sineshaper/presets
|
||||
lib/dssi/sineshaper/sineshaper_gtk
|
||||
@dirrm lib/dssi/sineshaper
|
||||
Loading…
Add table
Reference in a new issue