package/gupnp-tools: bump to version 0.10.2

Drop patch (already in version)

https://gitlab.gnome.org/GNOME/gupnp-tools/-/blob/gupnp-tools-0.10.2/NEWS

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Fabrice Fontaine 2021-12-14 23:15:04 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 9864815c7c
commit b6e6c45327
3 changed files with 3 additions and 33 deletions

View file

@ -1,30 +0,0 @@
From 0831f77e990e363f78e3f6a5c461084988824f7b Mon Sep 17 00:00:00 2001
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Date: Tue, 2 Jul 2019 23:48:12 +0200
Subject: [PATCH] src/meson.build: upload needs gupnp-av
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[Upstream status:
https://gitlab.gnome.org/GNOME/gupnp-tools/merge_requests/3]
---
src/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/meson.build b/src/meson.build
index 84b2ca2..6601f45 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -2,9 +2,9 @@ subdir('common')
if get_option('av-tools') and gupnp_av.found()
subdir('av-cp')
+ subdir('upload')
endif
subdir('discover')
subdir('network-light')
subdir('universal-cp')
-subdir('upload')
--
2.20.1

View file

@ -1,5 +1,5 @@
# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp-tools/0.10/gupnp-tools-0.10.0.sha256sum:
sha256 41da7ff5ba8e2425adcb64ca5e04c81f57ca20ec6fdb84923939fdad42c6a18d gupnp-tools-0.10.0.tar.xz
# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp-tools/0.10/gupnp-tools-0.10.2.sha256sum:
sha256 6de49ef4b375b8a164f74b766168b1184e0d28196b6b07a4f5341f08dfd85d6c gupnp-tools-0.10.2.tar.xz
# Locally computed:
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING

View file

@ -5,7 +5,7 @@
################################################################################
GUPNP_TOOLS_VERSION_MAJOR = 0.10
GUPNP_TOOLS_VERSION = $(GUPNP_TOOLS_VERSION_MAJOR).0
GUPNP_TOOLS_VERSION = $(GUPNP_TOOLS_VERSION_MAJOR).2
GUPNP_TOOLS_SOURCE = gupnp-tools-$(GUPNP_TOOLS_VERSION).tar.xz
GUPNP_TOOLS_SITE = \
http://ftp.gnome.org/pub/gnome/sources/gupnp-tools/$(GUPNP_TOOLS_VERSION_MAJOR)