Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dleyna-server/files/, net-misc/dleyna-server/
Date: Mon, 31 May 2021 02:00:14
Message-Id: 1622426302.1ad682dbb768330abc35d8deb25b699ac3b1b731.mattst88@gentoo
1 commit: 1ad682dbb768330abc35d8deb25b699ac3b1b731
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 23:57:19 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 01:58:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad682db
7
8 net-misc/dleyna-server: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-misc/dleyna-server/Manifest | 1 -
13 net-misc/dleyna-server/dleyna-server-0.6.0.ebuild | 43 -------------
14 net-misc/dleyna-server/files/0.6.0-gupnp-1.2.patch | 71 ----------------------
15 3 files changed, 115 deletions(-)
16
17 diff --git a/net-misc/dleyna-server/Manifest b/net-misc/dleyna-server/Manifest
18 index 635fe67d6b7..528487f8a55 100644
19 --- a/net-misc/dleyna-server/Manifest
20 +++ b/net-misc/dleyna-server/Manifest
21 @@ -1,2 +1 @@
22 -DIST dleyna-server-0.6.0.tar.gz 107573 BLAKE2B c2460d20ac12d377170fc1292efa48ccec218b7c8e6f2d463a159bda801a7e9a5cfd239e51bcf9d997124a0a9ff305f3a4047228d54a55b26407fb1e37b2e238 SHA512 5fecc48f72afdac46da04d1785cf49384ed84b078802e4703cd86dc8e2c5db64df0232f66b73c73b3f358f7248117cd00fa4652397619d87f8f4a305e047306c
23 DIST dleyna-server-0.7.0.tar.gz 105020 BLAKE2B 01e4459631fef66e88aabcadfd85a4b01a5b95d33b5c1734decd1b0667876d7e5834bf23f754361772faebd7daf63d5f37cff9cb9bd11ff47c62aeb7afdb4969 SHA512 16bcab369a4d4624f75ed5d40bb5a06cafa1907b3ceceeb0de95f9f00750c257b69202f29f9c2d1ebcd61c541ee930d7a2747dab979e15a74e9a6e109eae6800
24
25 diff --git a/net-misc/dleyna-server/dleyna-server-0.6.0.ebuild b/net-misc/dleyna-server/dleyna-server-0.6.0.ebuild
26 deleted file mode 100644
27 index 5fc1c3dd3c4..00000000000
28 --- a/net-misc/dleyna-server/dleyna-server-0.6.0.ebuild
29 +++ /dev/null
30 @@ -1,43 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit autotools
37 -
38 -DESCRIPTION="Service that allows to discover and manipulate DLNA Digital Media servers (DMS)"
39 -HOMEPAGE="https://01.org/dleyna/"
40 -SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar_2.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="LGPL-2.1"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE=""
46 -
47 -RDEPEND="
48 - >=dev-libs/glib-2.36:2
49 - dev-libs/libxml2:2
50 - >=media-libs/gupnp-dlna-0.9.4:2.0
51 - >=net-libs/dleyna-core-0.6.0
52 - >=net-libs/gssdp-1.2:0=
53 - >=net-libs/gupnp-1.2:0=
54 - >=net-libs/gupnp-av-0.11.5
55 - >=net-libs/libsoup-2.28.2:2.4
56 -"
57 -DEPEND="${RDEPEND}
58 - virtual/pkgconfig
59 -"
60 -
61 -PATCHES=(
62 - "${FILESDIR}"/${PV}-gupnp-1.2.patch
63 -)
64 -
65 -src_prepare() {
66 - default
67 - eautoreconf
68 -}
69 -
70 -src_install() {
71 - default
72 - find "${ED}" -name "*.la" -delete || die
73 -}
74
75 diff --git a/net-misc/dleyna-server/files/0.6.0-gupnp-1.2.patch b/net-misc/dleyna-server/files/0.6.0-gupnp-1.2.patch
76 deleted file mode 100644
77 index ff9725e0f58..00000000000
78 --- a/net-misc/dleyna-server/files/0.6.0-gupnp-1.2.patch
79 +++ /dev/null
80 @@ -1,71 +0,0 @@
81 -From 96c01c88363d6e5e9b7519bc4e8b5d86cf783e1f Mon Sep 17 00:00:00 2001
82 -From: Jan Tojnar <jtojnar@×××××.com>
83 -Date: Sat, 16 Mar 2019 05:46:20 +0100
84 -Subject: [PATCH] Port to gupnp-1.2
85 -
86 -gupnp_context_get_host_ip has been deprecated for a long time, as
87 -the host-ip property moved to gssdp.
88 -
89 -There is also a ton of new deprecations but I will address that separately.
90 ----
91 - configure.ac | 8 ++++----
92 - libdleyna/server/upnp.c | 4 ++--
93 - test/dbus/dms-info.c | 2 --
94 - 3 files changed, 6 insertions(+), 8 deletions(-)
95 - mode change 100755 => 100644 libdleyna/server/upnp.c
96 - mode change 100755 => 100644 test/dbus/dms-info.c
97 -
98 -diff --git a/configure.ac b/configure.ac
99 -index 11879e7..61f4fca 100644
100 ---- a/configure.ac
101 -+++ b/configure.ac
102 -@@ -36,10 +36,10 @@ LT_LANG([C])
103 -
104 - # Checks for libraries.
105 - PKG_PROG_PKG_CONFIG(0.16)
106 --PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.28])
107 --PKG_CHECK_MODULES([GIO], [gio-2.0 >= 2.28])
108 --PKG_CHECK_MODULES([GSSDP], [gssdp-1.0 >= 0.13.2])
109 --PKG_CHECK_MODULES([GUPNP], [gupnp-1.0 >= 0.20.3])
110 -+PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.36])
111 -+PKG_CHECK_MODULES([GIO], [gio-2.0 >= 2.36])
112 -+PKG_CHECK_MODULES([GSSDP], [gssdp-1.2 >= 0.13.2])
113 -+PKG_CHECK_MODULES([GUPNP], [gupnp-1.2 >= 0.20.3])
114 - PKG_CHECK_MODULES([GUPNPAV], [gupnp-av-1.0 >= 0.11.5])
115 - PKG_CHECK_MODULES([GUPNPDLNA], [gupnp-dlna-2.0 >= 0.9.4])
116 - PKG_CHECK_MODULES([SOUP], [libsoup-2.4 >= 2.28.2])
117 -diff --git a/libdleyna/server/upnp.c b/libdleyna/server/upnp.c
118 -old mode 100755
119 -new mode 100644
120 -index 9913a76..d04efb8
121 ---- a/libdleyna/server/upnp.c
122 -+++ b/libdleyna/server/upnp.c
123 -@@ -351,8 +351,8 @@ static void prv_device_unavailable_cb(GUPnPControlPoint *cp,
124 -
125 - udn = gupnp_device_info_get_udn((GUPnPDeviceInfo *)proxy);
126 -
127 -- ip_address = gupnp_context_get_host_ip(
128 -- gupnp_control_point_get_context(cp));
129 -+ ip_address = gssdp_client_get_host_ip(
130 -+ GSSDP_CLIENT(gupnp_control_point_get_context(cp)));
131 -
132 - if (!udn || !ip_address)
133 - goto on_error;
134 -diff --git a/test/dbus/dms-info.c b/test/dbus/dms-info.c
135 -old mode 100755
136 -new mode 100644
137 -index a189b9f..4530e58
138 ---- a/test/dbus/dms-info.c
139 -+++ b/test/dbus/dms-info.c
140 -@@ -360,8 +360,6 @@ int main(int argc, char *argv[])
141 - if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
142 - goto on_error;
143 -
144 -- g_type_init();
145 --
146 - /* Create proxy for com.intel.dLeynaServer.Manager. The Manager
147 - object has no properties. We will create the proxy asynchronously
148 - and use G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES to ensure that
149 ---
150 -2.20.1
151 -