[packages/zynaddsubfx] Rel 2
arekm
arekm at pld-linux.org
Tue Mar 10 23:51:49 CET 2026
commit a6f1b047768d800ee23f3f53d4b94e80bf9e8575
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Mar 10 23:51:45 2026 +0100
Rel 2
misc-cstdint-build.patch | 10 ++++++++++
nio-cstdint-build.patch | 10 ++++++++++
zynaddsubfx.spec | 7 +++++--
3 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/zynaddsubfx.spec b/zynaddsubfx.spec
index e695f18..f66a417 100644
--- a/zynaddsubfx.spec
+++ b/zynaddsubfx.spec
@@ -2,12 +2,14 @@ Summary: Realtime software synthesizer
Summary(pl.UTF-8): Syntezator programowy działający w czasie rzeczywistym
Name: zynaddsubfx
Version: 3.0.4
-Release: 1
+Release: 2
License: GPL
Group: X11/Applications/Sound
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
# Source0-md5: 090331a1c26f89aa52bd7e35f40ce6b6
Patch0: cxx_flags.patch
+Patch1: nio-cstdint-build.patch
+Patch2: misc-cstdint-build.patch
URL: http://zynaddsubfx.sourceforge.net/
BuildRequires: alsa-lib-devel
#BuildRequires: doxygen
@@ -86,6 +88,8 @@ Syntezator ZynAddSubFX jako wtyczka VST.
%setup -qn %{name}-%{version}
%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
@@ -114,7 +118,6 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc AUTHORS.txt HISTORY.txt README.adoc
%attr(755,root,root) %{_bindir}/zynaddsubfx
-%attr(755,root,root) %{_bindir}/zynaddsubfx-ext-gui
%{_datadir}/zynaddsubfx
%{_pixmapsdir}/zynaddsubfx.svg
%{_desktopdir}/zynaddsubfx-*.desktop
diff --git a/misc-cstdint-build.patch b/misc-cstdint-build.patch
new file mode 100644
index 0000000..b868ea1
--- /dev/null
+++ b/misc-cstdint-build.patch
@@ -0,0 +1,10 @@
+--- zynaddsubfx-3.0.4/src/Misc/Bank.h.orig 2017-10-31 02:40:45.000000000 +0100
++++ zynaddsubfx-3.0.4/src/Misc/Bank.h 2026-03-10 22:26:00.000000000 +0100
+@@ -16,6 +16,7 @@
+
+ #include <string>
+ #include <vector>
++#include <cstdint>
+ #include "../globals.h"
+ #include "Config.h"
+
diff --git a/nio-cstdint-build.patch b/nio-cstdint-build.patch
new file mode 100644
index 0000000..f6b322e
--- /dev/null
+++ b/nio-cstdint-build.patch
@@ -0,0 +1,10 @@
+--- zynaddsubfx-3.0.4/src/Nio/MidiIn.h.orig 2017-10-31 02:40:45.000000000 +0100
++++ zynaddsubfx-3.0.4/src/Nio/MidiIn.h 2026-03-10 22:20:00.000000000 +0100
+@@ -16,6 +16,7 @@
+ #define MIDI_IN_H
+
+ #include "Engine.h"
++#include <cstdint>
+
+ namespace zyn {
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/zynaddsubfx.git/commitdiff/a6f1b047768d800ee23f3f53d4b94e80bf9e8575
More information about the pld-cvs-commit
mailing list