diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-05-20 20:42:46 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-05-20 20:45:16 +1000 |
commit | 14e16e597eb984259ef55cfab63f5f64e73105bf (patch) | |
tree | 3b3585342e7b2c05da4804f95ff53cb95a7e9d49 /openjpeg2 | |
parent | 088b9ae42af3169d03afccad7ee14603468d35bb (diff) | |
download | contrib-14e16e597eb984259ef55cfab63f5f64e73105bf.tar.gz contrib-14e16e597eb984259ef55cfab63f5f64e73105bf.tar.xz |
openjpeg2: 2.3.0 -> 2.3.1
Diffstat (limited to 'openjpeg2')
-rw-r--r-- | openjpeg2/.footprint | 4 | ||||
-rw-r--r-- | openjpeg2/.signature | 8 | ||||
-rw-r--r-- | openjpeg2/Pkgfile | 6 |
3 files changed, 8 insertions, 10 deletions
diff --git a/openjpeg2/.footprint b/openjpeg2/.footprint index eaa075a1e..9a164955a 100644 --- a/openjpeg2/.footprint +++ b/openjpeg2/.footprint @@ -11,8 +11,8 @@ drwxr-xr-x root/root usr/include/openjpeg-2.3/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libopenjp2.a lrwxrwxrwx root/root usr/lib/libopenjp2.so -> libopenjp2.so.7 --rwxr-xr-x root/root usr/lib/libopenjp2.so.2.3.0 -lrwxrwxrwx root/root usr/lib/libopenjp2.so.7 -> libopenjp2.so.2.3.0 +-rwxr-xr-x root/root usr/lib/libopenjp2.so.2.3.1 +lrwxrwxrwx root/root usr/lib/libopenjp2.so.7 -> libopenjp2.so.2.3.1 drwxr-xr-x root/root usr/lib/openjpeg-2.3/ -rw-r--r-- root/root usr/lib/openjpeg-2.3/OpenJPEGConfig.cmake -rw-r--r-- root/root usr/lib/openjpeg-2.3/OpenJPEGTargets-release.cmake diff --git a/openjpeg2/.signature b/openjpeg2/.signature index 9dfc237f8..da8d0bd79 100644 --- a/openjpeg2/.signature +++ b/openjpeg2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3zA5F4HcrukgA3fq2nv1grqdeILBrIviQJJUlLUfOtPYSzur1Yj3Zojl2SdBjBv4p0PkTWrvgZ3yedWPqa4hyAQ= -SHA256 (Pkgfile) = adbb2d849761077ff070725adc304fe7c5e59abb2e1fe35272963bd79361a40a -SHA256 (.footprint) = 813a671bdfc31461a6ff5132488a5bbd2c61d49c807d844077bb9da3d10643c9 -SHA256 (openjpeg-2.3.0.tar.gz) = 3dc787c1bb6023ba846c2a0d9b1f6e179f1cd255172bde9eb75b01f1e6c7d71a +RWSagIOpLGJF3zn2Au+HNiV6xN+RrIQFxhhdhgaOJCcuVStJCqscFctaXCA50H+/m3bJe5sLGLCfo40uP/lhRv6t+tCo7LLWXQA= +SHA256 (Pkgfile) = 4362276cdc9c32f7b76307e2c332f39260e6a972794621e6ff8172e8cf4b4173 +SHA256 (.footprint) = 765d8e0bf55e17997af756206951427620277fd1f6bb5ea17f5a0b1b18a3f8b5 +SHA256 (openjpeg-2.3.1.tar.gz) = 63f5a4713ecafc86de51bfad89cc07bb788e9bba24ebbf0c4ca637621aadb6a9 diff --git a/openjpeg2/Pkgfile b/openjpeg2/Pkgfile index 757480fea..7571a574f 100644 --- a/openjpeg2/Pkgfile +++ b/openjpeg2/Pkgfile @@ -4,9 +4,9 @@ # Depends on: lcms2 libpng name=openjpeg2 -version=2.3.0 +version=2.3.1 release=1 -source=(https://github.com/uclouvain/openjpeg/archive/$version/openjpeg-$version.tar.gz) +source=(https://github.com/uclouvain/openjpeg/archive/v$version/openjpeg-$version.tar.gz) build() { cd openjpeg-$version @@ -20,6 +20,4 @@ build() { make make DESTDIR=$PKG install - -# rm -r $PKG/usr/share/doc } |