[med-svn] [dcm2niix] 06/07: Build with JPEG support using TurboJPEG
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Aug 13 13:37:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository dcm2niix.
commit fadda4c97f2c1be8dc3eb409a92be05304e85fb3
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Sat Aug 12 18:44:43 2017 +0100
Build with JPEG support using TurboJPEG
---
debian/control | 2 ++
debian/rules | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 6161e88..65a03e6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,9 @@ Priority: optional
Build-Depends: cmake,
debhelper (>= 10),
libopenjp2-7-dev,
+ libturbojpeg0-dev,
libyaml-cpp-dev,
+ pkg-config,
python3-sphinx,
zlib1g-dev
Standards-Version: 4.0.1
diff --git a/debian/rules b/debian/rules
index 1445be9..0616c01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,8 @@ override_dh_auto_configure:
dh_auto_configure -- -DBATCH_VERSION=ON \
-DUSE_STATIC_RUNTIME=OFF \
-DUSE_SYSTEM_ZLIB=ON \
- -DUSE_OPENJPEG=ON
+ -DUSE_OPENJPEG=ON \
+ -DUSE_TURBOJPEG=ON
override_dh_auto_build:
dh_auto_build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/dcm2niix.git
More information about the debian-med-commit
mailing list