summaryrefslogtreecommitdiff
path: root/recipes/libnice-static.recipe
blob: b7a140cccee62b601b53648eeadb3d39f4520c4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- 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']

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