Package Details: libdicomscope-jni-bin 3.6.0-27

Git Clone URL: https://aur.archlinux.org/libdicomscope-jni-bin.git (read-only, click to copy)
Package Base: libdicomscope-jni-bin
Description: OFFIS DICOM viewer (JNI files).
Upstream URL: https://dicom.offis.de/dscope.php.en
Licenses: OFFIS
Conflicts: libdicomscope-jni
Provides: libdicomscope-jni
Replaces: dicomscope, libdicomscope-jni
Submitter: g360
Maintainer: g360 (leo_sk)
Last Packager: g360
Votes: 2
Popularity: 0.000000
First Submitted: 2022-03-06 00:03 (UTC)
Last Updated: 2024-03-02 23:52 (UTC)

Latest Comments

leo_sk commented on 2024-07-05 15:08 (UTC)

Package broken. Correct pkgbuild:

pkgname=libdicomscope-jni-bin
_pkgname=libdicomscope-jni
pkgver=3.6.0
pkgrel=27
_debrel=${pkgrel}
pkgdesc="OFFIS DICOM viewer (JNI files)."
arch=('i686' 'x86_64')
url="https://dicom.offis.de/dscope.php.en"
_url="https://packages.ubuntu.com/focal/libdicomscope-jni" # LTS
license=('OFFIS')
depends=('libdcmtk17')
replaces=("${_pkgname}" 'dicomscope<3.6.0')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
options=('!strip' '!emptydirs')

source_x86_64=("https://mirrors.kernel.org/ubuntu/pool/universe/d/dicomscope/${_pkgname}_${pkgver}-${_debrel}build2_amd64.deb")

package() {
  tar xf data.tar.zst -C "${pkgdir}"
  mv "${pkgdir}/usr/lib/x86_64-linux-gnu/jni" "${pkgdir}/usr/lib/"
  rmdir "${pkgdir}/usr/lib/x86_64-linux-gnu/"

  install -D -m644 "${pkgdir}/usr/share/doc/${_pkgname}/copyright" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}

sha256sums_x86_64=('df17396533b2971d3494f3a767a9da831c999b2d8032beb8b9eda809ff3094be')

g360 commented on 2022-03-06 00:05 (UTC)

Have published a new package with the correct -bin postfix (for binary pacakges) and upgrade to latest upstream binary build with newer dependencies:

https://aur.archlinux.org/packages/libdicomscope-jni-bin

g360 commented on 2022-03-05 21:55 (UTC)

Source files should be update from version 3.6.0-17 to 3.6.0-18.