Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / libnice


Commits:
7967ab32 by Jan Alexander Steffens (heftig) at 2024-03-05T06:01:58+01:00
0.1.22-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,22 @@
+pkgbase = libnice
+       pkgdesc = An implementation of the IETF's draft ICE (for p2p UDP data 
streams)
+       pkgver = 0.1.22
+       pkgrel = 1
+       url = https://nice.freedesktop.org
+       arch = x86_64
+       license = MPL-1.1 OR LGPL-2.1-only
+       makedepends = git
+       makedepends = gobject-introspection
+       makedepends = graphviz
+       makedepends = gstreamer
+       makedepends = gtk-doc
+       makedepends = meson
+       depends = glib2
+       depends = gnutls
+       depends = gupnp-igd
+       optdepends = gstreamer: "nice" GStreamer plugin
+       provides = libnice.so
+       source = 
git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=ae3eb16fd7d1237353bf64e899c612b8a63bca8a
+       b2sums = SKIP
+
+pkgname = libnice


=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
 # Contributor: William Díaz <wd...@archlinux.us>
 
 pkgname=libnice
-pkgver=0.1.21
-pkgrel=2
+pkgver=0.1.22
+pkgrel=1
 pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
 url="https://nice.freedesktop.org";
 arch=(x86_64)
-license=(LGPL)
+license=('MPL-1.1 OR LGPL-2.1-only')
 depends=(
   glib2
   gnutls
@@ -24,7 +24,7 @@ makedepends=(
 )
 optdepends=('gstreamer: "nice" GStreamer plugin')
 provides=(libnice.so)
-_commit=3d9cae16a5094aadb1651572644cb5786a8b4e2d  # tags/0.1.21^0
+_commit=ae3eb16fd7d1237353bf64e899c612b8a63bca8a  # tags/0.1.22^0
 
source=("git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=$_commit";)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libnice/-/commit/7967ab32a31b1c255739db6c3b8e6abc785cc1d1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libnice/-/commit/7967ab32a31b1c255739db6c3b8e6abc785cc1d1
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to