summaryrefslogtreecommitdiffstats
path: root/ingen.spec
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-10-05 04:56:27 +0000
committerDavid Robillard <d@drobilla.net>2006-10-05 04:56:27 +0000
commitfd2874cfb4dd357be0f30b42e917cda3df209329 (patch)
tree036741b796b424981af01306c9c267fb6b55067d /ingen.spec
parentd185c37bf049afdd006351a3707662a19677ab37 (diff)
downloadingen-fd2874cfb4dd357be0f30b42e917cda3df209329.tar.gz
ingen-fd2874cfb4dd357be0f30b42e917cda3df209329.tar.bz2
ingen-fd2874cfb4dd357be0f30b42e917cda3df209329.zip
Fixed missing include in flowcanvas (uint32_t).
Added new temporary (yet spiffy if I do say so myself) icon. Added desktop entry so Ingenuity shows up in desktop menus all spiff like. git-svn-id: http://svn.drobilla.net/lad/ingen@159 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen.spec')
-rw-r--r--ingen.spec51
1 files changed, 0 insertions, 51 deletions
diff --git a/ingen.spec b/ingen.spec
deleted file mode 100644
index acc550fb..00000000
--- a/ingen.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: 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}/ingenuity
-%{_bindir}/om_patch_loader
-%dir %{_datadir}/om
-%{_datadir}/om/patches/*.om
-%dir %{_datadir}/om-gtk
-%{_datadir}/om-gtk/ingenuity.glade
-%{_datadir}/om-gtk/om-icon.png
-
-
-%doc AUTHORS ChangeLog COPYING NEWS README THANKS
-
-
-%changelog
-* Tue Apr 26 2005 Loki Davison <loki@berlios.de>
-- initial package, v0.0.1
-