Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libnice: remove dep gssdp-igd
@ 2021-12-14 14:03 Gottox
  2021-12-14 14:04 ` [PR PATCH] [Updated] " Gottox
  2021-12-14 21:55 ` [PR PATCH] [Merged]: " Gottox
  0 siblings, 2 replies; 3+ messages in thread
From: Gottox @ 2021-12-14 14:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages libnice-break-loop
https://github.com/void-linux/void-packages/pull/34530

libnice: remove dep gssdp-igd
this removes gssdp-igd from the dependencies of libnice, as gssdp will
switch to gtk4 with version 1.4.0. This will introduce a
new dependency loop which will be prevented by this commit:

gst-plugins-bad1-1.18.5_1 -> gtk4-4.4.0_2 -> gssdp-1.4.0.1_1
-> gupnp-igd-0.2.5_3 -> libnice-0.1.18_3 -> gst-plugins-bad1-1.18.5_1
-> ...

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

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

From 8eca26f5efe4c8395877e96d6cea4b20a92887e6 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 13 Dec 2021 00:17:44 +0100
Subject: [PATCH] libnice: remove dep gssdp-igd

this removes gssdp-igd from the dependency, as gssdp will
switch to gtk4 with version 1.4.0. This introduces a
new dependency which will be prevented by this commit:

gst-plugins-bad1-1.18.5_1 -> gtk4-4.4.0_2 -> gssdp-1.4.0.1_1
-> gupnp-igd-0.2.5_3 -> libnice-0.1.18_3 -> gst-plugins-bad1-1.18.5_1
-> ...
---
 srcpkgs/libnice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libnice/template b/srcpkgs/libnice/template
index 6ccfa29c6c8b..3c1f12d02ed0 100644
--- a/srcpkgs/libnice/template
+++ b/srcpkgs/libnice/template
@@ -7,7 +7,7 @@ build_helper="gir"
 configure_args="-Dcrypto-library=openssl -Dgtk_doc=disabled -Dtests=disabled
  -Dexamples=disabled -Dintrospection=$(vopt_if gir enabled disabled)"
 hostmakedepends="glib-devel pkg-config"
-makedepends="gstreamer1-devel gupnp-igd-devel openssl-devel libglib-devel"
+makedepends="gstreamer1-devel openssl-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"

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

* Re: [PR PATCH] [Updated] libnice: remove dep gssdp-igd
  2021-12-14 14:03 [PR PATCH] libnice: remove dep gssdp-igd Gottox
@ 2021-12-14 14:04 ` Gottox
  2021-12-14 21:55 ` [PR PATCH] [Merged]: " Gottox
  1 sibling, 0 replies; 3+ messages in thread
From: Gottox @ 2021-12-14 14:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages libnice-break-loop
https://github.com/void-linux/void-packages/pull/34530

libnice: remove dep gssdp-igd
this removes gssdp-igd from the dependencies of libnice, as gssdp will
switch to gtk4 with version 1.4.0. This will introduce a
new dependency loop which will be prevented by this commit:

gst-plugins-bad1-1.18.5_1 -> gtk4-4.4.0_2 -> gssdp-1.4.0.1_1
-> gupnp-igd-0.2.5_3 -> libnice-0.1.18_3 -> gst-plugins-bad1-1.18.5_1
-> ...

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

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

From 176d3bc850b05fd3aeebcf04856e4d587abcf027 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 13 Dec 2021 00:17:44 +0100
Subject: [PATCH] libnice: remove dep gssdp-igd

this removes gssdp-igd from the dependencies of libnice, as gssdp will
switch to gtk4 with version 1.4.0. This will introduce a
new dependency loop which will be prevented by this commit:

gst-plugins-bad1-1.18.5_1 -> gtk4-4.4.0_2 -> gssdp-1.4.0.1_1
-> gupnp-igd-0.2.5_3 -> libnice-0.1.18_3 -> gst-plugins-bad1-1.18.5_1
-> ...
---
 srcpkgs/libnice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libnice/template b/srcpkgs/libnice/template
index 6ccfa29c6c8b..3c1f12d02ed0 100644
--- a/srcpkgs/libnice/template
+++ b/srcpkgs/libnice/template
@@ -7,7 +7,7 @@ build_helper="gir"
 configure_args="-Dcrypto-library=openssl -Dgtk_doc=disabled -Dtests=disabled
  -Dexamples=disabled -Dintrospection=$(vopt_if gir enabled disabled)"
 hostmakedepends="glib-devel pkg-config"
-makedepends="gstreamer1-devel gupnp-igd-devel openssl-devel libglib-devel"
+makedepends="gstreamer1-devel openssl-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"

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

* Re: [PR PATCH] [Merged]: libnice: remove dep gssdp-igd
  2021-12-14 14:03 [PR PATCH] libnice: remove dep gssdp-igd Gottox
  2021-12-14 14:04 ` [PR PATCH] [Updated] " Gottox
@ 2021-12-14 21:55 ` Gottox
  1 sibling, 0 replies; 3+ messages in thread
From: Gottox @ 2021-12-14 21:55 UTC (permalink / raw)
  To: ml

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

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

libnice: remove dep gssdp-igd
https://github.com/void-linux/void-packages/pull/34530

Description:
this removes gssdp-igd from the dependencies of libnice, as gssdp will
switch to gtk4 with version 1.4.0. This will introduce a
new dependency loop which will be prevented by this commit:

gst-plugins-bad1-1.18.5_1 -> gtk4-4.4.0_2 -> gssdp-1.4.0.1_1
-> gupnp-igd-0.2.5_3 -> libnice-0.1.18_3 -> gst-plugins-bad1-1.18.5_1
-> ...

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

end of thread, other threads:[~2021-12-14 21:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-14 14:03 [PR PATCH] libnice: remove dep gssdp-igd Gottox
2021-12-14 14:04 ` [PR PATCH] [Updated] " Gottox
2021-12-14 21:55 ` [PR PATCH] [Merged]: " Gottox

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).