summaryrefslogtreecommitdiff
path: root/recipes/libnice-static.recipe
blob: 9c261eb21b4d82b3de513bb5903feadb75ea6a95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python

class Recipe(custom.GStreamerStatic):
    name = 'libnice-static'
    version = '0.1.13'
    gstreamer_version = '1.0'
    stype = SourceType.TARBALL
    srcdir = '../libnice-' + version
    url = 'http://nice.freedesktop.org/releases/libnice-%(version)s.tar.gz'
    licenses = [License.LGPLv2_1Plus, License.MPLv1_1]
    extra_configure_options = ' --without-gstreamer-0.10 \
        --enable-compile-warnings=maximum'
    deps = ['glib', 'gtk-doc-lite', 'gstreamer-1.0']
    autoreconf = True
    patches = [
        "libnice/0001-agent-Remove-unnecessary-NULL-check.patch",
        "libnice/0002-Do-not-update-a-remote-candidate-s-type.patch",
        "libnice/0003-Do-not-compare-scope-for-IPv6-address-when-scope-is-.patch",
        "libnice/0004-Removing-no-op-assignment.patch",
        "libnice/0001-nicesrc-spin-the-agent-mainloop-in-a-separate-thread.patch"
    ]


    files_plugins_net_devel = ['libgstnice']
    # FIXME - if_arp.h? (iOS)