123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>opencolorio</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="99e15d58ddb79b1cba39d6cf0645e545d4875979" type="targz">https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v2.2.1.tar.gz</Archive>
- <BuildDependencies>
- <!-- <Dependency>git</Dependency> -->
- <Dependency>cmake</Dependency>
- <Dependency>pybind11</Dependency>
- <Dependency>yaml-cpp</Dependency>
- <Dependency>glew-devel</Dependency>
- <Dependency>lcms2-devel</Dependency>
- <Dependency>boost-devel</Dependency>
- <Dependency>openxr-devel</Dependency>
- <Dependency>pystring-devel</Dependency>
- <Dependency>freeglut-devel</Dependency>
- <Dependency>tinyxml-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>imath-devel</Dependency>
- <Dependency>openexr-devel</Dependency>
- <Dependency>minizip-ng-devel</Dependency>
- <!--Dependency>openimageio-devel</Dependency-->
- </BuildDependencies>
- <Patches>
- <Patch level="1">minizip-ng-4.patch</Patch>
- <Patch level="1">yaml-cpp-0.8.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>opencolorio</Name>
- <Conflicts>
- <Package>OpenColorIO1</Package>
- </Conflicts>
- <RuntimeDependencies>
- <Dependency>glew</Dependency>
- <Dependency>expat</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>imath</Dependency>
- <Dependency>lcms2</Dependency>
- <Dependency>yaml-cpp</Dependency>
- <Dependency>freeglut</Dependency>
- <Dependency>libglvnd</Dependency>
- <Dependency>mesa-glu</Dependency>
- <Dependency>pystring</Dependency>
- <Dependency>minizip-ng</Dependency>
- <Dependency>openexr-libs</Dependency>
- <!--Dependency>openimageio</Dependency-->
- </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>opencolorio-devel</Name>
- <Summary>Development files for opencolorio</Summary>
- <RuntimeDependencies>
- <Dependency release="current">opencolorio</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="4">
- <Date>2023-10-23</Date>
- <Version>2.2.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2021-10-25</Date>
- <Version>2.1.0</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2021-06-30</Date>
- <Version>2.0.1</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|