Package Details: dcmtk-git 3.6.8.r54.gc791af76e-1

Git Clone URL: https://aur.archlinux.org/dcmtk-git.git (read-only, click to copy)
Package Base: dcmtk-git
Description: Collection of libraries and applications implementing large parts the DICOM standard
Upstream URL: https://dicom.offis.de/dcmtk
Licenses: custom
Conflicts: dcmtk
Provides: dcmtk
Submitter: pmattern
Maintainer: pmattern
Last Packager: pmattern
Votes: 1
Popularity: 0.000000
First Submitted: 2016-05-02 16:17 (UTC)
Last Updated: 2024-01-31 11:36 (UTC)

Required by (10)

Sources (1)

Latest Comments

micwoj92 commented on 2025-05-13 22:44 (UTC) (edited on 2025-05-13 22:44 (UTC) by micwoj92)

Build fails:

[ 88%] Building CXX object dcmpstat/libsrc/CMakeFiles/dcmpstat.dir/dviface.cc.o
/build/dcmtk-git/src/dcmtk/dcmsr/apps/dsrdump.cc: In function ‘int main(int, char**)’:
/build/dcmtk-git/src/dcmtk/dcmsr/apps/dsrdump.cc:338:93: error: ‘opt_convertToUTF8’ was not declared in this scope
  338 |         if (dumpFile(COUT, current, opt_readMode, opt_ixfer, opt_readFlags, opt_printFlags, opt_convertToUTF8).bad())
      |                                                                                             ^~~~~~~~~~~~~~~~~
[ 88%] Linking CXX executable ../../bin/dsr2html
[ 88%] Building CXX object dcmrt/libsrc/CMakeFiles/dcmrt.dir/drtws.cc.o
/build/dcmtk-git/src/dcmtk/dcmsr/apps/dsrdump.cc: At global scope:
/build/dcmtk-git/src/dcmtk/dcmsr/apps/dsrdump.cc:51:20: warning: ‘OFCondition dumpFile(std::ostream&, const char*, E_FileReadMode, E_TransferSyntax, size_t, size_t, OFBool)’ defined but not used [-Wunused-function]
   51 | static OFCondition dumpFile(STD_NAMESPACE ostream &out,
      |                    ^~~~~~~~
make[2]: *** [dcmsr/apps/CMakeFiles/dsrdump.dir/build.make:79: dcmsr/apps/CMakeFiles/dsrdump.dir/dsrdump.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:5892: dcmsr/apps/CMakeFiles/dsrdump.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

haawda commented on 2023-08-04 19:41 (UTC)

libwrap now is available in AUR, but I no not see the need to link against it in a lib to monitor tcp connections.

haawda commented on 2023-07-24 18:51 (UTC)

libwrap dependency is no longer available and no longer needed.

FabioLolix commented on 2023-06-02 19:44 (UTC)

Warning:

CMake Warning:
  Manually-specified variables were not used by the project:

    DCMTK_INSTALL_ETCDIR
    DCMTK_USE_CXX11_STL

The pkgbuild need to switch from git:// to git+https://

nnnn20430 commented on 2018-04-13 14:16 (UTC) (edited on 2018-04-13 14:16 (UTC) by nnnn20430)

you need to specify the library install path for cmake: "-DCMAKE_INSTALL_LIBDIR=/usr/lib"

or else pacman fails to install the package