- Update to 0.20.13
Changes: http://git.gnome.org/browse/gupnp/tree/NEWS
This commit is contained in:
parent
31224a1792
commit
d627cdafe5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376475
5 changed files with 3 additions and 47 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gupnp
|
||||
PORTVERSION= 0.20.12
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.20.13
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gupnp-0.20.12.tar.xz) = 205d47b950a1b7190df1115f454cb38a44d71aacfec75d4287299e400e139b69
|
||||
SIZE (gupnp-0.20.12.tar.xz) = 394316
|
||||
SHA256 (gupnp-0.20.13.tar.xz) = d779b094f13097a5900689b3587e5b495d79112d0855ed842577acba25c902b3
|
||||
SIZE (gupnp-0.20.13.tar.xz) = 395356
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
--- libgupnp/gupnp-acl.h.orig 2014-05-04 20:49:23.000000000 +0800
|
||||
+++ libgupnp/gupnp-acl.h 2014-05-28 13:01:03.041207000 +0800
|
||||
@@ -50,8 +50,14 @@
|
||||
typedef struct _GUPnPAclInterface GUPnPAclInterface;
|
||||
|
||||
/* Forward declarations to avoid recursive includes */
|
||||
+#if !defined(__typedef_GUPnPDevice__)
|
||||
+#define __typedef_GUPnPDevice__
|
||||
typedef struct _GUPnPDevice GUPnPDevice;
|
||||
+#endif
|
||||
+#if !defined(__typedef_GUPnPService__)
|
||||
+#define __typedef_GUPnPService__
|
||||
typedef struct _GUPnPService GUPnPService;
|
||||
+#endif
|
||||
|
||||
struct _GUPnPAclInterface {
|
||||
GTypeInterface parent;
|
|
@ -1,13 +0,0 @@
|
|||
--- libgupnp/gupnp-device.h.orig 2013-12-01 19:32:50.000000000 +0800
|
||||
+++ libgupnp/gupnp-device.h 2014-05-28 13:01:03.041207000 +0800
|
||||
@@ -51,7 +51,10 @@
|
||||
GUPnPDeviceClass))
|
||||
|
||||
typedef struct _GUPnPDevicePrivate GUPnPDevicePrivate;
|
||||
+#if !defined(__typedef_GUPnPDevice__)
|
||||
+#define __typedef_GUPnPDevice__
|
||||
typedef struct _GUPnPDevice GUPnPDevice;
|
||||
+#endif
|
||||
typedef struct _GUPnPDeviceClass GUPnPDeviceClass;
|
||||
|
||||
/**
|
|
@ -1,13 +0,0 @@
|
|||
--- libgupnp/gupnp-service.h.orig 2013-12-01 19:32:50.000000000 +0800
|
||||
+++ libgupnp/gupnp-service.h 2014-05-28 13:01:03.041207000 +0800
|
||||
@@ -65,7 +65,10 @@
|
||||
#define GUPNP_TYPE_SERVICE_ACTION (gupnp_service_action_get_type ())
|
||||
|
||||
typedef struct _GUPnPServicePrivate GUPnPServicePrivate;
|
||||
+#if !defined(__typedef_GUPnPService__)
|
||||
+#define __typedef_GUPnPService__
|
||||
typedef struct _GUPnPService GUPnPService;
|
||||
+#endif
|
||||
typedef struct _GUPnPServiceClass GUPnPServiceClass;
|
||||
|
||||
/**
|
Loading…
Reference in a new issue