Files
main/multimedia/misc/libebur128/pspec.xml
T
2023-06-24 18:09:29 +03:00

59 lines
2.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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>