Date: Wednesday, April 12, 2023 @ 22:25:47
  Author: heftig
Revision: 473996

0.1.21-2: gupnp-igd 1.6.0

Modified:
  libnice/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-12 22:22:41 UTC (rev 473995)
+++ PKGBUILD    2023-04-12 22:25:47 UTC (rev 473996)
@@ -4,18 +4,29 @@
 
 pkgname=libnice
 pkgver=0.1.21
-pkgrel=1
+pkgrel=2
 pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
 url="https://nice.freedesktop.org";
 arch=(x86_64)
 license=(LGPL)
-depends=(glib2 gnutls gupnp-igd)
-makedepends=(gstreamer gtk-doc git meson gobject-introspection graphviz)
+depends=(
+  glib2
+  gnutls
+  gupnp-igd
+)
+makedepends=(
+  git
+  gobject-introspection
+  graphviz
+  gstreamer
+  gtk-doc
+  meson
+)
 optdepends=('gstreamer: "nice" GStreamer plugin')
 provides=(libnice.so)
 _commit=3d9cae16a5094aadb1651572644cb5786a8b4e2d  # tags/0.1.21^0
 
source=("git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=$_commit";)
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd libnice
@@ -24,6 +35,9 @@
 
 prepare() {
   cd libnice
+
+  # GUPnP-IGD 1.6
+  sed -i 's/gupnp-igd-1\.0/gupnp-igd-1.6/' meson.build
 }
 
 build() {

Reply via email to