Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libnice: update to 0.1.18
@ 2020-11-10  1:29 ndowens
  2020-11-13 19:50 ` [PR REVIEW] " ahesford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ndowens @ 2020-11-10  1:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages libnice
https://github.com/void-linux/void-packages/pull/26266

libnice: update to 0.1.18


A patch file from https://github.com/void-linux/void-packages/pull/26266.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libnice-26266.patch --]
[-- Type: text/x-diff, Size: 1691 bytes --]

From 9d9e4acf2e07240c2d552fef1f035121fa8c8584 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 19:24:15 -0600
Subject: [PATCH] libnice: update to 0.1.18

---
 srcpkgs/libnice/template | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libnice/template b/srcpkgs/libnice/template
index 624178e46f3..800f6a12cb3 100644
--- a/srcpkgs/libnice/template
+++ b/srcpkgs/libnice/template
@@ -1,23 +1,28 @@
 # Template file for 'libnice'
 pkgname=libnice
-version=0.1.17
-revision=2
+version=0.1.18
+revision=1
 build_style=meson
 build_helper="gir"
 configure_args="-Dcrypto-library=openssl -Dgtk_doc=disabled -Dtests=disabled
  -Dexamples=disabled -Dintrospection=$(vopt_if gir enabled disabled)"
-hostmakedepends="pkg-config glib-devel"
-makedepends="gstreamer1-devel libsoup-devel gupnp-igd-devel libressl-devel"
+hostmakedepends="pkg-config"
+makedepends="gstreamer1-devel libsoup-devel gupnp-igd-devel libressl-devel
+ glib-devel"
 short_desc="Implementation of the IETF's draft ICE (for P2P UDP data streams)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://libnice.freedesktop.org/"
 distfiles="https://libnice.freedesktop.org/releases/libnice-${version}.tar.gz"
-checksum=1952a0dec58b5c9ccc3f25193df4e2d1244cb382cac611b71e25afcd7b069526
+checksum=5eabd25ba2b54e817699832826269241abaa1cf78f9b240d1435f936569273f4
 
 build_options="gir"
 build_options_default="gir"
 
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" glib-devel"
+fi
+
 libnice-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
 	short_desc+=" - development files"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] libnice: update to 0.1.18
  2020-11-10  1:29 [PR PATCH] libnice: update to 0.1.18 ndowens
@ 2020-11-13 19:50 ` ahesford
  2020-11-14  0:22 ` [PR PATCH] [Updated] " ndowens
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-11-13 19:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 347 bytes --]

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/26266#discussion_r523187945

Comment:
Same as your other PR, just add `glib-devel` to `hostmakedepends` unconditionally, and see if `libglib-devel` is sufficient in `makedepends`. If not, keep the `glib-devel` in `makedepends` if needed.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] libnice: update to 0.1.18
  2020-11-10  1:29 [PR PATCH] libnice: update to 0.1.18 ndowens
  2020-11-13 19:50 ` [PR REVIEW] " ahesford
@ 2020-11-14  0:22 ` ndowens
  2020-11-14  1:11 ` ndowens
  2020-11-14  4:22 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-14  0:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages libnice
https://github.com/void-linux/void-packages/pull/26266

libnice: update to 0.1.18


A patch file from https://github.com/void-linux/void-packages/pull/26266.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libnice-26266.patch --]
[-- Type: text/x-diff, Size: 1502 bytes --]

From 5125ab0e37167bca3249d804026abeeb0d5615ae Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 19:24:15 -0600
Subject: [PATCH] libnice: update to 0.1.18

---
 srcpkgs/libnice/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libnice/template b/srcpkgs/libnice/template
index 624178e46f3..40972050300 100644
--- a/srcpkgs/libnice/template
+++ b/srcpkgs/libnice/template
@@ -1,19 +1,20 @@
 # Template file for 'libnice'
 pkgname=libnice
-version=0.1.17
-revision=2
+version=0.1.18
+revision=1
 build_style=meson
 build_helper="gir"
 configure_args="-Dcrypto-library=openssl -Dgtk_doc=disabled -Dtests=disabled
  -Dexamples=disabled -Dintrospection=$(vopt_if gir enabled disabled)"
-hostmakedepends="pkg-config glib-devel"
-makedepends="gstreamer1-devel libsoup-devel gupnp-igd-devel libressl-devel"
+hostmakedepends="glib-devel pkg-config"
+makedepends="gstreamer1-devel libsoup-devel gupnp-igd-devel libressl-devel
+ libglib-devel"
 short_desc="Implementation of the IETF's draft ICE (for P2P UDP data streams)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://libnice.freedesktop.org/"
 distfiles="https://libnice.freedesktop.org/releases/libnice-${version}.tar.gz"
-checksum=1952a0dec58b5c9ccc3f25193df4e2d1244cb382cac611b71e25afcd7b069526
+checksum=5eabd25ba2b54e817699832826269241abaa1cf78f9b240d1435f936569273f4
 
 build_options="gir"
 build_options_default="gir"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] libnice: update to 0.1.18
  2020-11-10  1:29 [PR PATCH] libnice: update to 0.1.18 ndowens
  2020-11-13 19:50 ` [PR REVIEW] " ahesford
  2020-11-14  0:22 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-14  1:11 ` ndowens
  2020-11-14  4:22 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-14  1:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages libnice
https://github.com/void-linux/void-packages/pull/26266

libnice: update to 0.1.18


A patch file from https://github.com/void-linux/void-packages/pull/26266.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libnice-26266.patch --]
[-- Type: text/x-diff, Size: 1512 bytes --]

From 7076715c27f5b46735f37bd9452b8b6fab210cb0 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 19:24:15 -0600
Subject: [PATCH] libnice: update to 0.1.18

[ci skip]
---
 srcpkgs/libnice/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libnice/template b/srcpkgs/libnice/template
index 624178e46f3..40972050300 100644
--- a/srcpkgs/libnice/template
+++ b/srcpkgs/libnice/template
@@ -1,19 +1,20 @@
 # Template file for 'libnice'
 pkgname=libnice
-version=0.1.17
-revision=2
+version=0.1.18
+revision=1
 build_style=meson
 build_helper="gir"
 configure_args="-Dcrypto-library=openssl -Dgtk_doc=disabled -Dtests=disabled
  -Dexamples=disabled -Dintrospection=$(vopt_if gir enabled disabled)"
-hostmakedepends="pkg-config glib-devel"
-makedepends="gstreamer1-devel libsoup-devel gupnp-igd-devel libressl-devel"
+hostmakedepends="glib-devel pkg-config"
+makedepends="gstreamer1-devel libsoup-devel gupnp-igd-devel libressl-devel
+ libglib-devel"
 short_desc="Implementation of the IETF's draft ICE (for P2P UDP data streams)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://libnice.freedesktop.org/"
 distfiles="https://libnice.freedesktop.org/releases/libnice-${version}.tar.gz"
-checksum=1952a0dec58b5c9ccc3f25193df4e2d1244cb382cac611b71e25afcd7b069526
+checksum=5eabd25ba2b54e817699832826269241abaa1cf78f9b240d1435f936569273f4
 
 build_options="gir"
 build_options_default="gir"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: libnice: update to 0.1.18
  2020-11-10  1:29 [PR PATCH] libnice: update to 0.1.18 ndowens
                   ` (2 preceding siblings ...)
  2020-11-14  1:11 ` ndowens
@ 2020-11-14  4:22 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-11-14  4:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

There's a merged pull request on the void-packages repository

libnice: update to 0.1.18
https://github.com/void-linux/void-packages/pull/26266

Description:


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-14  4:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-10  1:29 [PR PATCH] libnice: update to 0.1.18 ndowens
2020-11-13 19:50 ` [PR REVIEW] " ahesford
2020-11-14  0:22 ` [PR PATCH] [Updated] " ndowens
2020-11-14  1:11 ` ndowens
2020-11-14  4:22 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).