From 9e6189fadd0fa1ff3636b50e84549da01fdbe7ba Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 21 Jun 2006 04:30:27 +0000 Subject: Renaming git-svn-id: http://svn.drobilla.net/lad/ingen@72 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 2 +- README | 10 +++++----- TODO | 2 +- configure.ac | 10 +++++----- doc/Doxyfile.in | 2 +- ingen.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ om.spec | 51 --------------------------------------------------- 7 files changed, 64 insertions(+), 64 deletions(-) create mode 100644 ingen.spec delete mode 100644 om.spec diff --git a/NEWS b/NEWS index f7875618..e3bd1d45 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Om NEWS file +Ingen NEWS file 0.2.1: * Node cloning (plugin only for now) (gtk client) diff --git a/README b/README index eeff8cb3..2645eef3 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -Om is a realtime modular synthesizer and/or effects processor for +Ingen is a realtime modular synthesizer and/or effects processor for Jack/Alsa/LADSPA/DSSI/LV2/etc (ie GNU/Linux audio systems). More information -may be found at http://om-synth.nongnu.org +may be found at http://codeson.net/ingen To build, do the typical "./configure; make; make install" routine. @@ -11,7 +11,7 @@ build clients only, build monolithic clients, etc. etc) *** Optimization *** -Om's configure script, by default, does not clobber your CFLAGS or CXXFLAGS +Ingen's configure script, by default, does not clobber your CFLAGS or CXXFLAGS environment variables (which is the proper behaviour), though it does add a few flags that should be turned on in any case (as described in this file). If you want to submit usable bug reports (for segfaults and the like), @@ -28,7 +28,7 @@ SSE) through your CXXFLAGS environment variable. The performance improvement *** Debugging *** -Om makes very heavy use of assertions to catch bugs. Assertions have a +Ingen makes very heavy use of assertions to catch bugs. Assertions have a (minor) performance hit unless the preprocessor symbol NDEBUG is defined. By default the configure script will add this to the end of your flags, but it's worth noting. You really don't want assertions turned on in a @@ -40,7 +40,7 @@ I can fix the problem. *** Bugs *** -If Om crashes, PLEASE REPORT THE BUG. This isn't software from some faceless +If Ingen crashes, PLEASE REPORT THE BUG. This isn't software from some faceless corporation, I'm a real person, and I'm usually on IRC (#lad on freenode.net) if you want to talk to me. Things can't get fixed if I don't know about them, and if you report it, it will get fixed - probably immediately. diff --git a/TODO b/TODO index 8cf6d001..e793c54f 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -Om TODO list +Ingen TODO list ** This is horribly out of date. I'll keep it around since some things in ** here are still relevant. diff --git a/configure.ac b/configure.ac index 9252c1fc..4f1c1d80 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([om],[0.3.0pre],[drobilla@connect.carleton.ca]) +AC_INIT([ingen],[0.4.0pre],[drobilla@connect.carleton.ca]) AC_CONFIG_SRCDIR([src/common/util/CountedPtr.h]) AC_CONFIG_SRCDIR([src/common/interface/EngineInterface.h]) AC_CONFIG_SRCDIR([src/libs/engine/JackAudioDriver.cpp]) @@ -39,7 +39,7 @@ AC_SUBST(LOSC_CFLAGS) # Check for pthreads AC_CHECK_LIB(pthread, pthread_create, [], - AC_MSG_ERROR([*** Om requires POSIX threads support])) + AC_MSG_ERROR([*** Ingen requires POSIX threads support])) AC_CHECK_HEADER(pthread.h) # Check for POSIX semaphores in rt library @@ -188,7 +188,7 @@ if test "$build_engine" = "yes" -o "$build_in_process_engine" = "yes"; then if test "$build_ladspa" = "yes"; then build_ladspa="no" AC_CHECK_HEADER(ladspa.h, [build_ladspa="yes"], - [AC_MSG_WARN([You don't seem to build ladspa.h, Om will not be very useful!])]) + [AC_MSG_WARN([You don't seem to build ladspa.h, Ingen will not be very useful!])]) fi if test "$build_ladspa" = "yes"; then AC_DEFINE(HAVE_LADSPA, 1, [Has ladspa.h]) @@ -217,7 +217,7 @@ if test "$build_engine" = "yes" -o "$build_in_process_engine" = "yes"; then if test "$build_dssi" = "yes"; then build_dssi="no" AC_CHECK_HEADER(dssi.h, [build_dssi="yes"], - [AC_MSG_WARN([You do not seem to have dssi.h, Om will be built without DSSI support])]) + [AC_MSG_WARN([You do not seem to have dssi.h, Ingen will be built without DSSI support])]) if test "$build_dssi" = "yes"; then AC_DEFINE(HAVE_DSSI, 1, [Has dssi.h]) fi @@ -352,7 +352,7 @@ AC_OUTPUT # Display summary AC_MSG_NOTICE([]) -AC_MSG_NOTICE([Om build configuration:]) +AC_MSG_NOTICE([Ingen build configuration:]) AC_MSG_NOTICE([]) AC_MSG_NOTICE([Building engine: $build_engine]) AC_MSG_NOTICE([ Jack MIDI support: $build_jack_midi]) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 9f5417f4..8345da37 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -17,7 +17,7 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = Om +PROJECT_NAME = Ingen # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or diff --git a/ingen.spec b/ingen.spec new file mode 100644 index 00000000..93671b0d --- /dev/null +++ b/ingen.spec @@ -0,0 +1,51 @@ +Summary: A realtime modular synthesizer for GNU/Linux audio systems with support Jack and LADSPA or DSSI plugins. +Name: ingen +Version: 0.3.0pre +Release: 1 +License: GPL +Group: Applications/Multimedia +URL: http://www.nongnu.org/om-synth/ +Source0: %{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +Requires: liblo jackit libxml2 libalsa2 ladspa libdssi0 libgtkmm2.4_1 libglademm2.4_1 libgnomecanvasmm2.6_1 +BuildRequires: liblo-devel libjack0-devel libxml2-devel libalsa2-devel ladspa-devel libdssi0-devel libgtkmm2.4_1-devel libglademm2.4_1-devel libgnomecanvasmm2.6_1-devel + +%description +Ingen is a modular synthesizer for GNU/Linux audio systems with: +Completely OSC controlled engine, (meaning you can control Ingen over a network, from any number of clients), +LADSPA and DSSI plugin support, A minimal number of special internal "plugins" (MIDI in, audio outputs, transport, etc.), Polyphony, Multiple top-level patches, with subpatching (unlimited depth). +%prep +%setup -q + +%build +%configure +make + +%install +%{__rm} -rf %{buildroot} +%{__make} install \ + DESTDIR="%{buildroot}" + + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%{_bindir}/om +%{_bindir}/om_gtk +%{_bindir}/om_patch_loader +%dir %{_datadir}/om +%{_datadir}/om/patches/*.om +%dir %{_datadir}/om-gtk +%{_datadir}/om-gtk/om_gtk.glade +%{_datadir}/om-gtk/om-icon.png + + +%doc AUTHORS ChangeLog COPYING NEWS README THANKS + + +%changelog +* Tue Apr 26 2005 Loki Davison +- initial package, v0.0.1 + diff --git a/om.spec b/om.spec deleted file mode 100644 index 203a7206..00000000 --- a/om.spec +++ /dev/null @@ -1,51 +0,0 @@ -Summary: A realtime modular synthesizer for GNU/Linux audio systems with support Jack and LADSPA or DSSI plugins. -Name: om -Version: 0.3.0pre -Release: 1 -License: GPL -Group: Applications/Multimedia -URL: http://www.nongnu.org/om-synth/ -Source0: %{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -Requires: liblo jackit libxml2 libalsa2 ladspa libdssi0 libgtkmm2.4_1 libglademm2.4_1 libgnomecanvasmm2.6_1 -BuildRequires: liblo-devel libjack0-devel libxml2-devel libalsa2-devel ladspa-devel libdssi0-devel libgtkmm2.4_1-devel libglademm2.4_1-devel libgnomecanvasmm2.6_1-devel - -%description -Om is a modular synthesizer for GNU/Linux audio systems with: -Completely OSC controlled engine, (meaning you can control Om over a network, from any number of clients), -LADSPA and DSSI plugin support, A minimal number of special internal "plugins" (MIDI in, audio outputs, transport, etc.), Polyphony, Multiple top-level patches, with subpatching (unlimited depth). -%prep -%setup -q - -%build -%configure -make - -%install -%{__rm} -rf %{buildroot} -%{__make} install \ - DESTDIR="%{buildroot}" - - -%clean -rm -rf %{buildroot} - -%files -%defattr(-,root,root,-) -%{_bindir}/om -%{_bindir}/om_gtk -%{_bindir}/om_patch_loader -%dir %{_datadir}/om -%{_datadir}/om/patches/*.om -%dir %{_datadir}/om-gtk -%{_datadir}/om-gtk/om_gtk.glade -%{_datadir}/om-gtk/om-icon.png - - -%doc AUTHORS ChangeLog COPYING NEWS README THANKS - - -%changelog -* Tue Apr 26 2005 Loki Davison -- initial package, v0.0.1 - -- cgit v1.2.1