Accepting request 1133977 from graphics
OBS-URL: https://build.opensuse.org/request/show/1133977 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc?expand=0&rev=27
This commit is contained in:
commit
1a1046d0b2
31
libboost.diff
Normal file
31
libboost.diff
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
--- a/OrthancFramework/Sources/Images/Font.cpp Mon Dec 18 09:52:12 2023 +0100
|
||||||
|
+++ b/OrthancFramework/Sources/Images/Font.cpp Mon Dec 18 10:44:11 2023 +0100
|
||||||
|
@@ -37,6 +37,7 @@
|
||||||
|
#include "Image.h"
|
||||||
|
#include "ImageProcessing.h"
|
||||||
|
|
||||||
|
+#include <cassert>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <memory>
|
||||||
|
#include <boost/lexical_cast.hpp>
|
||||||
|
|
||||||
|
--- a/OrthancFramework/Sources/Images/PamWriter.cpp Mon Dec 18 09:52:12 2023 +0100
|
||||||
|
+++ b/OrthancFramework/Sources/Images/PamWriter.cpp Mon Dec 18 10:44:11 2023 +0100
|
||||||
|
@@ -28,6 +28,7 @@
|
||||||
|
#include "../OrthancException.h"
|
||||||
|
#include "../Toolbox.h"
|
||||||
|
|
||||||
|
+#include <cassert>
|
||||||
|
#include <boost/lexical_cast.hpp>
|
||||||
|
|
||||||
|
|
||||||
|
--- a/OrthancServer/Sources/Search/ISqlLookupFormatter.cpp Mon Dec 18 09:52:12 2023 +0100
|
||||||
|
+++ b/OrthancServer/Sources/Search/ISqlLookupFormatter.cpp Mon Dec 18 10:44:11 2023 +0100
|
||||||
|
@@ -38,6 +38,7 @@
|
||||||
|
|
||||||
|
#include "DatabaseConstraint.h"
|
||||||
|
|
||||||
|
+#include <cassert>
|
||||||
|
#include <boost/lexical_cast.hpp>
|
||||||
|
#include <list>
|
||||||
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 18 14:13:12 UTC 2023 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
- libboost.diff to fix build error with boost 1.84
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 5 17:24:07 UTC 2023 - Axel Braun <axel.braun@gmx.de>
|
Wed Jul 5 17:24:07 UTC 2023 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Summary: RESTful DICOM server for healthcare and medical research
|
|||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Graphics/Visualization/Other
|
Group: Productivity/Graphics/Visualization/Other
|
||||||
URL: https://www.orthanc-server.com/
|
URL: https://www.orthanc-server.com/
|
||||||
Source0: https://www.orthanc-server.com/downloads/get.php?path=/orthanc/Orthanc-%{version}.tar.gz
|
Source0: https://orthanc.uclouvain.be/downloads/sources/%{name}/Orthanc-%{version}.tar.gz
|
||||||
Source1: orthanc.service
|
Source1: orthanc.service
|
||||||
Source2: orthanc-readme.SUSE
|
Source2: orthanc-readme.SUSE
|
||||||
Source3: serve-folders.json
|
Source3: serve-folders.json
|
||||||
@ -38,6 +38,7 @@ Source11: https://orthanc.osimis.io/ThirdPartyDownloads/dicom-web/axios-0.
|
|||||||
Source12: https://orthanc.osimis.io/ThirdPartyDownloads/jquery-3.4.1.min.js
|
Source12: https://orthanc.osimis.io/ThirdPartyDownloads/jquery-3.4.1.min.js
|
||||||
Source13: https://orthanc.osimis.io/ThirdPartyDownloads/dicom-web/vuejs-2.6.10.tar.gz
|
Source13: https://orthanc.osimis.io/ThirdPartyDownloads/dicom-web/vuejs-2.6.10.tar.gz
|
||||||
|
|
||||||
|
Patch0: libboost.diff
|
||||||
BuildRequires: civetweb-devel
|
BuildRequires: civetweb-devel
|
||||||
BuildRequires: cmake >= 2.8.0
|
BuildRequires: cmake >= 2.8.0
|
||||||
BuildRequires: curl-devel
|
BuildRequires: curl-devel
|
||||||
@ -124,7 +125,7 @@ This package includes the source files for Orthanc. Use it in conjunction with t
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Orthanc-%{version}
|
%setup -q -n Orthanc-%{version}
|
||||||
## %autopatch -p1
|
%autopatch -p1
|
||||||
|
|
||||||
cp %{S:1} %{S:2} .
|
cp %{S:1} %{S:2} .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user