diff options
author | Tim Biermann <tbier@posteo.de> | 2022-05-31 23:42:50 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-05-31 23:42:50 +0200 |
commit | e1dc0816db2b91b401eaba410d4340b38c615f63 (patch) | |
tree | 8af26aa71a6dd995caedc739506155878e520410 /openjpeg2 | |
parent | e47c4230ada91cc0d9cda4bfe968956b58e6005c (diff) | |
download | contrib-e1dc0816db2b91b401eaba410d4340b38c615f63.tar.gz contrib-e1dc0816db2b91b401eaba410d4340b38c615f63.tar.xz |
openjpeg2: 2.4.0 -> 2.5.0
Diffstat (limited to 'openjpeg2')
-rw-r--r-- | openjpeg2/.footprint | 20 | ||||
-rw-r--r-- | openjpeg2/.signature | 8 | ||||
-rw-r--r-- | openjpeg2/Pkgfile | 2 |
3 files changed, 15 insertions, 15 deletions
diff --git a/openjpeg2/.footprint b/openjpeg2/.footprint index a0568cad5..0a3ff2c7b 100644 --- a/openjpeg2/.footprint +++ b/openjpeg2/.footprint @@ -4,18 +4,18 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/opj_decompress -rwxr-xr-x root/root usr/bin/opj_dump drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/openjpeg-2.4/ --rw-r--r-- root/root usr/include/openjpeg-2.4/openjpeg.h --rw-r--r-- root/root usr/include/openjpeg-2.4/opj_config.h --rw-r--r-- root/root usr/include/openjpeg-2.4/opj_stdint.h +drwxr-xr-x root/root usr/include/openjpeg-2.5/ +-rw-r--r-- root/root usr/include/openjpeg-2.5/openjpeg.h +-rw-r--r-- root/root usr/include/openjpeg-2.5/opj_config.h +-rw-r--r-- root/root usr/include/openjpeg-2.5/opj_stdint.h 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.4.0 -lrwxrwxrwx root/root usr/lib/libopenjp2.so.7 -> libopenjp2.so.2.4.0 -drwxr-xr-x root/root usr/lib/openjpeg-2.4/ --rw-r--r-- root/root usr/lib/openjpeg-2.4/OpenJPEGConfig.cmake --rw-r--r-- root/root usr/lib/openjpeg-2.4/OpenJPEGTargets-release.cmake --rw-r--r-- root/root usr/lib/openjpeg-2.4/OpenJPEGTargets.cmake +-rwxr-xr-x root/root usr/lib/libopenjp2.so.2.5.0 +lrwxrwxrwx root/root usr/lib/libopenjp2.so.7 -> libopenjp2.so.2.5.0 +drwxr-xr-x root/root usr/lib/openjpeg-2.5/ +-rw-r--r-- root/root usr/lib/openjpeg-2.5/OpenJPEGConfig.cmake +-rw-r--r-- root/root usr/lib/openjpeg-2.5/OpenJPEGTargets-release.cmake +-rw-r--r-- root/root usr/lib/openjpeg-2.5/OpenJPEGTargets.cmake drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libopenjp2.pc diff --git a/openjpeg2/.signature b/openjpeg2/.signature index 395767864..4ae861670 100644 --- a/openjpeg2/.signature +++ b/openjpeg2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3xVb7ZedDME08718ctmgSjgJVU0xQWudLtWuwexMwbuTClhsG6mK9zON0vO4LloHuKJnsyyVyHX/knLSEdohrw0= -SHA256 (Pkgfile) = 74d248b4016839800c2002627368d60c56977163585163b1591f6b6105fee98d -SHA256 (.footprint) = 286065e1328e1293480b0a1697dd1640bc57a7cd969263c406c6f7310ee0986a -SHA256 (openjpeg-2.4.0.tar.gz) = 8702ba68b442657f11aaeb2b338443ca8d5fb95b0d845757968a7be31ef7f16d +RWSagIOpLGJF3+VlbZxjHuUxw8J/qYGaxRKD5y4igiS0Pc/YItYgTf3N0J8AYttvWBXaIqCzS4psNahU38PaNcz+RcIY5nofEAA= +SHA256 (Pkgfile) = f4042fde95c8c32504d9441bd9fb29d54e071404421e22562957d8f733b4f00c +SHA256 (.footprint) = a6542d767a29d7ed1921d9f321a40ffe96ba6edbbeb5fac1473d28becf04e21c +SHA256 (openjpeg-2.5.0.tar.gz) = 0333806d6adecc6f7a91243b2b839ff4d2053823634d4f6ed7a59bc87409122a diff --git a/openjpeg2/Pkgfile b/openjpeg2/Pkgfile index a87d76508..9ef031b94 100644 --- a/openjpeg2/Pkgfile +++ b/openjpeg2/Pkgfile @@ -4,7 +4,7 @@ # Depends on: lcms2 libpng name=openjpeg2 -version=2.4.0 +version=2.5.0 release=1 source=(https://github.com/uclouvain/openjpeg/archive/v$version/openjpeg-$version.tar.gz) |