1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>p8-platform</Name>
- <Homepage>https://github.com/Pulse-Eight/platform</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <IsA>library</IsA>
- <Summary>This library provides platform specific support for other libraries, and is used by libCEC and binary add-ons for Kodi</Summary>
- <Description>Bu kitaplık, diğer kitaplıklar için platforma özel destek sağlar ve libCEC ve Kodi için ikili eklentiler tarafından kullanılır.</Description>
- <Archive sha1sum="0141c1b96bf98dcf4e446d7d089617c9d1225879" type="targz">https://github.com/Pulse-Eight/platform/archive/refs/tags/p8-platform-2.1.0.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>python3-devel</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>p8-platform.patch</Patch>
- <Patch level="1">p8-platform.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>p8-platform</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>p8-platform-devel</Name>
- <Summary>Development files for p8-platform</Summary>
- <RuntimeDependencies>
- <Dependency release="current">p8-platform</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/p8-platform</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2022-10-31</Date>
- <Version>2.1.0.1</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|