Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
issakomi committed Nov 26, 2021
1 parent 1f11a85 commit 8c6be54
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ project(ALIZAMS)
#
#
if(APPLE)
set(ALIZAMS_OSX_BUNDLE_VERSION "1.7.2")
set(ALIZAMS_OSX_BUNDLE_VERSION "1.7.3")
endif()

# Qt major version, required.
Expand Down
2 changes: 1 addition & 1 deletion alizams_version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef ALIZAMS_VERSION
#define ALIZAMS_VERSION "1.7.2"
#define ALIZAMS_VERSION "1.7.3"
#endif

4 changes: 2 additions & 2 deletions debian-10/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
alizams (1.7.1-1) stable; urgency=low
alizams (1.7.3-1) stable; urgency=low

* Initial upload to Debian. Closes: #999999.

-- Mikhail Isakov <[email protected]> Fri, 15 Oct 2021 00:00:00 -0000
-- Mikhail Isakov <[email protected]> Fri, 26 Nov 2021 00:00:00 -0000
1 change: 1 addition & 0 deletions debian-10/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Build-Depends: cmake,
qt5-qmake-bin,
qtbase5-dev,
libqt5svg5-dev,
libbullet-dev,
uuid-dev,
libz-dev,
libcharls-dev (>= 2.0.0),
Expand Down
1 change: 1 addition & 0 deletions debian-10/rules
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
CMAKEFLAGS = -DALIZA_QT_VERSION:STRING=5 \
-DCMAKE_SKIP_RPATH:BOOL=ON \
-DALIZA_CXX_STANDARD:STRING=14 \
-DALIZA_USE_SYSTEM_BULLET:BOOL=ON \
-DMDCM_USE_SYSTEM_UUID:BOOL=ON \
-DMDCM_USE_SYSTEM_ZLIB:BOOL=ON \
-DMDCM_USE_SYSTEM_OPENJPEG:BOOL=ON \
Expand Down
15 changes: 9 additions & 6 deletions fedora-34/alizams.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
%global debug_package %{nil}

Name: alizams
Version: 1.7.2
Version: 1.7.3
Release: 1%{?dist}
Summary: Aliza MS DICOM Viewer
License: GPLv3
Expand All @@ -16,19 +14,24 @@ BuildRequires: vxl-devel
BuildRequires: cmake(LIBMINC)
BuildRequires: cmake(ITK)
BuildRequires: cmake(gdcm)
BuildRequires: bullet-devel >= 2.97
BuildRequires: bullet-devel
BuildRequires: desktop-file-utils
BuildRequires: git
Requires: hicolor-icon-theme
Requires: qt5-qtsvg


%description
DICOM viewer
A 2D and 3D DICOM viewer with many tools and very fast directory
scanner and DICOMDIR support.
It can consistently de-identify DICOM files.

%prep
git clone https://github.com/AlizaMedicalImaging/AlizaMS.git
cd AlizaMS
rm -rf debian-10/
rm -rf fedora-34/
rm -rf package/apple/
rm -rf package/art/
rm -fr mdcm/Utilities/mdcmzlib/
rm -fr mdcm/Utilities/mdcmopenjpeg/
rm -fr mdcm/Utilities/mdcmcharls/
Expand Down

0 comments on commit 8c6be54

Please sign in to comment.