1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libebur128</Name>
- <Homepage>https://cdemu.sourceforge.io/</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>library</IsA>
- <Icon>libebur128</Icon>
- <Summary>A library implementing the EBU R128 loudness standard.</Summary>
- <Description>libebur128 is a library that implements the EBU R 128 standard for loudness normalisation.</Description>
- <Archive sha1sum="4e0eabdfbd12e731843ece5229af93e3655ba71f" type="targz">https://github.com/jiixyj/libebur128/archive/refs/tags/v1.2.6.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>glibc-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch></Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>libebur128</Name>
- <RuntimeDependencies>
- <!-- <Dependency>glibc</Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libebur128.so*</Path>
- </Files>
- </Package>
- <Package>
- <Name>libebur128-devel</Name>
- <Summary>Development files for libebur128</Summary>
- <RuntimeDependencies>
- <Dependency>glib2-devel</Dependency>
- <Dependency release="current">libebur128</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2023-06-24</Date>
- <Version>1.2.6</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|