libnice: version bump to 0.1.14, added gstreamer-next..
This commit is contained in:
@@ -10,8 +10,9 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-fi")
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
autotools.configure("--disable-static \
|
||||
--with-gstreamer-0.10=no")
|
||||
|
||||
#pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -14,11 +14,12 @@
|
||||
<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="6be9a2293651e273d82c0e97be38ec832b69a84c" type="targz">http://nice.freedesktop.org/releases/libnice-0.1.13.tar.gz</Archive>
|
||||
<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>
|
||||
<Dependency>gstreamer-next-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -26,8 +27,9 @@
|
||||
<Name>libnice</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>gnutls</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>gstreamer</Dependency>
|
||||
<Dependency>gstreamer-next</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -43,6 +45,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libnice</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gnutls-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -51,6 +54,13 @@
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user