openjpeg2 ver. bump
This commit is contained in:
@@ -45,7 +45,7 @@ def install():
|
|||||||
pisitools.insinto("/usr/bin/","%s/usr/emul32/opj_decompress" % get.installDIR(),"opj_decompress_32")
|
pisitools.insinto("/usr/bin/","%s/usr/emul32/opj_decompress" % get.installDIR(),"opj_decompress_32")
|
||||||
pisitools.insinto("/usr/bin/","%s/usr/emul32/opj_dump" % get.installDIR(),"opj_dump_32")
|
pisitools.insinto("/usr/bin/","%s/usr/emul32/opj_dump" % get.installDIR(),"opj_dump_32")
|
||||||
pisitools.dosed("%s/usr/lib32/pkgconfig/libopenjp2.pc" % get.installDIR(), "emul32", "bin")
|
pisitools.dosed("%s/usr/lib32/pkgconfig/libopenjp2.pc" % get.installDIR(), "emul32", "bin")
|
||||||
pisitools.dosed("%s/usr/lib32/openjpeg-2.3/OpenJPEGTargets-relwithdebinfo.cmake" % get.installDIR(), "emul32", "bin")
|
pisitools.dosed("%s/usr/lib32/openjpeg-2.4/OpenJPEGTargets-relwithdebinfo.cmake" % get.installDIR(), "emul32", "bin")
|
||||||
pisitools.removeDir("/usr/emul32")
|
pisitools.removeDir("/usr/emul32")
|
||||||
|
|
||||||
pisitools.dosym("openjpeg-2.3/openjpeg.h", "/usr/include/openjpeg.h")
|
pisitools.dosym("openjpeg-2.3/openjpeg.h", "/usr/include/openjpeg.h")
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>JPEG2000 decoding library</Summary>
|
<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>
|
<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="38321fa9730252039ad0b7f247a160a8164f5871" type="targz">https://github.com/uclouvain/openjpeg/archive/v2.3.1.tar.gz</Archive>
|
<Archive sha1sum="bbbf4dc4d9ce95286843cd39ac2febd3fd516c9d" type="targz">https://github.com/uclouvain/openjpeg/archive/v2.4.0.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
<Dependency>doxygen</Dependency>
|
<Dependency>doxygen</Dependency>
|
||||||
@@ -78,6 +78,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2021-06-03</Date>
|
||||||
|
<Version>2.4.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2020-01-18</Date>
|
<Date>2020-01-18</Date>
|
||||||
<Version>2.3.1</Version>
|
<Version>2.3.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user