From 34b60cf867898a24a47938eeca6240d92909e6b2 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Tue, 27 Oct 2015 23:11:53 +0200 Subject: [PATCH] libnice:moved pisi2.0 --- programming/misc/libnice/actions.py | 24 ++++++ programming/misc/libnice/pspec.xml | 95 +++++++++++++++++++++++ programming/misc/libnice/translations.xml | 13 ++++ 3 files changed, 132 insertions(+) create mode 100644 programming/misc/libnice/actions.py create mode 100644 programming/misc/libnice/pspec.xml create mode 100644 programming/misc/libnice/translations.xml diff --git a/programming/misc/libnice/actions.py b/programming/misc/libnice/actions.py new file mode 100644 index 0000000000..a088596636 --- /dev/null +++ b/programming/misc/libnice/actions.py @@ -0,0 +1,24 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + #autotools.autoreconf("-fi") + autotools.configure("--disable-static \ + --with-gstreamer-0-10") + + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README") diff --git a/programming/misc/libnice/pspec.xml b/programming/misc/libnice/pspec.xml new file mode 100644 index 0000000000..dbbff2835b --- /dev/null +++ b/programming/misc/libnice/pspec.xml @@ -0,0 +1,95 @@ + + + + + libnice + http://nice.freedesktop.org + + PisiLinux Community + admins@pisilinux.org + + MPL-1.1 + LGPLv2.1 + app:console + library + GLib ICE library + Nice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). + http://nice.freedesktop.org/releases/libnice-0.1.13.tar.gz + + glib2-devel + gobject-introspection-devel + gstreamer-devel + + + + + libnice + + glib2 + gstreamer + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + libnice-devel + Development files for libnice + + libnice + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2015-10-27 + 0.1.13 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-10 + 0.1.4 + runtime dep. fixed + Kamil Atlı + suvarice@gmail.com + + + 2014-03-09 + 0.1.4 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2013-04-19 + 0.1.4 + build with gst-10 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-04-12 + 0.1.4 + V.Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-01 + 0.1.2 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + \ No newline at end of file diff --git a/programming/misc/libnice/translations.xml b/programming/misc/libnice/translations.xml new file mode 100644 index 0000000000..cbf31bbbb4 --- /dev/null +++ b/programming/misc/libnice/translations.xml @@ -0,0 +1,13 @@ + + + + libnice + GLIB ICE kitaplığı + Nice, IETF'ye ait bir taslak olan Etkileşimli Bağlanırlık Birliği standardı uygulamasıdır. + + + + libnice-devel + libnice için geliştirme dosyaları + +