From 75f32d98d673beb59965ac62d1507e37f87e4c72 Mon Sep 17 00:00:00 2001 From: Aldas Nabazas Date: Mon, 20 Sep 2010 19:34:25 +0200 Subject: [PATCH] removed spiralsynthmodular, no new versions in 6years --- audio/spiralsynthmodular/add_lib.patch | 28 ---------- audio/spiralsynthmodular/gcc41.patch | 55 ------------------- audio/spiralsynthmodular/nodef_val.patch | 39 ------------- audio/spiralsynthmodular/param.patch | 28 ---------- .../spiralsynthmodular.cache | 31 ----------- .../spiralsynthmodular.conf | 25 --------- .../spiralsynthmodular.desc | 38 ------------- 7 files changed, 244 deletions(-) delete mode 100644 audio/spiralsynthmodular/add_lib.patch delete mode 100644 audio/spiralsynthmodular/gcc41.patch delete mode 100644 audio/spiralsynthmodular/nodef_val.patch delete mode 100644 audio/spiralsynthmodular/param.patch delete mode 100644 audio/spiralsynthmodular/spiralsynthmodular.cache delete mode 100644 audio/spiralsynthmodular/spiralsynthmodular.conf delete mode 100644 audio/spiralsynthmodular/spiralsynthmodular.desc diff --git a/audio/spiralsynthmodular/add_lib.patch b/audio/spiralsynthmodular/add_lib.patch deleted file mode 100644 index 71d94e778..000000000 --- a/audio/spiralsynthmodular/add_lib.patch +++ /dev/null @@ -1,28 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../spiralsynthmodular/add_lib.patch -# Copyright (C) 2004 - 2006 The T2 SDE Project -# Copyright (C) 1998 - 2003 Clifford Wolf -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- ./Makefile.in 2002-12-26 18:39:42.000000000 -0500 -+++ ./Makefile.in 2002-04-29 17:55:47.000000000 -0500 -@@ -16,7 +16,7 @@ - INCPATH = - LINK = g++ - LFLAGS = --LIBS = @FLTK_LIBS@ -lm -ldl -lpng -lpthread -+LIBS = @FLTK_LIBS@ -lm -ldl -lpng -lpthread -lz - MOC = moc - UIC = - diff --git a/audio/spiralsynthmodular/gcc41.patch b/audio/spiralsynthmodular/gcc41.patch deleted file mode 100644 index 542c9d2a1..000000000 --- a/audio/spiralsynthmodular/gcc41.patch +++ /dev/null @@ -1,55 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../spiralsynthmodular/gcc41.patch -# Copyright (C) 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - -diff -Nur SpiralSynthModular-0.1.1-orig/SpiralSound/Sample.h SpiralSynthModular-0.1.1/SpiralSound/Sample.h ---- SpiralSynthModular-0.1.1-orig/SpiralSound/Sample.h 2002-07-28 23:18:14.000000000 +0000 -+++ SpiralSynthModular-0.1.1/SpiralSound/Sample.h 2006-04-01 20:54:24.247417750 +0000 -@@ -67,7 +67,7 @@ - void CropTo(int NewLength); - bool IsEmpty() const { return m_IsEmpty; } - -- inline float &Sample::operator[](int i) const -+ inline float &operator[](int i) const - { - #ifdef DEBUG - assert(i>=0 && i - --Fl_VU_Meter::Fl_VU_Meter (int x, int y, int w, int h, const char *l = 0) : -+Fl_VU_Meter::Fl_VU_Meter (int x, int y, int w, int h, const char *l ) : - Fl_Progress (x, y, w, h, l) { - } - ---- ./SpiralSound/Plugins/Widgets/Fl_VU_Meter.h.org Mon Jan 20 12:35:05 2003 -+++ ./SpiralSound/Plugins/Widgets/Fl_VU_Meter.h Mon Jan 20 12:36:08 2003 -@@ -5,7 +5,7 @@ - - class Fl_VU_Meter : public Fl_Progress { - public: -- FL_EXPORT Fl_VU_Meter (int x, int y, int w, int h, const char *l = 0); -+ FL_EXPORT Fl_VU_Meter (int x, int y, int w, int h, const char *l ); - protected: - FL_EXPORT virtual void draw(); - }; diff --git a/audio/spiralsynthmodular/param.patch b/audio/spiralsynthmodular/param.patch deleted file mode 100644 index 31f7eff8f..000000000 --- a/audio/spiralsynthmodular/param.patch +++ /dev/null @@ -1,28 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../spiralsynthmodular/param.patch -# Copyright (C) 2004 - 2006 The T2 SDE Project -# Copyright (C) 1998 - 2003 Clifford Wolf -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- ./SpiralSound/Plugins/MeterPlugin/MeterPluginGUI.C.org Mon Jan 20 14:18:44 2003 -+++ ./SpiralSound/Plugins/MeterPlugin/MeterPluginGUI.C Mon Jan 20 14:19:05 2003 -@@ -56,7 +56,7 @@ - MaxBox->box (FL_ENGRAVED_BOX); - MaxBox->color (16); - add (MaxBox); -- Meter = new Fl_VU_Meter (2, 62, 226, 20); -+ Meter = new Fl_VU_Meter (2, 62, 226, 20, NULL ); - Meter->color (FL_BLACK); - cb_Reset_i (Reset, NULL); - add (Reset); diff --git a/audio/spiralsynthmodular/spiralsynthmodular.cache b/audio/spiralsynthmodular/spiralsynthmodular.cache deleted file mode 100644 index 9842591b6..000000000 --- a/audio/spiralsynthmodular/spiralsynthmodular.cache +++ /dev/null @@ -1,31 +0,0 @@ - -[TIMESTAMP] 1134185719 Sat Dec 10 04:35:19 2005 -[BUILDTIME] 50 (9) -[SIZE] 9.48 MB, 63 files - -[DEP] bash -[DEP] binutils -[DEP] bzip2 -[DEP] coreutils -[DEP] diffutils -[DEP] findutils -[DEP] fltk -[DEP] gawk -[DEP] gcc -[DEP] glibc -[DEP] grep -[DEP] libpng -[DEP] libx11 -[DEP] libxau -[DEP] libxdmcp -[DEP] libxext -[DEP] linux-header -[DEP] make -[DEP] mesa -[DEP] net-tools -[DEP] patch -[DEP] sed -[DEP] sysfiles -[DEP] tar -[DEP] xproto -[DEP] zlib diff --git a/audio/spiralsynthmodular/spiralsynthmodular.conf b/audio/spiralsynthmodular/spiralsynthmodular.conf deleted file mode 100644 index 58e2ef345..000000000 --- a/audio/spiralsynthmodular/spiralsynthmodular.conf +++ /dev/null @@ -1,25 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../spiralsynthmodular/spiralsynthmodular.conf -# Copyright (C) 2004 - 2006 The T2 SDE Project -# Copyright (C) 1998 - 2003 Clifford Wolf -# -# More information can be found in the files COPYING and README. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- - -var_append GCC_WRAPPER_APPEND ' ' "-L$( pkgprefix libdir xorg-server )" - -smm_postmake() { - rm -rf $docdir/* - cp -r Examples $docdir -} - -hook_add postmake 5 "smm_postmake" - - diff --git a/audio/spiralsynthmodular/spiralsynthmodular.desc b/audio/spiralsynthmodular/spiralsynthmodular.desc deleted file mode 100644 index b9a0f558d..000000000 --- a/audio/spiralsynthmodular/spiralsynthmodular.desc +++ /dev/null @@ -1,38 +0,0 @@ - -[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] -[COPY] Filename: package/.../spiralsynthmodular/spiralsynthmodular.desc -[COPY] Copyright (C) 2006 The OpenSDE Project -[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project -[COPY] Copyright (C) 1998 - 2003 Clifford Wolf -[COPY] -[COPY] More information can be found in the files COPYING and README. -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; version 2 of the License. A copy of the -[COPY] GNU General Public License can be found in the file COPYING. -[COPY] --- SDE-COPYRIGHT-NOTE-END --- - -[I] Spiral Synth Modular - -[T] SpiralSynth Modular (or SSM) is a object orientated modular -[T] softsynth / sequencer / sampler. Audio or control data can -[T] be freely passed between the plugins, its all treated the -[T] same. Data can also be fed back on itself for chaotic effects. - -[U] http://www.pawfal.org/Software/SSM/ - -[A] Dave Griffiths -[M] The OpenSDE Community - -[C] extra/multimedia - -[L] GPL -[S] Stable -[V] 0.1.1 -[P] X -----5---9 169.600 - -[D] 3785785510 SpiralSynthModular-0.1.1.tar.gz http://www.pawfal.org/Software/SSM/dload/ -