From 994d4cd728d0e972171c6ee9d1e1e9c69b07fcfb Mon Sep 17 00:00:00 2001 From: uglyside Date: Thu, 6 Feb 2025 23:37:29 +0300 Subject: [PATCH] libnice-0.1.22 --- programming/misc/libnice/actions.py | 24 ++++++++++++------------ programming/misc/libnice/pspec.xml | 25 +++++++++++++++++-------- 2 files changed, 29 insertions(+), 20 deletions(-) diff --git a/programming/misc/libnice/actions.py b/programming/misc/libnice/actions.py index 56df88c5eb..30a0b1c3cd 100644 --- a/programming/misc/libnice/actions.py +++ b/programming/misc/libnice/actions.py @@ -2,23 +2,23 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import get +from pisi.actionsapi import mesontools, pisitools + +i = ''.join([ + ' --prefix=/usr', + ' --buildtype=release', + ' -Dcrypto-library=gnutls ' + ]) def setup(): - autotools.autoreconf("-fi") - autotools.configure("--disable-static \ - --with-gstreamer-0.10=no") - - #pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + mesontools.configure(i) def build(): - autotools.make() + mesontools.build() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + mesontools.install() - pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README") + pisitools.dodoc("AUTHORS", "COPYING", "COPYING.MPL", "COPYING.LGPL") diff --git a/programming/misc/libnice/pspec.xml b/programming/misc/libnice/pspec.xml index 7c4f7c4f99..5c6f3dc3c1 100644 --- a/programming/misc/libnice/pspec.xml +++ b/programming/misc/libnice/pspec.xml @@ -1,25 +1,26 @@ - + libnice - https://nice.freedesktop.org + https://libnice.freedesktop.org/ PisiLinux Community admins@pisilinux.org - MPL-1.1 + MPLv1.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.15.tar.gz + A GLib ICE implementation. + libnice is a library that implements the Interactive Connectivity Establishment standard. + https://libnice.freedesktop.org/releases/libnice-0.1.22.tar.gz + meson glib2-devel gnutls-devel - gobject-introspection-devel gstreamer-devel + gobject-introspection-devel @@ -43,17 +44,25 @@ libnice-devel Development files for libnice - libnice glib2-devel gnutls-devel + libnice /usr/include /usr/lib/pkgconfig + /usr/share/gir-1.0 + + 2025-02-06 + 0.1.22 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2019-04-22 0.1.15