Compare commits
63 commits
epel8-play
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7d7f12e00 | ||
|
|
31b18dc179 | ||
|
|
4c82f96ff1 | ||
|
|
4010526894 | ||
|
|
f9106fc805 | ||
|
|
b887f84cc3 | ||
|
|
a42862a1e6 | ||
| b6d4221aff | |||
|
56a420c5ee |
|||
|
|
2737185d69 | ||
|
|
1d421dc2df | ||
|
|
71c2e5bcec | ||
|
|
f2fb2192d4 | ||
|
|
559fc9cb0c | ||
|
|
16e57e2068 | ||
|
|
732f72cd2a | ||
|
|
a7bc1e199e | ||
|
|
c88f1626cd | ||
| 3af2aed502 | |||
|
|
adc818786e | ||
|
|
d379b1d23a | ||
|
|
0806dba392 | ||
| 3bb407cc26 | |||
|
|
ee1c4f9b45 | ||
| ecee693235 | |||
|
2e4be7bac0 |
|||
| daa41865b8 | |||
|
|
b58e88a0ce | ||
| 8afc255d48 | |||
|
809a4e426e |
|||
|
|
9a9991a81b | ||
|
|
7ac5b00080 | ||
|
|
72dff9f862 | ||
|
|
9bd2774517 | ||
|
|
c12e05b2ae | ||
|
|
02967bb54f | ||
|
|
442ee69d35 | ||
|
|
249e6898ad | ||
|
|
0f8bc13e0f | ||
| 56e1fa049e | |||
|
|
d9b31585d5 | ||
|
|
60f26c9b8b | ||
| 5122477cf4 | |||
|
|
3e0c8d3b07 | ||
| c282e7010f | |||
|
|
6bb75d446b | ||
|
|
cd6c6e9ab1 | ||
|
|
877accd091 | ||
| d3caa6608c | |||
|
|
5085f4d154 | ||
|
|
af84344347 | ||
| 6a715b6f23 | |||
| d9cecd9627 | |||
|
|
16e500b4c3 | ||
|
|
9d40e763b6 | ||
| 3bccd40391 | |||
|
|
246bbce267 | ||
| b68cf60d76 | |||
| e2d0e95681 | |||
| b516465cc1 | |||
| 4ea15c0c8b | |||
| 220dea135f | |||
| a63d19293d |
9 changed files with 285 additions and 21 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/vamp-plugin-sdk-2.9.0.tar.gz
|
||||
/vamp-plugin-sdk-2.10.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: vamp-plugin-sdk
|
||||
# $Id$
|
||||
NAME := vamp-plugin-sdk
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
3
README.packit
Normal file
3
README.packit
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.97.1.post1.dev6+gc8c0314a.
|
||||
141
changelog
Normal file
141
changelog
Normal file
|
|
@ -0,0 +1,141 @@
|
|||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sun Feb 2 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2.9.0-1
|
||||
- Update to 2.9.0
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Mon Jul 1 2019 Michel Alexandre Salim <salimma@fedoraproject.org> - 2.8.0-1
|
||||
- Update to 2.8.0
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Oct 17 2018 Michel Alexandre Salim <salimma@fedoraproject.org> - 2.7.1-1
|
||||
- Update to 2.7.1
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon Apr 27 2015 Nils Philippsen <nils@redhat.com> - 2.5-6
|
||||
- Rebuild for gcc 5.1.0 C++ ABI change
|
||||
|
||||
* Wed Apr 1 2015 Orion Poplawski <orion@cora.nwra.com> - 2.5-5
|
||||
- Rebuild for gcc 5.0.0 C++ ABI change
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Jun 18 2013 Michel Salim <salimma@fedoraproject.org> - 2.5-1
|
||||
- Update to 2.5
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sun Sep 9 2012 Michel Salim <salimma@fedoraproject.org> - 2.4-1
|
||||
- Update to 2.4
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-3
|
||||
- Rebuilt for c++ ABI breakage
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Thu Jul 14 2011 Michel Salim <salimma@fedoraproject.org> - 2.2.1-1
|
||||
- Update to 2.2.1
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Fri May 28 2010 Michel Salim <salimma@fedoraproject.org> - 2.1-1
|
||||
- Update to 2.1
|
||||
- multilib fix: Makefile for examples is now arch-tagged
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Tue Mar 31 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0-5
|
||||
- Add another sed libdir fix for PluginLoader.cpp (#469777)
|
||||
plus a check section to scan for libdir issues
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Sun Feb 8 2009 Michel Salim <salimma@fedoraproject.org> - 2.0-3
|
||||
- Fix compilation problem with GCC 4.4
|
||||
|
||||
* Tue Dec 30 2008 Michel Salim <salimma@fedoraproject.org> - 2.0-2
|
||||
- More libdir fixes (bug #469777)
|
||||
|
||||
* Sun Dec 14 2008 Michel Salim <salimma@fedoraproject.org> - 2.0-1
|
||||
- Update to 2.0
|
||||
|
||||
* Thu Jul 17 2008 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.3-1
|
||||
- Update to 1.3
|
||||
|
||||
* Thu Jan 31 2008 Michel Salim <michel.sylvan@gmail.com> - 1.1b-4
|
||||
- Add some #includes, needed due to GCC 4.3's header dependency cleanup
|
||||
|
||||
* Mon Jan 28 2008 Michel Salim <michel.sylvan@gmail.com> - 1.1b-3
|
||||
- Add examples to -devel subpackage
|
||||
- Fix .pc files
|
||||
- Preserve timestamps when installing
|
||||
|
||||
* Sun Jan 27 2008 Michel Salim <michel.sylvan@gmail.com> - 1.1b-2
|
||||
- Add missing build requirement on libsndfile-devel
|
||||
|
||||
* Wed Jan 16 2008 Michel Salim <michel.sylvan@gmail.com> - 1.1b-1
|
||||
- Initial Fedora package
|
||||
12
packit.yaml
Normal file
12
packit.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
|
||||
upstream_project_url: https://github.com/vamp-plugins/vamp-plugin-sdk
|
||||
upstream_tag_template: vamp-plugin-sdk-v{version}
|
||||
copy_upstream_release_description: false
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
1
sources
1
sources
|
|
@ -0,0 +1 @@
|
|||
SHA512 (vamp-plugin-sdk-2.10.tar.gz) = 67a71e5396eab5ce9503e9111b4cfc16fc9755cf6ae2d8dfc99ed29fd91e75eaf0de9a9c55ce8f7751f04c235eb86430856eff18f02adde54f1850a87c917ef0
|
||||
22
vamp-plugin-sdk-libdir.diff
Normal file
22
vamp-plugin-sdk-libdir.diff
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -74,8 +74,8 @@ INSTALL_PREFIX = @prefix@
|
||||
INSTALL_API_HEADERS = $(INSTALL_PREFIX)/include/vamp
|
||||
INSTALL_SDK_HEADERS = $(INSTALL_PREFIX)/include/vamp-sdk
|
||||
INSTALL_HOSTSDK_HEADERS = $(INSTALL_PREFIX)/include/vamp-hostsdk
|
||||
-INSTALL_SDK_LIBS = $(INSTALL_PREFIX)/lib
|
||||
-INSTALL_PLUGINS = $(INSTALL_PREFIX)/lib/vamp
|
||||
+INSTALL_SDK_LIBS = @libdir@
|
||||
+INSTALL_PLUGINS = $(INSTALL_SDK_LIBS)/vamp
|
||||
INSTALL_BINARIES = $(INSTALL_PREFIX)/bin
|
||||
|
||||
INSTALL_SDK_LIBNAME = libvamp-sdk.so.2.10.0
|
||||
@@ -90,7 +90,7 @@ INSTALL_HOSTSDK_LINK_DEV = libvamp-host
|
||||
INSTALL_HOSTSDK_STATIC = libvamp-hostsdk.a
|
||||
INSTALL_HOSTSDK_LA = libvamp-hostsdk.la
|
||||
|
||||
-INSTALL_PKGCONFIG = $(INSTALL_PREFIX)/lib/pkgconfig
|
||||
+INSTALL_PKGCONFIG = $(INSTALL_SDK_LIBS)/pkgconfig
|
||||
|
||||
# Flags required to tell the compiler to create a dynamically loadable object
|
||||
#
|
||||
104
vamp-plugin-sdk.spec
Normal file
104
vamp-plugin-sdk.spec
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
Name: vamp-plugin-sdk
|
||||
Version: 2.10
|
||||
Release: %autorelease
|
||||
Summary: An API for audio analysis and feature extraction plugins
|
||||
|
||||
%global hostsdk_soname_version 3
|
||||
%global sdk_soname_version 2
|
||||
|
||||
%global gittag %{name}-v%{version}
|
||||
|
||||
# KissFFT code in src/vamp-sdk/ext is BSD-3-Clause
|
||||
# Automatically converted from old format: MIT AND BSD-3-Clause - review is highly recommended.
|
||||
License: MIT AND BSD-3-Clause
|
||||
URL: https://vamp-plugins.org/
|
||||
Source: https://github.com/vamp-plugins/vamp-plugin-sdk/archive/%{gittag}/%{name}-%{version}.tar.gz
|
||||
Patch: %{name}-libdir.diff
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libsndfile-devel
|
||||
|
||||
%description
|
||||
Vamp is an API for C and C++ plugins that process sampled audio data
|
||||
to produce descriptive output (measurements or semantic observations).
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%package static
|
||||
Summary: Static libraries for %{name}
|
||||
Requires: %{name}-devel = %{version}-%{release}
|
||||
|
||||
%description static
|
||||
The %{name}-static package contains library files for
|
||||
developing static applications that use %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{gittag}
|
||||
sed -i 's|/lib/vamp|/%{_lib}/vamp|g' src/vamp-hostsdk/PluginHostAdapter.cpp
|
||||
sed -i 's|/lib/|/%{_lib}/|g' src/vamp-hostsdk/PluginLoader.cpp
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
# fix libdir
|
||||
find . -name '*.pc.in' -exec sed -i 's|/lib|/%{_lib}|' {} ';'
|
||||
%make_install
|
||||
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
# create Makefile for examples
|
||||
cd examples
|
||||
echo CXXFLAGS=$RPM_OPT_FLAGS -fpic >> Makefile-%{_arch}
|
||||
echo bundle: `ls *.o` >> Makefile
|
||||
echo -e "\t"g++ \$\(CXXFLAGS\) -shared -Wl,-Bsymbolic \
|
||||
-o vamp-example-plugins.so \
|
||||
*.o \$\(pkg-config --libs vamp-sdk\) >> Makefile
|
||||
echo `ls *.cpp`: >> Makefile
|
||||
echo -e "\t"g++ \$\(CXXFLAGS\) -c $*.cpp >> Makefile
|
||||
echo clean: >> Makefile
|
||||
echo -e "\t"-rm *.o *.so >> Makefile
|
||||
# clean directory up so we can package the sources
|
||||
make clean
|
||||
|
||||
|
||||
%check
|
||||
# Scan shared libs for unpatched '/lib' strings to prevent issues
|
||||
# on 64-bit multilib platforms.
|
||||
[ $(strings ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.?|grep /lib/|sed -e 's!/%{_lib}!/__FEDORA-LIB__!g'|grep -c /lib/) -eq 0 ]
|
||||
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README
|
||||
%{_libdir}/libvamp-hostsdk.so.%{hostsdk_soname_version}
|
||||
%{_libdir}/libvamp-hostsdk.so.%{hostsdk_soname_version}.*
|
||||
%{_libdir}/libvamp-sdk.so.%{sdk_soname_version}
|
||||
%{_libdir}/libvamp-sdk.so.%{sdk_soname_version}.*
|
||||
%{_libdir}/vamp
|
||||
|
||||
%files devel
|
||||
%doc examples
|
||||
%{_bindir}/vamp-*
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%files static
|
||||
%{_libdir}/*.a
|
||||
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
Loading…
Add table
Add a link
Reference in a new issue