77 lines
2.7 KiB
XML
77 lines
2.7 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>sofia-sip</Name>
|
||
<Homepage>https://github.com/freeswitch/sofia-sip</Homepage>
|
||
<Packager>
|
||
<Name>PisiLinux Community</Name>
|
||
<Email>admins@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>LGPLv2.1</License>
|
||
<IsA>library</IsA>
|
||
<Summary>An open-source SIP User-Agent library</Summary>
|
||
<Description>Açık kaynaklı bir SIP Kullanıcı Aracısı kütüphanesi</Description>
|
||
<Archive sha1sum="8789852f2611c9ce68379920d449cee1cdf758cf" type="targz">https://github.com/freeswitch/sofia-sip/archive/refs/tags/v1.13.17.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>gawk</Dependency>
|
||
<Dependency>zlib-devel</Dependency>
|
||
<Dependency>glib2-devel</Dependency>
|
||
<Dependency>openssl-devel</Dependency>
|
||
<Dependency>libsocket-devel</Dependency>
|
||
</BuildDependencies>
|
||
<!--
|
||
<Patches>
|
||
<Patch>sofia-sip.patch</Patch>
|
||
<Patch level="1">sofia-sip.patch</Patch>
|
||
</Patches>
|
||
-->
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>sofia-sip</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>zlib</Dependency>
|
||
<Dependency>glib2</Dependency>
|
||
<Dependency>openssl</Dependency>
|
||
<Dependency>libsocket</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="executable">/usr/bin</Path>
|
||
<Path fileType="library">/usr/lib</Path>
|
||
<Path fileType="data">/usr/share</Path>
|
||
<Path fileType="doc">/usr/share/doc</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>sofia-sip-devel</Name>
|
||
<Summary>Development files for sofia-sip</Summary>
|
||
<RuntimeDependencies>
|
||
<Dependency release="current">sofia-sip</Dependency>
|
||
<Dependency>glib2-devel</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="header">/usr/include</Path>
|
||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="2">
|
||
<Date>2024-12-19</Date>
|
||
<Version>1.13.17</Version>
|
||
<Comment>Rebuild.</Comment>
|
||
<Name>PisiLinux Community</Name>
|
||
<Email>admins@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2024-09-30</Date>
|
||
<Version>1.13.17</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>PisiLinux Community</Name>
|
||
<Email>admins@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|