forked from pool/noson
- 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
25 lines
677 B
Diff
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"
|