Compare commits
25 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
680bc5f524 | ||
|
|
4a633a0285 | ||
|
|
03c10e9272 | ||
|
|
5ddcd91229 | ||
|
|
e2a0d34ac9 | ||
|
|
80dcaf0869 | ||
|
|
4943ad30aa | ||
|
|
e926241d12 | ||
|
|
86a04b44c5 | ||
|
|
e1166f6087 | ||
|
|
093fdd8c33 | ||
|
|
c01f4db7d8 | ||
|
|
aec3cab4e7 | ||
|
|
c10b949180 | ||
|
|
2ba672a549 | ||
|
|
869667b687 | ||
|
|
71b3ce5f34 | ||
|
|
521e260b86 | ||
|
|
2642a75212 | ||
|
|
cd9402143f | ||
|
|
69f3b02c6e | ||
|
|
f46dab3d27 | ||
|
|
9555f45b49 | ||
|
|
ed72301aa6 | ||
|
|
80660a983c |
3 changed files with 85 additions and 24 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
||||||
/ams-2.0.1.tar.bz2
|
/ams-2.0.1.tar.bz2
|
||||||
/ams-2.1.0.tar.bz2
|
/ams-2.1.0.tar.bz2
|
||||||
/ams-2.1.1.tar.bz2
|
/ams-2.1.1.tar.bz2
|
||||||
|
/ams-2.1.2.tar.bz2
|
||||||
|
/ams-2.2.1.tar.xz
|
||||||
|
|
|
||||||
105
ams.spec
105
ams.spec
|
|
@ -1,15 +1,12 @@
|
||||||
# ams does not give debug info by default
|
|
||||||
#%%define debug_package %%{nil}
|
|
||||||
|
|
||||||
Summary: Alsa Modular Synth, a realtime modular synthesizer
|
Summary: Alsa Modular Synth, a realtime modular synthesizer
|
||||||
Name: ams
|
Name: ams
|
||||||
Version: 2.1.1
|
Version: 2.2.1
|
||||||
Release: 11%{?dist}
|
Release: 9%{?dist}
|
||||||
URL: http://alsamodular.sourceforge.net
|
URL: http://alsamodular.sourceforge.net
|
||||||
Source0: http://downloads.sourceforge.net/project/alsamodular/alsamodular/2.1.0/%{name}-%{version}.tar.bz2
|
Source0: http://downloads.sourceforge.net/project/alsamodular/alsamodular/%{version}/%{name}-%{version}.tar.xz
|
||||||
Source1: ams.desktop
|
Source1: ams.desktop
|
||||||
License: GPLv2+
|
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||||
Group: Applications/Multimedia
|
License: GPL-2.0-or-later
|
||||||
|
|
||||||
Requires: ladspa-cmt-plugins
|
Requires: ladspa-cmt-plugins
|
||||||
Requires: ladspa-swh-plugins
|
Requires: ladspa-swh-plugins
|
||||||
|
|
@ -17,12 +14,13 @@ Requires: ladspa-vco-plugins
|
||||||
Requires: ladspa-rev-plugins
|
Requires: ladspa-rev-plugins
|
||||||
Requires: ladspa-mcp-plugins
|
Requires: ladspa-mcp-plugins
|
||||||
|
|
||||||
BuildRequires: desktop-file-utils alsa-lib-devel clalsadrv-devel
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: desktop-file-utils alsa-lib-devel zita-alsa-pcmi-devel
|
||||||
BuildRequires: jack-audio-connection-kit-devel ladspa-devel
|
BuildRequires: jack-audio-connection-kit-devel ladspa-devel
|
||||||
BuildRequires: fftw3-devel
|
BuildRequires: fftw3-devel
|
||||||
BuildRequires: qt-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
# rebuild configure and makefiles for patch0
|
BuildRequires: qt5-linguist
|
||||||
BuildRequires: libtool automake autoconf
|
BuildRequires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
AlsaModularSynth is a realtime modular synthesizer and effect
|
AlsaModularSynth is a realtime modular synthesizer and effect
|
||||||
|
|
@ -35,21 +33,13 @@ NOTE: Example files are in /usr/share/ams
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
for i in `ls demos/*.ams` ; do
|
|
||||||
iconv -f iso8859-1 -t utf-8 $i > $i.conv && mv -f $i.conv $i;
|
|
||||||
done;
|
|
||||||
for i in AUTHORS THANKS; do
|
|
||||||
iconv -f iso8859-1 -t utf-8 $i > $i.conv && mv -f $i.conv $i;
|
|
||||||
done;
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1307316
|
|
||||||
CXXFLAGS="%{optflags} -std=gnu++98"
|
|
||||||
%configure --with-ladspa-path=%{_libdir}/ladspa
|
%configure --with-ladspa-path=%{_libdir}/ladspa
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install
|
%make_install
|
||||||
chmod 755 %{buildroot}%{_bindir}/%{name}
|
chmod 755 %{buildroot}%{_bindir}/%{name}
|
||||||
|
|
||||||
# desktop categories
|
# desktop categories
|
||||||
|
|
@ -63,7 +53,8 @@ desktop-file-install \
|
||||||
%{SOURCE1}
|
%{SOURCE1}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS NEWS README COPYING THANKS ChangeLog demos instruments tutorial
|
%doc AUTHORS NEWS README THANKS ChangeLog
|
||||||
|
%license COPYING
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
@ -71,6 +62,74 @@ desktop-file-install \
|
||||||
%{_datadir}/pixmaps/%{name}*
|
%{_datadir}/pixmaps/%{name}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 25 2024 Miroslav Suchý <msuchy@redhat.com> - 2.2.1-6
|
||||||
|
- convert license to SPDX
|
||||||
|
|
||||||
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Mar 19 2023 Guido Aulisi <guido.aulisi@gmail.com> - 2.2.1-1
|
||||||
|
- Update to 2.2.1
|
||||||
|
|
||||||
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-7
|
||||||
|
- Second attempt - Rebuilt for
|
||||||
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Aug 03 2019 Guido Aulisi <guido.aulisi@gmail.com> - 2.1.2-4
|
||||||
|
- Use zita-alsa-pcmi instead of deprecated clalsadrv
|
||||||
|
|
||||||
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Sep 04 2018 Guido Aulisi <guido.aulisi@gmail.com> - 2.1.2-1
|
||||||
|
- Update to 2.1.2
|
||||||
|
- Some spec cleanup
|
||||||
|
|
||||||
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-11
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-11
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
3255bce2d3c1a7e0aad07496001b7cc9 ams-2.1.1.tar.bz2
|
SHA512 (ams-2.2.1.tar.xz) = 822b1b224e4d708d3938c6947d2305fe18859f32af3a3c2ca4ac66584f2c1010cb36f6792ab484fec447f934cc12d43ccbccf450ad9eeba27558347560bb5a5d
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue