Search Criteria
Package Details: dcmtk 3.6.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dcmtk.git (read-only, click to copy) |
---|---|
Package Base: | dcmtk |
Description: | A collection of libraries and applications implementing large parts the DICOM standard |
Upstream URL: | http://dicom.offis.de/dcmtk |
Licenses: | Other |
Submitter: | Skatox |
Maintainer: | Skatox |
Last Packager: | Skatox |
Votes: | 53 |
Popularity: | 0.29 |
First Submitted: | 2008-11-07 13:14 (UTC) |
Last Updated: | 2022-05-19 14:14 (UTC) |
Dependencies (8)
- libpng (libpng-apng, libpng-minimal-git, libpng-git)
- libtiff (libtiff-git, libtiff-minimal-git, libtiff-lerc, libtiff-maya-git)
- libwrap
- libxml2 (libxml2-git)
- openssl (libressl-git, openssl-hardened, openssl-git, openssl-static)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng, zlib-ng-compat-git)
- cmake (cmake-git) (make)
- make (make-git) (make)
Latest Comments
wget commented on 2022-05-13 10:46 (UTC)
Would it be possible to upgrade this package to 3.6.7 that way I can properly link Orthanc and derivatives? :)
Skatox commented on 2021-06-23 03:50 (UTC)
Removed options=(), now it compiles. Sorry for any inconveniences
lahwaacz commented on 2021-06-21 07:18 (UTC)
The PKGBUILD contains
which is false, the package builds just fine without overriding
buildflags
. Please remove this.Skatox commented on 2021-06-21 00:46 (UTC)
Removed -lssl flag.
bartus commented on 2021-04-08 06:50 (UTC)
-lssl
LDFLAGS hack is no longer required, you can safely drop it.lahwaacz commented on 2021-04-06 07:26 (UTC)
libssh
was removed fromdepends
in the last update: https://aur.archlinux.org/cgit/aur.git/commit/?h=dcmtk&id=8358be53c7d02d94c6c0020399fbbd69df89cde3tavianator commented on 2021-04-05 18:36 (UTC) (edited on 2021-04-05 18:36 (UTC) by tavianator)
Since libssh isn't a dependency, but -lssh is manually added to LDFLAGS for some reason, I get this:
Removing -lssh from LDFLAGS fixes it.
Skatox commented on 2021-04-03 20:11 (UTC)
@jas added your suggestions. And @haawda, thanks for the collaboration.
haawda commented on 2021-03-22 20:04 (UTC)
Update
jas commented on 2021-02-04 17:50 (UTC)
Just curious: Where does the libssh dependency in the PKGBUILD come from? DCMTK doesn't use it. The list of DCMTK's third party dependencies is given here: https://support.dcmtk.org/docs/file_install.html Perhaps consider adding a dependency to libiconv or ICU instead, in case someone needs better character set conversion support than provided by the glibc.
lahwaacz commented on 2019-05-18 10:47 (UTC)
Yes, it works. Also note that installing the directory
${pkgdir}/usr/lib/
[1] is useless, it already exists sincemake install
.[1] https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=dcmtk#n55
Skatox commented on 2019-05-05 17:15 (UTC)
@lahwaacz I removed it. Could you confirm that's ok?
lahwaacz commented on 2019-01-29 21:53 (UTC)
The /etc/ld.so.conf.d/dcmtk.conf file installed by the PKGBUILD [1] is completely useless, since the loader looks into /usr/lib by default...
[1] https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=dcmtk#n59
Skatox commented on 2018-12-30 04:13 (UTC)
Fixed, sorry for the wrong URL.
maderios commented on 2018-12-29 11:32 (UTC)
Failure while downloading ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk363/dcmtk-3.6.4.tar.gz
haawda commented on 2018-12-26 19:00 (UTC)
you could define another variable _pkgver=${pkgver//./} and use it in the source array:
source=("ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk${_pkgver}/${pkgname}-${pkgver}.tar.gz")
kinodont commented on 2018-12-26 07:22 (UTC)
The source URL is incorrect: s/dcmtk363/dcmtk364/g
Skatox commented on 2018-03-20 22:07 (UTC)
@haawda updated, it's weird because it didn't asked me to install it.
haawda commented on 2018-03-20 20:46 (UTC)
I happened to not have libwrap installed. The build process wanted to build /usr/lib/libwrap for me...
So it should be a dependency.
farbeiza commented on 2018-03-17 13:08 (UTC)
Now it is working perfectly for me.
Thanks a lot for the quick fix.
Skatox commented on 2018-03-13 12:47 (UTC)
@haawda thanks for the report, updated.
haawda commented on 2018-03-13 07:40 (UTC)
Installs libs to /usr/lib64 for me. Adding
-DCMAKE_INSTALL_LIBDIR:PATH=lib \
-DCMAKE_INSTALL_LIBEXECDIR:PATH=lib
to the cmake command prevents this.
farbeiza commented on 2018-03-12 22:55 (UTC) (edited on 2018-03-12 22:58 (UTC) by farbeiza)
When installing the package, I am getting this error:
I am finding some old posts about a similar problem, but I do not think it is the same problem now.
Is anyone getting something like this?
Skatox commented on 2018-03-12 03:25 (UTC)
Updated to 3.6.3 now it uses included Charls code. No fedora patches.
jas commented on 2018-02-08 21:04 (UTC) (edited on 2018-02-08 21:05 (UTC) by jas)
"The upstream developers should be contacted."
I'm listening ;-) Making our included (and often also modified) versions of the third party libraries interchangable by the ones provided by the OS is something we certainly want to do, but don't quite find the time for. If you were to propose a patch I could at least add it to our issue tracker and maybe someone will find the time to review and finally commit it.
Regarding CharLS we already have this as a feature request:
http://support.dcmtk.org/redmine/issues/344
And we also have:
http://support.dcmtk.org/redmine/issues/403
amos commented on 2018-01-16 14:31 (UTC)
I tried to get it working with charls 2.0, but they changed too much to maintain in downstream patches (names, enums -> enum classes, etc.). The upstream developers should be contacted. In the meantime, I guess the reasonable option is to drop both the patches and the removal of the CharLS they ship. Or depend strictly on CharLS<2.0, but that's probably inconvenient.
Skatox commented on 2018-01-15 16:50 (UTC)
You're right. I have charls1 installed. Should I keep fedora patches or leave it without them?
amos commented on 2018-01-15 16:29 (UTC) (edited on 2018-01-15 16:30 (UTC) by amos)
The fedora patches are for CharLS 1.0, but probably not for CharLS 2.0.
Skatox commented on 2018-01-15 04:57 (UTC)
Updated to include Fedora's patches.
Skatox commented on 2017-07-29 22:33 (UTC)
hoschi commented on 2017-06-14 07:50 (UTC)
Skatox commented on 2017-06-05 01:42 (UTC) (edited on 2017-06-05 01:42 (UTC) by Skatox)
pmattern commented on 2017-03-08 00:31 (UTC)
graysky commented on 2017-02-07 20:02 (UTC)
nisok commented on 2017-01-06 21:29 (UTC)
pmattern commented on 2016-12-06 23:09 (UTC)
quasarj commented on 2016-12-01 23:21 (UTC)
pmattern commented on 2016-11-15 19:10 (UTC)
Skatox commented on 2016-11-14 03:44 (UTC)
pmattern commented on 2016-11-08 00:10 (UTC)
Skatox commented on 2016-09-24 13:26 (UTC)
Skatox commented on 2015-01-15 16:25 (UTC)
haawda commented on 2014-12-18 21:27 (UTC)
Skatox commented on 2014-01-23 23:22 (UTC)
nylocx commented on 2014-01-21 09:48 (UTC)
Skatox commented on 2014-01-04 14:41 (UTC)
mielouk commented on 2013-12-24 21:41 (UTC)
Skatox commented on 2013-09-22 14:28 (UTC)
zeppelinlg commented on 2013-09-21 22:42 (UTC)
Skatox commented on 2013-09-18 19:56 (UTC)
ivan_p commented on 2013-09-17 22:18 (UTC)
cpaulus commented on 2012-09-19 20:45 (UTC)
Skatox commented on 2012-09-13 13:46 (UTC)
cpaulus commented on 2012-09-13 11:25 (UTC)
Skatox commented on 2012-09-08 14:08 (UTC)
cpaulus commented on 2012-09-08 13:27 (UTC)
commented on 2012-04-21 21:50 (UTC)
Skatox commented on 2012-04-21 19:55 (UTC)
chenxiaolong commented on 2012-04-21 18:19 (UTC)
chenxiaolong commented on 2012-04-21 18:18 (UTC)
Skatox commented on 2012-04-21 17:29 (UTC)
commented on 2012-04-21 13:33 (UTC)
Skatox commented on 2012-01-03 16:05 (UTC)
chenxiaolong commented on 2011-12-31 00:41 (UTC)
chenxiaolong commented on 2011-12-31 00:13 (UTC)
chenxiaolong commented on 2011-12-31 00:12 (UTC)
Skatox commented on 2011-05-26 13:34 (UTC)
bigpool commented on 2011-05-26 13:32 (UTC)
commented on 2010-12-04 21:31 (UTC)
Skatox commented on 2010-10-21 02:09 (UTC)
commented on 2010-10-20 15:00 (UTC)
Skatox commented on 2010-10-02 13:06 (UTC)
mzecher commented on 2010-09-29 21:54 (UTC)
Skatox commented on 2010-04-17 13:58 (UTC)
haawda commented on 2010-04-15 17:44 (UTC)