123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>orc</Name>
- <Homepage>https://gstreamer.freedesktop.org/modules/orc.html</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>BSD</License>
- <License>BSD-2</License>
- <IsA>app:console</IsA>
- <Summary>The Oil Runtime Compiler</Summary>
- <Description>Optimized Inner Loop Runtime Compiler</Description>
- <Archive sha1sum="2cf72dd1c25fefd27238a9b0f125047d7021185e" type="tarxz">https://gstreamer.freedesktop.org/src/orc/orc-0.4.34.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>valgrind</Dependency>
- <Dependency>meson</Dependency>
- </BuildDependencies>
- </Source>
-
- <Package>
- <Name>orc</Name>
- <Files>
- <Path fileType="executable">/usr/bin/</Path>
- <Path fileType="library">/usr/lib/</Path>
- <Path fileType="data">/usr/share/</Path>
- </Files>
- </Package>
- <Package>
- <Name>orc-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for orc</Summary>
- <BuildType>emul32</BuildType>
- <RuntimeDependencies>
- <Dependency release="current">orc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32</Path>
- </Files>
- </Package>
- <Package>
- <Name>orc-devel</Name>
- <Summary>orc için geliştirme dosyaları</Summary>
- <RuntimeDependencies>
- <Dependency release="current">orc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include/</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/lib32/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2023-05-30</Date>
- <Version>0.4.34</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-01-11</Date>
- <Version>0.4.31</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-07-31</Date>
- <Version>0.4.28</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2017-01-24</Date>
- <Version>0.4.26</Version>
- <Comment>Version bump</Comment>
- <Name>Serdar Soytetir</Name>
- <Email>kaptan@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-06-12</Date>
- <Version>0.4.25</Version>
- <Comment>Version bump</Comment>
- <Name>Serdar Soytetir</Name>
- <Email>kaptan@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-05-27</Date>
- <Version>0.4.19</Version>
- <Comment>Release bump</Comment>
- <Name>Serdar Soytetir</Name>
- <Email>kaptan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-05-20</Date>
- <Version>0.4.19</Version>
- <Comment>First release</Comment>
- <Name>Serdar Soytetir</Name>
- <Email>kaptan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|