mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
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:
committed by
Tianling Shen
parent
c3996aff3a
commit
0944c8e847
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user