Files
main/programming/misc/libnice/pspec.xml
T
2018-08-07 15:37:59 +03:00

80 lines
2.9 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 "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libnice</Name>
<Homepage>http://nice.freedesktop.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MPL-1.1</License>
<License>LGPLv2.1</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>GLib ICE library</Summary>
<Description>Nice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE).</Description>
<Archive sha1sum="bc33999b547c14d40be42e67aa813b0d87bbd98f" type="targz">http://nice.freedesktop.org/releases/libnice-0.1.14.tar.gz</Archive>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libnice</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>gnutls</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>gstreamer</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>libnice-devel</Name>
<Summary>Development files for libnice</Summary>
<RuntimeDependencies>
<Dependency release="current">libnice</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2017-06-09</Date>
<Version>0.1.14</Version>
<Comment>Version Bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>0.1.13</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-10-27</Date>
<Version>0.1.13</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>