[lv2-newtonator] Initial import

Brendan Jones bsjones at fedoraproject.org
Mon Feb 11 04:32:14 UTC 2013


commit 06c0ea41118ef929566e20ea955310e76bcaefd4
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Mon Feb 11 05:32:07 2013 +0100

    Initial import

 .gitignore          |    1 +
 lv2-newtonator.spec |   42 ++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..efadbf3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/newtonator-0.6.0.tar.gz
diff --git a/lv2-newtonator.spec b/lv2-newtonator.spec
new file mode 100644
index 0000000..663c485
--- /dev/null
+++ b/lv2-newtonator.spec
@@ -0,0 +1,42 @@
+Name:           lv2-newtonator
+Version:        0.6.0
+Release:        1%{?dist}
+Summary:        An LV2 soft synth
+
+Group:          Applications/Multimedia
+# stated as GPLv2 on project page
+License:        GPLv3+
+URL:            http://sourceforge.net/projects/newtonator/
+Source0:        http://downloads.sourceforge.net/project/newtonator/newtonator-%{version}.tar.gz
+BuildRequires:  lv2-c++-tools-devel
+BuildRequires:  gtkmm24-devel
+BuildRequires:  stk-devel
+BuildRequires:  lv2-devel
+BuildRequires:  cmake
+Requires:       lv2
+
+%description
+The Newtonator is an LV2 soft synth that uses a unique algorithm based on 
+simple ideas of velocity and acceleration to produce some unpredictable sounds.
+
+%prep
+%setup -q -n newtonator-%{version}
+find . -name "*.h"  -exec chmod -x {} \; ;
+find . -name "*.cpp" -exec chmod -x {} \; ;
+
+%build
+%cmake -DLV2_INSTALL_DIR=%{_libdir}/lv2 \
+  -DCMAKE_INSTALL_PREFIX=%{_prefix}
+make %{?_smp_mflags} 
+
+%install
+make install DESTDIR=%{buildroot}
+
+%files
+%doc README COPYING.Newtonator RELEASE AUTHORS
+%{_libdir}/lv2/newtonator.lv2
+%{_libdir}/lv2/newtonator_gtk.lv2
+
+%changelog
+* Sat Dec 15 2012 Brendan Jones <brendan.jones.it at gmail.com> 0.6.0-1
+- Initial development
diff --git a/sources b/sources
index e69de29..2c40278 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7f2db9a8928c5e06af1312f50c806646  newtonator-0.6.0.tar.gz


More information about the scm-commits mailing list