openexr: version bump to 3.2.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>openexr</Name>
|
||||
@@ -13,12 +13,12 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A high dynamic-range (HDR) image file format library</Summary>
|
||||
<Description>OpenEXR is a high dynamic-range (HDR) image file format for use in computer imaging applications. OpenEXR's features include: Higher dynamic range and color precision than existing 8- and 10-bit image file formats; support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer pixels; multiple lossless image compression algorithms; extensibility.</Description>
|
||||
<Archive sha1sum="d99ce7e027aab22b0e912caf82a109f125175d6f" type="targz">https://github.com/AcademySoftwareFoundation/openexr/archive/v3.1.11.tar.gz</Archive>
|
||||
<Archive sha1sum="1306c58edc740200b85a203b523144d562bcd1de" type="targz">https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v3.2.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>imath-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<!-- <Dependency>mesa-glu-devel</Dependency> -->
|
||||
<Dependency>imath-devel</Dependency>
|
||||
<Dependency>libdeflate-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -38,9 +38,10 @@
|
||||
<Name>openexr-libs</Name>
|
||||
<Summary>OpenEXR runtime libraries</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>imath</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>imath</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libdeflate</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/lib*</Path>
|
||||
@@ -73,6 +74,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2023-10-22</Date>
|
||||
<Version>3.2.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2023-08-15</Date>
|
||||
<Version>3.1.11</Version>
|
||||
|
||||
Reference in New Issue
Block a user