libnice stable port information

Package: libnice
Version: 0.0.9
Revision: 7
Depends: %N-shlibs (= %v-%r)
BuildDepends: <<
fink-package-precedence,
pkgconfig (>= 0.23.0-1),
glib2-dev (>= 2.22.0-1),
gstreamer-0.10-dev (>= 0.10.24-1),
libgettext8-dev (>= 0.14.5-2),
libgssdp-dev (>= 0.6.4-4),
libgupnp-igd (>= 0.1.3-3),
libgupnp-dev (>= 0.12.8-2),
libiconv-dev,
libsoup2.4.1-ssl (>= 2.26.2-2),
libxml2 (>= 2.6.32-1),
gtk-doc (>= 1.13-5)
<<
BuildDependsOnly: true
Conflicts: libnice10
Replaces: libnice10
Source: http://nice.freedesktop.org/releases/%n-%v.tar.gz
Source-MD5: 19ac2565ee7487c1f32487b948110b19
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man
CompileScript: <<
#!/bin/sh -ev
./configure %c
fink-package-precedence .
<<
InfoTest: <<
TestScript: <<
#!/bin/sh -ev
# make -k check || status=2
# fink-package-precedence .
# test "$status" != 2 || exit 2
<<
<<
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING* ChangeLog NEWS README TODO
Splitoff: <<
Package: %N-shlibs
Depends: <<
glib2-shlibs (>= 2.20.3-1),
libgettext8-shlibs (>= 0.14.5-2),
libgssdp-shlibs (>= 0.6.4-4),
libgupnp-igd-shlibs (>= 0.1.3-3),
libgupnp-shlibs (>= 0.12.8-2),
libiconv,
libsoup2.4.1-ssl-shlibs (>= 2.26.2-2),
libxml2-shlibs (>= 2.6.32-1)
<<
Files: <<
lib/libnice.0.dylib
<<
Shlibs: <<
%p/lib/libnice.0.dylib 6.0.0 %n (>= 0.0.9-2)
<<
DocFiles: COPYING
<<
Splitoff2: <<
Package: %N-doc
Conflicts: libnice10-doc
Replaces: libnice10-doc
Files: share/gtk-doc
DocFiles: COPYING
<<
Splitoff3: <<
Package: %N-gstplugin
Conflicts: libnice10-gstplugin
Replaces: libnice10-gstplugin
Depends: <<
%N-shlibs,
gstreamer-0.10-shlibs (>= 0.10.24-1)
<<
Files: lib/gstreamer-0.10/libgstnice.so
DocFiles: COPYING
<<
License: LGPL
Homepage: http://nice.freedesktop.org/wiki
Maintainer: Jack Fink
Description: The GLib ICE implementation
DescDetail: <<
Libnice is an implementation of the IETF's draft Interactive Connectivity
Establishment standard (ICE). It provides GLib-based library, libnice and
GStreamer elements.
ICE is useful for applications that want to establish peer-to-peer UDP data
streams. It automates the process of traversing NATs and provides security
against some attacks.
Existing standards that use ICE include Session Initiation Protocol (SIP)
and XMPP Jingle.
<<
DescPort: <<
HELP WANTED:
The test suite fails 5 tests on darwin8 and 7 tests on darwin10.
Triaging these test failures would be a great help.
<<