Search Criteria
Package Details: dcmtk 3.6.5-1
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: | |
Submitter: | Skatox |
Maintainer: | Skatox |
Last Packager: | Skatox |
Votes: | 49 |
Popularity: | 0.39 |
First Submitted: | 2008-11-07 13:14 |
Last Updated: | 2019-11-16 16:11 |
Dependencies (9)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- libssh (libssh-git, libssh-gnutls)
- libtiff (libtiff-git, libtiff-minimal-git)
- libwrap
- libxml2 (libxml2-linenum, libxml2-git)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- cmake (cmake-git) (make)
- make (make3, make-git, make-without-guile) (make)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
jas commented on 2021-02-04 17:50
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
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
@lahwaacz I removed it. Could you confirm that's ok?
lahwaacz commented on 2019-01-29 21:53
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
Fixed, sorry for the wrong URL.
maderios commented on 2018-12-29 11:32
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
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
The source URL is incorrect: s/dcmtk363/dcmtk364/g
Skatox commented on 2018-03-20 22:07
@haawda updated, it's weird because it didn't asked me to install it.
haawda commented on 2018-03-20 20:46
I happened to not have libwrap installed. The build process wanted to build /usr/lib/libwrap for me...
So it should be a dependency.