aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorW. Michael Petullo <mike@flyn.org>2023-03-27 19:59:34 -0500
committerTianling Shen <cnsztl@gmail.com>2023-04-02 01:06:35 +0800
commit0944c8e84751a0397b111fc5013ffad180583c27 (patch)
treeec3304920cd79f595673432de1bd77cb12f75c32
parentc3996aff3a16331ec3d0838a4bf3c2ff08b2547d (diff)
libdmapsharing: update to 3.9.12
This version now requires libsoup3, rather than libsoup. Signed-off-by: W. Michael Petullo <mike@flyn.org>
2 files changed, 4 insertions, 4 deletions
diff --git a/libs/libdmapsharing/Makefile b/libs/libdmapsharing/Makefile
index 84031cc8d..b56515ab4 100644
--- a/libs/libdmapsharing/Makefile
+++ b/libs/libdmapsharing/Makefile
@@ -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
diff --git a/libs/libdmapsharing/patches/001-disable_pixbuf.patch b/libs/libdmapsharing/patches/001-disable_pixbuf.patch
index 47d4a0c31..11b2567ff 100644
--- a/libs/libdmapsharing/patches/001-disable_pixbuf.patch
+++ b/libs/libdmapsharing/patches/001-disable_pixbuf.patch
@@ -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)