SHA256
1
0
forked from pool/noson
Files
noson/noson-fix-missing-include.patch
Takashi Iwai 6f075f4bea Accepting request 1076673 from home:iznogood:branches:multimedia:libs
- Update to version 2.10.2:
  * Fix portability to GNU Hurd.
- Add noson-fix-missing-include.patch: Add missing include
  <cstdint> exposed by gcc 13.
- Rebase noson-include-time.h.patch with quilt.
- Use ldconfig_scriptlets macro.

OBS-URL: https://build.opensuse.org/request/show/1076673
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/noson?expand=0&rev=64
2023-04-03 16:05:37 +00:00

25 lines
677 B
Diff

Index: noson-2.10.2/noson/src/audioformat.h
===================================================================
--- noson-2.10.2.orig/noson/src/audioformat.h
+++ noson-2.10.2/noson/src/audioformat.h
@@ -22,6 +22,7 @@
#include "local_config.h"
#include <string>
+#include <cstdint>
namespace NSROOT
{
Index: noson-2.10.2/noson/src/filepicreader.h
===================================================================
--- noson-2.10.2.orig/noson/src/filepicreader.h
+++ noson-2.10.2/noson/src/filepicreader.h
@@ -27,6 +27,7 @@
#include <string>
#include <vector>
+#include <cstdint>
#define FILEPICREADER_PARAM_PATH "path"
#define FILEPICREADER_PARAM_TYPE "type"