12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <PISI>
- <Source>
- <Name>dtc</Name>
- <Homepage>https://github.com/telegramdesktop</Homepage>
- <Packager>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Packager>
- <License>GPL2</License>
- <IsA>library</IsA>
- <Summary>Device Tree Compiler</Summary>
- <Description>Device Tree Compiler</Description>
- <Archive sha1sum="531ef5c31a080d7fd25955a75a29c56f0e0f9f97" type="tarxz">https://mirrors.edge.kernel.org/pub/software/utils/dtc/dtc-1.7.2.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>pip3</Dependency>
- <Dependency>meson</Dependency>
- <Dependency>libyaml-devel</Dependency>
- <Dependency>meson</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>swig</Dependency>
- <Dependency>valgrind-devel</Dependency>
- <Dependency>python3-setuptools</Dependency>
- <Dependency>python3-setuptools-scm</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">32174a.patch</Patch>
- <Patch level="1">64a907.patch</Patch>
- <Patch level="1">95.patch</Patch>
- <!-- <Patch level="1">pyscm.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>dtc</Name>
- <Summary>Development files for dtc</Summary>
- <RuntimeDependencies>
- <Dependency>libyaml</Dependency>
- <Dependency>valgrind</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/libfdt.so*</Path>
- <Path fileType="library">/usr/lib/libfdt.a</Path>
- <Path fileType="library">/usr/lib/python3*/site-packages</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>dtc-devel</Name>
- <Summary>Development files for dtc</Summary>
- <RuntimeDependencies>
- <Dependency release="current">dtc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2024-11-29</Date>
- <Version>1.7.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Ümit Solmaz</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2023-11-03</Date>
- <Version>1.7.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2022-02-05</Date>
- <Version>1.6.1</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|