Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37853148
en ru br
ALT Linux repos
S:0.5.1-alt3

Group :: Sound
RPM: vamp-aubio-plugins

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: vamp-aubio-plugins-0.5.1-alt.patch
Download


 .gear/rules                                        |  3 ++
 .../tags/8c22c268bed123b9b9ff30873f421a590e4306fc  | 24 ++++++++++
 .gear/tags/list                                    |  1 +
 .gear/vamp-aubio-plugins.spec                      | 56 ++++++++++++++++++++++
 wscript                                            |  2 +-
 5 files changed, 85 insertions(+), 1 deletion(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..28963f3
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,3 @@
+spec: .gear/vamp-aubio-plugins.spec
+tar: @version@:. 
+diff: @version@:. . name=@name@-@version@-alt.patch
diff --git a/.gear/tags/8c22c268bed123b9b9ff30873f421a590e4306fc b/.gear/tags/8c22c268bed123b9b9ff30873f421a590e4306fc
new file mode 100644
index 0000000..cf45143
--- /dev/null
+++ b/.gear/tags/8c22c268bed123b9b9ff30873f421a590e4306fc
@@ -0,0 +1,24 @@
+object 07f81171b195748e5b1919fb5d24d33fb918928b
+type commit
+tag 0.5.1
+tagger Paul Brossier <piem@piem.org> 1487025615 +0100
+
+version 0.5.1
+-----BEGIN PGP SIGNATURE-----
+
+iQJ8BAABCgBmBQJYojXPXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
+ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCODhBNTA3MkQ0OTE1QUVDRjgxQTI0MzQ2
+QTQ5QjE5NzI4QUJERDkyAAoJEGpJsZcoq92S6P8P/iDpvpBcj+vYm+dzN1HmbAO6
+5Z62UF7Svqxsk7COjQXUcc4vC6eaPqGMVHoI1Feb9QL1Oe9yBFKCXWdiRF0okKH1
+9raq7QPU9uDwz4du9k8hKR8Ro/FlskGtR6C8wACoMQ64MjSCn68AMIfxCsbsmlsC
+woya11DwNMzQLZrEDW/rm6T6IDSbqBsPVLXZKou8qcVoUqJ8OaqcPrmQ45cm3DMV
+vhwsxd4k3JSP5oZiWkW5/LmaxA/LoLlVq3NWNffrpoH5OcH7tNhg6ocI6Tj5Hw30
+InKgbUVe8QriNi4axk21BF15vSOYgNfL9cLV+fRpXlmwTxqRS6UbrPeyaaTcsNPl
+VBI7xX8932uE8H4vFPwmfNIKkfiJcJoCtW2nTt2evKC4Vd/4VDdhoUQkoNCiFnAl
+dnL+jrwbcbmrCUBc5ayM22wrGEHlMoHI330YYO3svmiSCTDslvWc+7Yz9HzC1cA7
+jJeVXnkylgwCBP4bymSfqvs6loKLrkcWiPI+xQBngSALgrJ1sBKBU/l5bqsfzR0M
+xZ/g8lg2WeDH6DrRTzn23xYobVg1kaZCmWh4Z3ZktXRbLleDow8SNPx+C+ITCuD0
+5/DZ1LCh7wsoJdX93Fy4KJ+EJCLb+4PwC2FPRZSG1J88wL67+SHqeLX7AnYaqmkq
+lIZBr7QpkjWy25iSYseL
+=pF6b
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..042d9a7
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+8c22c268bed123b9b9ff30873f421a590e4306fc 0.5.1
diff --git a/.gear/vamp-aubio-plugins.spec b/.gear/vamp-aubio-plugins.spec
new file mode 100644
index 0000000..62bb8f0
--- /dev/null
+++ b/.gear/vamp-aubio-plugins.spec
@@ -0,0 +1,56 @@
+Name: vamp-aubio-plugins
+Version: 0.5.1
+Release: alt2
+Summary: A set of Vamp plugins
+License: GPLv2
+Group: Sound
+Url: https://aubio.org/vamp-aubio-plugins/ 
+# git git://git.aubio.org/git/vamp-aubio-plugins 
+Source: %name-%version.tar
+Patch0: %name-%version-alt.patch
+
+BuildRequires(pre): rpm-macros-make 
+BuildPreReq: libvamp-devel libaubio5-devel gcc-c++ waf >= 1.9.12
+ExclusiveArch: %ix86 x86_64
+
+%description
+A set of Vamp plugins (http://www.sonicvisualiser.org/vamp.html) for
+audio feature extraction using Paul Brossier's aubio
+(http://aubio.piem.org/).
+
+This set includes five plugins: Onset for onset detection, Pitch for
+pitch tracking, Notes for combined onset and pitch, Tempo to estimate
+and track beats based on onset locations, and Silence to find sections
+of audio that are quieter than a given RMS signal level.  These
+plugins compile into a single plugin library called vamp-aubio.so (the
+file extension may vary depending on your platform).
+
+%prep
+%setup
+%patch0 -p1
+
+%build
+waf configure --prefix=%prefix --libdir=%_libdir
+waf build -vv
+
+%install
+waf install --destdir=%buildroot
+
+%files
+%doc README.md
+%_libdir/vamp
+
+%changelog
+* Mon Oct 29 2018 Anton Farygin <rider@altlinux.ru> 0.5.1-alt2
+- rebuilt with libaubio5
+- build only for x86
+
+* Sun Jun 04 2017 Anton Farygin <rider@altlinux.ru> 0.5.1-alt1
+- new version
+
+* Sat Sep 13 2014 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.4.0-alt1.hg20131231
+- Snapshot from mercurial
+
+* Fri Sep 12 2014 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.4.0-alt1
+- Initial build for Sisyphus
+
diff --git a/wscript b/wscript
index 7e8aaed..f1753e5 100644
--- a/wscript
+++ b/wscript
@@ -45,7 +45,7 @@ def configure(conf):
             local_vamp_lib = local_vamp_lib_mingw
         elif platform.machine() == 'x86_64':
             local_vamp_lib = local_vamp_lib_amd64
-        elif platform.machine() == 'x86_64':
+        elif platform.machine() == 'i686':
             local_vamp_lib = local_vamp_lib_i686
     elif sys.platform == 'darwin':
         local_vamp_lib = local_vamp_lib_osx
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin