diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-05-21 20:55:01 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-05-21 20:55:01 +0100 |
commit | eb509e1a15f595f667e8d177ddb73311084af6c0 (patch) | |
tree | fbc083f793d438d54b7fb4ec3a7e0286701b81bb /media-sound/zynaddsubfx | |
parent | eedf7b9dec39b69b43f7b581da418d37428db449 (diff) |
gentoo auto-resync : 21:05:2023 - 20:55:01
Diffstat (limited to 'media-sound/zynaddsubfx')
-rw-r--r-- | media-sound/zynaddsubfx/Manifest | 3 | ||||
-rw-r--r-- | media-sound/zynaddsubfx/files/zynaddsubfx-3.0.6-stdint.patch | 46 | ||||
-rw-r--r-- | media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild | 3 |
3 files changed, 50 insertions, 2 deletions
diff --git a/media-sound/zynaddsubfx/Manifest b/media-sound/zynaddsubfx/Manifest index 4799783e9e68..518db8fea32a 100644 --- a/media-sound/zynaddsubfx/Manifest +++ b/media-sound/zynaddsubfx/Manifest @@ -1,4 +1,5 @@ AUX zynaddsubfx-3.0.6-docs.patch 500 BLAKE2B 6f6e81c4e700f42c56417f4226408bfb7b45b67999a2c15eed5871d108f88cad49bcb5ea794b34dfaded63af335351c3a376d56797234403896d4337d05bae4a SHA512 5f240dc9256b6398a8b1ae517b0efc737afd87420a263d8bab63e1e6d81d522d43fcc95b696987d489072753bc283399e9792a0d6d44c4717111dc5fa45cd809 +AUX zynaddsubfx-3.0.6-stdint.patch 1318 BLAKE2B dc35d7032723366e515d328ef26f55bc6291346f92e5fa056b2592c66f77c899efb89598d99e84b21c263ad96a1c3c8ddaee2b2b568525812c535555e083acd7 SHA512 2a39555a0481be4cfd3d094d91924aeecdede42e2a151f5b2fce81a083b33dbb8615e4a7cd782fe83981bf6fa268a71d7c00a2bfa9ca04502341ca73d36cc79d DIST zynaddsubfx-3.0.6.tar.bz2 10001014 BLAKE2B 4adbeffb9bc0bd77bf81a6734f5c26fc676426e644e27cebb8e54e8d74d869c0e1b468782cd1a64aacef8f9b788d434a8d30a194944650eea03c4fd146ee7bf7 SHA512 86311f00d97e20c7eb22a46c99736c56765ed9737e728ef380a324e4a92c731086ed74f5d7bfeae104b690ab1ee1b40bfb8f240bc4c46f8afd47308ec48cbcea -EBUILD zynaddsubfx-3.0.6-r1.ebuild 2056 BLAKE2B cfda66874d5bd776be27d65fdb12a219a36a5412bf9d0459313a50102cfe88c656344a27476f6038d7e8e54050758cdbb9926dea936fcacb713447d3f1f8a7c5 SHA512 baefccc9b6c538b6f37488cd75f942e5a7c8551b189f070cda9a552e213be807483ff40208310dc175a3f7b895593e3085ec7fa423cc98e7747480c6430e82f9 +EBUILD zynaddsubfx-3.0.6-r1.ebuild 2089 BLAKE2B 9228d8791edacefa75f8e0a48f4f46fbc10f12f74ea1d0ca083c8519a6e7bac4938fbd5db1d7f23e503f463888db71054f9b364723bb378878d96026c1c49f54 SHA512 8ee5f12bfb8249d0c0da0f317c5f65ccb79668f585f9cf4ccf7ce3b79c4899ffd411ce8904ae9e311b75c890c37573f39abcc1760ca5a84f7e972b85b3b95a2a MISC metadata.xml 428 BLAKE2B 5a450f26afae683f0aa9ff386c87c37c3445b81240d4864fe90564f2c86913af772174cfeaeb82c29b4df0b92337d00f710d8779c9f3300865e7d20e6f9fc06c SHA512 53de61301fd080758dc195c67dfaf9ece5fba941988d17ca6edb7249e01a8804fe4e7edf961a4a0ec6891730dc6f6250e5cf7e91441061eb1e487be243c9b111 diff --git a/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.6-stdint.patch b/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.6-stdint.patch new file mode 100644 index 000000000000..4590183ab0f9 --- /dev/null +++ b/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.6-stdint.patch @@ -0,0 +1,46 @@ +Upstream Commit: https://github.com/zynaddsubfx/zynaddsubfx/commit/f384d92486d6b515cb628d0f52008a9e03341d8c +Upstream Commit: https://github.com/zynaddsubfx/zynaddsubfx/commit/70905c96fe7b9ffde19bc4bc05b0dc53a1ed1707 + +From f384d92486d6b515cb628d0f52008a9e03341d8c Mon Sep 17 00:00:00 2001 +From: fundamental <mark.d.mccurry@gmail.com> +Date: Wed, 19 Apr 2023 21:52:01 -0400 +Subject: [PATCH] Bank: Add stdint.h header include + +As uint8_t is used, this header should be included. +--- + src/Misc/Bank.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/Misc/Bank.h b/src/Misc/Bank.h +index 5120441a5..3f324dd84 100644 +--- a/src/Misc/Bank.h ++++ b/src/Misc/Bank.h +@@ -18,6 +18,7 @@ + #include <vector> + #include "../globals.h" + #include "Config.h" ++#include <stdint.h> + + //entries in a bank + #define BANK_SIZE 160 + +From 70905c96fe7b9ffde19bc4bc05b0dc53a1ed1707 Mon Sep 17 00:00:00 2001 +From: fundamental <mark.d.mccurry@gmail.com> +Date: Sat, 22 Apr 2023 10:21:09 -0400 +Subject: [PATCH] MidiIn: Add stdint.h header include + +--- + src/Nio/MidiIn.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/Nio/MidiIn.h b/src/Nio/MidiIn.h +index ce0bcfec3..c6b30c61d 100644 +--- a/src/Nio/MidiIn.h ++++ b/src/Nio/MidiIn.h +@@ -17,6 +17,7 @@ + #define MIDI_IN_H + + #include "Engine.h" ++#include <stdint.h>//uint8_t + + namespace zyn { diff --git a/media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild b/media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild index 91346729c831..ed506ba3f20e 100644 --- a/media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild +++ b/media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -45,6 +45,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${P}-docs.patch + "${FILESDIR}"/${P}-stdint.patch ) DOCS=( AUTHORS.txt NEWS.txt README.adoc ) |