Compare commits
38 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
955a7a1ec0 | ||
|
|
8cff4b8b7d | ||
|
|
c0b1c95c65 | ||
|
|
1061129e27 | ||
|
|
c3df94e78b | ||
|
|
11677a070a | ||
|
|
10259916a1 | ||
|
|
f08fe5471a | ||
|
|
889d494f5b | ||
|
|
a2846272c8 | ||
|
|
5f503f2167 | ||
|
|
07c76bca8c | ||
|
|
0ea54b6377 | ||
|
|
f974e4b75a | ||
|
|
6a3978aba3 | ||
|
|
ef5d3b9ce7 | ||
|
|
eda30474dc | ||
|
|
cfcf22f48c | ||
|
|
e65dd02407 | ||
|
|
83851dc1cf | ||
|
|
b09726750c | ||
|
|
2722b607d1 | ||
|
|
8c06de72b1 | ||
|
|
e13f6f4492 | ||
|
|
6b4c0e48d7 | ||
|
|
aaeaf9c11b | ||
|
|
8a96e98d68 | ||
|
|
90e551e6eb | ||
|
|
d6d079d846 | ||
|
|
97ebec1a6f | ||
|
|
9d25258cf2 | ||
|
|
45e2ab2e15 | ||
|
|
731c034928 | ||
|
|
f5ae3e4d02 | ||
|
|
12ef915e13 | ||
|
|
6b6f750293 | ||
|
|
09db2fabc7 | ||
|
|
518bb21f9d |
5 changed files with 128 additions and 54 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -7,3 +7,12 @@
|
||||||
/amsynth-1.7.0.tar.bz2
|
/amsynth-1.7.0.tar.bz2
|
||||||
/amsynth-1.7.1.tar.bz2
|
/amsynth-1.7.1.tar.bz2
|
||||||
/amsynth-1.8.0.tar.bz2
|
/amsynth-1.8.0.tar.bz2
|
||||||
|
/amsynth-1.9.0.tar.bz2
|
||||||
|
/amsynth-1.10.0.tar.gz
|
||||||
|
/amsynth-1.11.0.tar.gz
|
||||||
|
/amsynth-1.12.1.tar.gz
|
||||||
|
/amsynth-1.12.2.tar.gz
|
||||||
|
/amsynth-1.12.4.tar.gz
|
||||||
|
/amsynth-1.13.0.tar.gz
|
||||||
|
/amsynth-1.13.2.tar.gz
|
||||||
|
/amsynth-1.13.4.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
--- amsynth-1.8.0/src/GUI/editor_menus.cpp 2017-06-26 11:03:50.759991095 +0200
|
|
||||||
+++ amsynth.new/src/GUI/editor_menus.cpp 2017-06-26 11:03:11.541393614 +0200
|
|
||||||
@@ -197,8 +197,8 @@
|
|
||||||
GTK_DIALOG_DESTROY_WITH_PARENT,
|
|
||||||
GTK_MESSAGE_ERROR,
|
|
||||||
GTK_BUTTONS_OK,
|
|
||||||
- message);
|
|
||||||
- gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG(dialog), secondary);
|
|
||||||
+ "%s",message);
|
|
||||||
+ gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG(dialog),"%s", secondary);
|
|
||||||
gtk_dialog_run(GTK_DIALOG(dialog));
|
|
||||||
gtk_widget_destroy(dialog);
|
|
||||||
}
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
--- amsynth-1.8.0/Makefile.am 2017-06-25 22:29:19.000000000 +0200
|
|
||||||
+++ amsynth.new/Makefile.am 2017-06-26 11:21:45.823110134 +0200
|
|
||||||
@@ -296,7 +296,7 @@
|
|
||||||
appdata_in_files += data/dssi-amsynth-plugin.metainfo.xml.in
|
|
||||||
appdata_in_files += data/lv2-amsynth-plugin.metainfo.xml.in
|
|
||||||
appdata_in_files += data/vst-amsynth-plugin.metainfo.xml.in
|
|
||||||
-appdata_DATA = $(appdata_in_files:.appdata.xml.in=.appdata.xml)
|
|
||||||
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
|
|
||||||
@INTLTOOL_XML_RULE@
|
|
||||||
|
|
||||||
EXTRA_DIST += $(appdata_in_files)
|
|
||||||
147
amsynth.spec
147
amsynth.spec
|
|
@ -1,22 +1,25 @@
|
||||||
Name: amsynth
|
Name: amsynth
|
||||||
Version: 1.8.0
|
Version: 1.13.4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: A classic synthesizer with dual oscillators
|
Summary: A classic synthesizer with dual oscillators
|
||||||
|
|
||||||
License: GPLv2+
|
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||||
|
License: GPL-2.0-or-later
|
||||||
URL: http://amsynth.github.io/
|
URL: http://amsynth.github.io/
|
||||||
Source0: https://github.com/nixxcode/%{name}/releases/download/release-%{version}/%{name}-%{version}.tar.bz2
|
Source0: https://github.com/%{name}/%{name}/releases/download/release-%{version}/%{name}-%{version}.tar.gz
|
||||||
Patch0: amsynth.fixConstString.patch
|
|
||||||
Patch1: amsynth.fixMetainfo.patch
|
|
||||||
|
|
||||||
|
# https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
BuildRequires: jack-audio-connection-kit-devel lash-devel libsndfile-devel libsndfile-utils
|
BuildRequires: jack-audio-connection-kit-devel
|
||||||
|
BuildRequires: lash-devel
|
||||||
BuildRequires: mesa-libGL-devel mesa-libEGL-devel
|
BuildRequires: mesa-libGL-devel mesa-libEGL-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: pandoc
|
BuildRequires: pandoc
|
||||||
Requires: jack-audio-connection-kit libsndfile-utils lash
|
BuildRequires: lv2-devel
|
||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
Requires: %{name}-data = %{version}-%{release}
|
Requires: %{name}-data = %{version}-%{release}
|
||||||
|
|
||||||
|
|
@ -41,7 +44,7 @@ Sound banks and skins used in amsynth
|
||||||
Summary: Amsynth lv2 plugin
|
Summary: Amsynth lv2 plugin
|
||||||
Requires: lv2
|
Requires: lv2
|
||||||
Requires: %{name}-data = %{version}-%{release}
|
Requires: %{name}-data = %{version}-%{release}
|
||||||
Obsoletes: lv2-amsynth-plugins
|
Obsoletes: lv2-amsynth-plugins < 1.6.0
|
||||||
|
|
||||||
%description -n lv2-amsynth-plugin
|
%description -n lv2-amsynth-plugin
|
||||||
Amsynth plugin for the lv2 audio standard
|
Amsynth plugin for the lv2 audio standard
|
||||||
|
|
@ -50,9 +53,10 @@ Amsynth plugin for the lv2 audio standard
|
||||||
%package -n dssi-amsynth-plugin
|
%package -n dssi-amsynth-plugin
|
||||||
Summary: Amsynth dssi plugin
|
Summary: Amsynth dssi plugin
|
||||||
BuildRequires: dssi-devel liblo liblo-devel
|
BuildRequires: dssi-devel liblo liblo-devel
|
||||||
|
BuildRequires: make
|
||||||
Requires: dssi
|
Requires: dssi
|
||||||
Requires: %{name}-data = %{version}-%{release}
|
Requires: %{name}-data = %{version}-%{release}
|
||||||
Obsoletes: dssi-amsynth-plugins
|
Obsoletes: dssi-amsynth-plugins < 1.6.0
|
||||||
|
|
||||||
%description -n dssi-amsynth-plugin
|
%description -n dssi-amsynth-plugin
|
||||||
Amsynth plugin for the dssi audio API
|
Amsynth plugin for the dssi audio API
|
||||||
|
|
@ -60,20 +64,18 @@ Amsynth plugin for the dssi audio API
|
||||||
%package -n vst-amsynth-plugin
|
%package -n vst-amsynth-plugin
|
||||||
Summary: Amsynth vst plugin
|
Summary: Amsynth vst plugin
|
||||||
Requires: %{name}-data = %{version}-%{release}
|
Requires: %{name}-data = %{version}-%{release}
|
||||||
Obsoletes: vst-amsynth-plugins
|
Obsoletes: vst-amsynth-plugins < 1.6.0
|
||||||
|
|
||||||
%description -n vst-amsynth-plugin
|
%description -n vst-amsynth-plugin
|
||||||
Amsynth plugin for the vst protocl
|
Amsynth plugin for the vst protocol
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-jack --with-alsa --with-jack --with-sndfile --with-lash --with-dssi --prefix=/usr
|
%configure --with-jack --with-alsa --with-sndfile --with-lash --with-dssi
|
||||||
%make_build
|
%make_build V=1
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
@ -113,20 +115,107 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*%{name}.*
|
||||||
%{_libdir}/vst/%{name}_vst.so
|
%{_libdir}/vst/%{name}_vst.so
|
||||||
%{_datadir}/appdata/vst-%{name}-plugin.metainfo.xml
|
%{_datadir}/appdata/vst-%{name}-plugin.metainfo.xml
|
||||||
|
|
||||||
%post
|
|
||||||
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
||||||
|
|
||||||
%postun
|
|
||||||
if [ $1 -eq 0 ] ; then
|
|
||||||
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
||||||
/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
|
|
||||||
fi
|
|
||||||
|
|
||||||
%posttrans
|
|
||||||
/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.4-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.4-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Sep 29 2024 Guido Aulisi <guido.aulisi@inps.it> - 1.13.4-1
|
||||||
|
- Update to 1.13.4
|
||||||
|
|
||||||
|
* Thu Jul 25 2024 Miroslav Suchý <msuchy@redhat.com> - 1.13.2-6
|
||||||
|
- convert license to SPDX
|
||||||
|
|
||||||
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.2-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.2-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Feb 05 2023 Guido Aulisi <guido.aulisi@gmail.com> - 1.13.2-1
|
||||||
|
- Update to 1.13.2
|
||||||
|
|
||||||
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Dec 27 2022 Guido Aulisi <guido.aulisi@gmail.com> - 1.13.0-1
|
||||||
|
- Update to 1.13.0
|
||||||
|
|
||||||
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.4-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jan 10 2022 Guido Aulisi <guido.aulisi@gmail.com> - 1.12.4-1
|
||||||
|
- Update to 1.12.4
|
||||||
|
- Add BR lv2-devel
|
||||||
|
|
||||||
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Dec 29 08:20:42 CET 2020 Guido Aulisi <guido.aulisi@gmail.com> - 1.12.2-1
|
||||||
|
- Update to 1.12.2
|
||||||
|
- Fix #1911367
|
||||||
|
|
||||||
|
* Mon Nov 16 2020 Guido Aulisi <guido.aulisi@gmail.com> - 1.12.1-1
|
||||||
|
- Update to 1.12.1
|
||||||
|
|
||||||
|
* Sun Oct 04 2020 Guido Aulisi <guido.aulisi@gmail.com> - 1.11.0-1
|
||||||
|
- Update to 1.11.0
|
||||||
|
|
||||||
|
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-3
|
||||||
|
- Second attempt - Rebuilt for
|
||||||
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri May 08 2020 Guido Aulisi <guido.aulisi@gmail.com> - 1.10.0-1
|
||||||
|
- Update to 1.10.0
|
||||||
|
- Some spec cleanup
|
||||||
|
|
||||||
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Apr 23 2019 Guido Aulisi <guido.aulisi@gmail.com> - 1.9.0-1
|
||||||
|
- Update to 1.9.0
|
||||||
|
- Patch a format string overflow
|
||||||
|
- Minor spec tuning
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 09 2018 Guido Aulisi <guido.aulisi@gmail.com> - 1.8.0-5
|
||||||
|
- Fix FTBFS with new Automake: patch Makefile.in, not Makefile.am
|
||||||
|
|
||||||
|
* Sun Jan 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.0-4
|
||||||
|
- Remove obsolete scriptlets
|
||||||
|
|
||||||
* Tue Aug 01 2017 Alexandre Moine <nobrakal@cthugha.org> - 1.8.0-3
|
* Tue Aug 01 2017 Alexandre Moine <nobrakal@cthugha.org> - 1.8.0-3
|
||||||
- Fix RHBGZ #1476525
|
- Fix RHBGZ #1476525
|
||||||
- Spec cleanup
|
- Spec cleanup
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (amsynth-1.8.0.tar.bz2) = a47489b103dbdd1cb2233d8629acfda2a1d26ac1f7ea5b8c4e7925676842cac21758ca94b50894e71426517bd826e9a9b6fd26800516054e24d62f7cbce4f0f9
|
SHA512 (amsynth-1.13.4.tar.gz) = 94da080036667cc89dd22c04cadc8993fa4ff534b0f009f84d374fa20d391928a3b104287e6c6856edbdb1e5d26daf2c730a73fc08734db8c7eb62c8f35cc129
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue