@@ -17,6 +17,8 @@ def setup():
|
||||
options = "-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DBUILD_STATIC_LIBS=OFF \
|
||||
-DBUILD_DOC=on"
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
|
||||
@@ -13,12 +13,13 @@
|
||||
<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="430b9949b65a11fdf53323009ffedf0c6bb075ea" type="targz">https://github.com/uclouvain/openjpeg/archive/v2.3.0.tar.gz</Archive>
|
||||
<Archive sha1sum="38321fa9730252039ad0b7f247a160a8164f5871" type="targz">https://github.com/uclouvain/openjpeg/archive/v2.3.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>lcms2-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -60,6 +61,7 @@
|
||||
<Summary>32-bit shared libraries for openjpeg2</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-32bit</Dependency>
|
||||
<Dependency>lcms2-32bit</Dependency>
|
||||
<Dependency>tiff-32bit</Dependency>
|
||||
<Dependency>libpng-32bit</Dependency>
|
||||
@@ -76,6 +78,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2019-11-05</Date>
|
||||
<Version>2.3.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2019-01-23</Date>
|
||||
<Version>2.3.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user