Files
2023-11-01 11:41:00 +03:00

86 lines
3.2 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>OpenColorIO1</Name>
<Homepage>http://opencolorio.org/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>app</IsA>
<Summary>Enables color transforms and image display across graphics apps</Summary>
<Description>Grafik uygulamalarında renk dönüşümlerini ve görüntü ekranını etkinleştirir</Description>
<Archive sha1sum="511bbea2ad361ee59b067be85544518f7502fe1c" type="targz">https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v1.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>yaml-cpp</Dependency>
<Dependency>lcms2-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>tinyxml-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>openimageio-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">8d48ee8da42de2d878db7b42586db8b3c67f83e1.patch</Patch>
</Patches>
</Source>
<Package>
<Name>OpenColorIO1</Name>
<Conflicts>
<Package>opencolorio</Package>
</Conflicts>
<RuntimeDependencies>
<Dependency>lcms2</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>tinyxml</Dependency>
<!-- <Dependency>openimageio</Dependency> --> <!--çember-->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/ocio</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>OpenColorIO1-devel</Name>
<Summary>Development files for OpenColorIO1</Summary>
<RuntimeDependencies>
<Dependency release="current">OpenColorIO1</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2023-11-01</Date>
<Version>1.1.1</Version>
<Comment>Rebuild boost</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2021-10-23</Date>
<Version>1.1.1</Version>
<Comment>Rebuild boost</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2021-05-11</Date>
<Version>1.1.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>