1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>fftw3</Name>
- <Homepage>http://www.fftw.org</Homepage>
- <Packager>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>A library for computing the discrete Fourier transform (DFT)</Summary>
- <Description>fftw3 is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST).</Description>
- <Archive sha1sum="59831bd4b2705381ee395e54aa6e0069b10c3626" type="targz">ftp://ftp.fftw.org/pub/fftw/fftw-3.3.8.tar.gz</Archive>
- <BuildDependencies>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>fftw3</Name>
- <RuntimeDependencies>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="info">/usr/share/info</Path>
- </Files>
- </Package>
- <Package>
- <Name>fftw3-devel</Name>
- <Summary>Development files for fftw3</Summary>
- <RuntimeDependencies>
- <Dependency release="current">fftw3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="doc">/usr/share/doc/fftw3/html</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2019-09-29</Date>
- <Version>3.3.8</Version>
- <Comment>First release</Comment>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|