Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
issakomi committed Oct 15, 2021
1 parent 5d51927 commit 81a9c78
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 4 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.0")
set(ALIZAMS_OSX_BUNDLE_VERSION "1.7.1")
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.0"
#define ALIZAMS_VERSION "1.7.1"
#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.0-1) stable; urgency=low
alizams (1.7.1-1) stable; urgency=low

* Initial upload to Debian. Closes: #999999.

-- Mikhail Isakov <[email protected]> Fri, 24 Sep 2021 00:00:00 -0000
-- Mikhail Isakov <[email protected]> Fri, 15 Oct 2021 00:00:00 -0000
63 changes: 63 additions & 0 deletions fedora-34/alizams.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
%global debug_package %{nil}

Name: alizams
Version: 1.7.1
Release: 1%{?dist}
Summary: Aliza MS DICOM Viewer
License: GPLv3
BuildRequires: cmake
BuildRequires: g++
BuildRequires: libuuid-devel
BuildRequires: zlib-devel
BuildRequires: qt5-qtsvg-devel
BuildRequires: openjpeg2-devel >= 2.0
BuildRequires: CharLS-devel
BuildRequires: vxl-devel
BuildRequires: cmake(LIBMINC)
BuildRequires: cmake(ITK)
BuildRequires: cmake(gdcm)
BuildRequires: desktop-file-utils
BuildRequires: git
Requires: hicolor-icon-theme
Requires: qt5-qtsvg


%description
A DICOM viewer. Very fast directory scanner, DICOMDIR. 2D and 3D views with
many tools. View uniform and non-uniform series in physical space.
Consistently de-identify DICOM. View DICOM metadata. Ultrasound with proper
measurement in regions, cine. Scout (localizer) lines. Grayscale softcopy
presentation. Structured report. Compressed images. RTSTRUCT contours.
Siemens mosaic format. United Imaging Healthcare (UIH) Grid / VFrame format.
Elscint ELSCINT1 PMSCT_RLE1 and PMSCT_RGB1

%prep
git clone --recurse-submodules https://github.com/AlizaMedicalImaging/AlizaMS.git

%build
cd AlizaMS

%cmake -DCMAKE_BUILD_TYPE:STRING=Release \
-DALIZA_QT_VERSION:STRING=5 \
-DMDCM_USE_SYSTEM_ZLIB:BOOL=ON \
-DMDCM_USE_SYSTEM_OPENJPEG:BOOL=ON \
-DMDCM_USE_SYSTEM_CHARLS:BOOL=ON \
-DMDCM_USE_SYSTEM_UUID:BOOL=ON \
-DITK_DIR=%{_libdir}/cmake/InsightToolkit

%cmake_build

%install
cd AlizaMS
%cmake_install

%files

%{_bindir}/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/icons/hicolor/*/apps/%{name}.svg
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1*

%changelog

0 comments on commit 81a9c78

Please sign in to comment.