openjpeg2-2.5.4

This commit is contained in:
Rmys
2026-04-08 11:05:22 +03:00
parent 621dd81261
commit ae4fa449cc
2 changed files with 12 additions and 2 deletions
+2 -1
View File
@@ -48,9 +48,10 @@ def install():
pisitools.dosed("%s/usr/lib32/pkgconfig/libopenjp2.pc" % get.installDIR(), "emul32", "bin")
pisitools.dosed("%s/usr/lib32/cmake/openjpeg-2.5/OpenJPEGTargets-release.cmake" % get.installDIR(), "emul32", "bin")
pisitools.removeDir("/usr/emul32")
pisitools.dosym("/usr/include/openjpeg-2.5/openjpeg.h", "/usr/include/openjpeg.h")
return
pisitools.dosym("openjpeg-2.5/openjpeg.h", "/usr/include/openjpeg.h")
shelltools.cd("..")
pisitools.dodoc("AUTHORS*", "CHANGELOG*", "NEWS*", "README*")
+10 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>JPEG2000 decoding library</Summary>
<Description>openjpeg is an open-source JPEG 2000 codec written in C. It has been developed in order to promote the use of JPEG 2000, the new still-image compression standard from the Joint Photographic Experts Group (JPEG).</Description>
<Archive sha1sum="619a016250254bd0e8b2da7690c8955e6d56cfb8" type="targz">https://github.com/uclouvain/openjpeg/archive/refs/tags/v2.5.3.tar.gz</Archive>
<Archive sha1sum="c299b70e495e74d858f6d22051de1d5a01a64d33" type="targz">https://github.com/uclouvain/openjpeg/archive/refs/tags/v2.5.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>doxygen</Dependency>
@@ -53,6 +53,8 @@
<Path fileType="library">/usr/lib32/pkgconfig</Path>
<Path fileType="data">/usr/lib/openjpeg-2*</Path>
<Path fileType="data">/usr/lib32/openjpeg-2*</Path>
<Path fileType="library">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib32/cmake</Path>
</Files>
</Package>
<Package>
@@ -78,6 +80,13 @@
</Package>
<History>
<Update release="12">
<Date>2026-04-08</Date>
<Version>2.5.4</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="11">
<Date>2025-04-24</Date>
<Version>2.5.3</Version>