libdmapsharing: update to 3.9.12

This version now requires libsoup3, rather than libsoup.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
W. Michael Petullo 2023-03-27 19:59:34 -05:00 committed by Tianling Shen
parent c3996aff3a
commit 0944c8e847
2 changed files with 4 additions and 4 deletions

View file

@ -10,12 +10,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libdmapsharing
PKG_VERSION:=3.9.10
PKG_VERSION:=3.9.12
PKG_RELEASE:=1
PKG_SOURCE:=libdmapsharing-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.flyn.org/projects/libdmapsharing/
PKG_HASH:=e216425d61a109f08f0ac93065f4603d1e61ebd85c09802c03a9ecce5bb35094
PKG_HASH:=aa47e405c5059ff35ff6fc447e497dc1ff15558859a57710a664350314abf750
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
PKG_LICENSE:=LGPL-2.1-or-later
@ -32,7 +32,7 @@ include $(INCLUDE_DIR)/nls.mk
define Package/libdmapsharing
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=+libsoup +mdnsresponder +gstreamer1-plugins-base +gst1-mod-app
DEPENDS:=+libsoup3 +mdnsresponder +gstreamer1-plugins-base +gst1-mod-app
TITLE:=libdmapsharing
URL:=https://www.flyn.org/projects/libdmapsharing/
endef

View file

@ -1,6 +1,6 @@
--- a/configure.ac
+++ b/configure.ac
@@ -125,15 +125,7 @@ fi
@@ -126,15 +126,7 @@ fi
AC_SUBST(GOBJECT_CFLAGS)
AC_SUBST(GOBJECT_LIBS)