]> git.pld-linux.org Git - packages/alsa-modular-synth.git/commitdiff
- new
authorfreetz <freetz@pld-linux.org>
Thu, 19 Jun 2003 14:32:07 +0000 (14:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-modular-synth-build_fixes.patch -> 1.1
    alsa-modular-synth-fftw_hack.patch -> 1.1
    alsa-modular-synth.desktop -> 1.1

alsa-modular-synth-build_fixes.patch [new file with mode: 0644]
alsa-modular-synth-fftw_hack.patch [new file with mode: 0644]
alsa-modular-synth.desktop [new file with mode: 0644]

diff --git a/alsa-modular-synth-build_fixes.patch b/alsa-modular-synth-build_fixes.patch
new file mode 100644 (file)
index 0000000..658380d
--- /dev/null
@@ -0,0 +1,20 @@
+diff -aurN ams-1.5.9.orig/make_ams ams-1.5.9/make_ams
+--- ams-1.5.9.orig/make_ams    2003-05-15 19:29:24.000000000 +0200
++++ ams-1.5.9/make_ams 2003-06-19 16:02:12.000000000 +0200
+@@ -1,5 +1,5 @@
+-QT_BASE_DIR=/usr/lib/qt3
+-QT_LIB_DIR=$(QT_BASE_DIR)/lib
++QT_BASE_DIR=/usr
++QT_LIB_DIR=$(QT_BASE_DIR)/lib/qt
+ QT_BIN_DIR=$(QT_BASE_DIR)/bin
+ QT_INCLUDE_DIR=$(QT_BASE_DIR)/include
+ X11_LIB_DIR=/usr/X11R6/lib
+@@ -114,8 +114,6 @@
+       -L$(QT_LIB_DIR) -L$(X11_LIB_DIR) \
+       -lqt-mt -ljack -lasound -lsrfftw -lsfftw -lm 
+-CXXFLAGS=-DQT_THREAD_SUPPORT -I$(QT_INCLUDE_DIR) -I/usr/X11R6/include -I. -O2 -g -Wall
+-
+ synth.o: synth.cpp synth.h synthdata.h module.h m_out.h m_wavout.h m_scope.h m_spectrum.h m_midiout.h
+ capture.o: capture.cpp capture.h synthdata.h m_in.h m_jackout.h m_jackin.h
+ synthdata.o: synthdata.cpp synthdata.h module.h port.h m_env.h m_advenv.h
diff --git a/alsa-modular-synth-fftw_hack.patch b/alsa-modular-synth-fftw_hack.patch
new file mode 100644 (file)
index 0000000..b575c52
--- /dev/null
@@ -0,0 +1,12 @@
+diff -aurN ams-1.5.9.orig/make_ams ams-1.5.9/make_ams
+--- ams-1.5.9.orig/make_ams    2003-05-15 19:29:24.000000000 +0200
++++ ams-1.5.9/make_ams 2003-06-19 16:03:44.000000000 +0200
+@@ -112,7 +112,7 @@
+         modularsynth.o modularsynth.moc.o \
+       main.o \
+       -L$(QT_LIB_DIR) -L$(X11_LIB_DIR) \
+-      -lqt-mt -ljack -lasound -lsrfftw -lsfftw -lm 
++      -lqt-mt -ljack -lasound -lrfftw -lfftw -lm 
+ CXXFLAGS=-DQT_THREAD_SUPPORT -I$(QT_INCLUDE_DIR) -I/usr/X11R6/include -I. -O2 -g -Wall
diff --git a/alsa-modular-synth.desktop b/alsa-modular-synth.desktop
new file mode 100644 (file)
index 0000000..c9a9790
--- /dev/null
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Alsa Modular Synth
+Comment=Modular soft syntheziter
+Comment[pl]=Modularny syntezator programowy
+Exec=/usr/bin/ams
+Terminal=0
+Type=Application
This page took 0.081196 seconds and 4 git commands to generate.