mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 0.20.11
Changes: http://git.gnome.org/browse/gupnp/tree/NEWS
This commit is contained in:
parent
2896d97998
commit
f165d7010e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354573
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gupnp
|
||||
PORTVERSION= 0.20.10
|
||||
PORTVERSION= 0.20.11
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
@ -22,10 +22,17 @@ GNU_CONFIGURE= yes
|
||||
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
|
||||
USE_GNOME= glib20 introspection:build
|
||||
USE_LDCONFIG= yes
|
||||
USE_CSTD= c11
|
||||
USE_PYTHON_RUN= yes
|
||||
USES= gmake pathfix pkgconfig shebangfix tar:xz
|
||||
USES= compiler:c11 gmake libtool pathfix pkgconfig shebangfix tar:xz
|
||||
|
||||
SHEBANG_FILES= tools/gupnp-binding-tool
|
||||
python_CMD= ${PYTHON_CMD}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${CHOSEN_COMPILER_TYPE} == "clang"
|
||||
CPPFLAGS+= -Wno-return-type
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gupnp-0.20.10.tar.xz) = 5c7f9278b50ed252606552e2f148be4e1b1616bc93ebc8b09b22fcf5d8aa08e4
|
||||
SIZE (gupnp-0.20.10.tar.xz) = 382264
|
||||
SHA256 (gupnp-0.20.11.tar.xz) = 648ad091c7bae1c2b45ae9b9c0052f8c72903ce740d6e5be945c493dec85c160
|
||||
SIZE (gupnp-0.20.11.tar.xz) = 392148
|
||||
|
15
net/gupnp/files/patch-libgupnp-gupnp-acl.h
Normal file
15
net/gupnp/files/patch-libgupnp-gupnp-acl.h
Normal file
@ -0,0 +1,15 @@
|
||||
--- libgupnp/gupnp-acl.h.orig 2014-05-04 20:49:23.000000000 +0800
|
||||
+++ libgupnp/gupnp-acl.h 2014-05-09 01:00:57.105329801 +0800
|
||||
@@ -50,8 +50,12 @@
|
||||
typedef struct _GUPnPAclInterface GUPnPAclInterface;
|
||||
|
||||
/* Forward declarations to avoid recursive includes */
|
||||
+#if !defined(GUPnPDevice)
|
||||
typedef struct _GUPnPDevice GUPnPDevice;
|
||||
+#endif
|
||||
+#if !defined(GUPnPService)
|
||||
typedef struct _GUPnPService GUPnPService;
|
||||
+#endif
|
||||
|
||||
struct _GUPnPAclInterface {
|
||||
GTypeInterface parent;
|
12
net/gupnp/files/patch-libgupnp-gupnp-device.h
Normal file
12
net/gupnp/files/patch-libgupnp-gupnp-device.h
Normal file
@ -0,0 +1,12 @@
|
||||
--- libgupnp/gupnp-device.h.orig 2013-12-01 19:32:50.000000000 +0800
|
||||
+++ libgupnp/gupnp-device.h 2014-05-09 01:24:34.890234566 +0800
|
||||
@@ -51,7 +51,9 @@
|
||||
GUPnPDeviceClass))
|
||||
|
||||
typedef struct _GUPnPDevicePrivate GUPnPDevicePrivate;
|
||||
+#if !defined(GUPnPDevice)
|
||||
typedef struct _GUPnPDevice GUPnPDevice;
|
||||
+#endif
|
||||
typedef struct _GUPnPDeviceClass GUPnPDeviceClass;
|
||||
|
||||
/**
|
12
net/gupnp/files/patch-libgupnp-gupnp-service.h
Normal file
12
net/gupnp/files/patch-libgupnp-gupnp-service.h
Normal file
@ -0,0 +1,12 @@
|
||||
--- libgupnp/gupnp-service.h.orig 2013-12-01 19:32:50.000000000 +0800
|
||||
+++ libgupnp/gupnp-service.h 2014-05-09 01:23:09.030240692 +0800
|
||||
@@ -65,7 +65,9 @@
|
||||
#define GUPNP_TYPE_SERVICE_ACTION (gupnp_service_action_get_type ())
|
||||
|
||||
typedef struct _GUPnPServicePrivate GUPnPServicePrivate;
|
||||
+#if !defined(GUPnPService)
|
||||
typedef struct _GUPnPService GUPnPService;
|
||||
+#endif
|
||||
typedef struct _GUPnPServiceClass GUPnPServiceClass;
|
||||
|
||||
/**
|
@ -1,4 +1,5 @@
|
||||
bin/gupnp-binding-tool
|
||||
include/gupnp-1.0/libgupnp/gupnp-acl.h
|
||||
include/gupnp-1.0/libgupnp/gupnp-context-manager.h
|
||||
include/gupnp-1.0/libgupnp/gupnp-context.h
|
||||
include/gupnp-1.0/libgupnp/gupnp-control-point.h
|
||||
@ -18,9 +19,9 @@ include/gupnp-1.0/libgupnp/gupnp-xml-doc.h
|
||||
include/gupnp-1.0/libgupnp/gupnp.h
|
||||
lib/girepository-1.0/GUPnP-1.0.typelib
|
||||
lib/libgupnp-1.0.a
|
||||
lib/libgupnp-1.0.la
|
||||
lib/libgupnp-1.0.so
|
||||
lib/libgupnp-1.0.so.4
|
||||
lib/libgupnp-1.0.so.4.0.0
|
||||
libdata/pkgconfig/gupnp-1.0.pc
|
||||
share/gir-1.0/GUPnP-1.0.gir
|
||||
share/gtk-doc/html/gupnp/GUPnPContext.html
|
||||
@ -54,8 +55,10 @@ share/gtk-doc/html/gupnp/home.png
|
||||
share/gtk-doc/html/gupnp/index.html
|
||||
share/gtk-doc/html/gupnp/index.sgml
|
||||
share/gtk-doc/html/gupnp/ix01.html
|
||||
share/gtk-doc/html/gupnp/left-insensitive.png
|
||||
share/gtk-doc/html/gupnp/left.png
|
||||
share/gtk-doc/html/gupnp/overview.html
|
||||
share/gtk-doc/html/gupnp/right-insensitive.png
|
||||
share/gtk-doc/html/gupnp/right.png
|
||||
share/gtk-doc/html/gupnp/schemas-device.html
|
||||
share/gtk-doc/html/gupnp/schemas-service.html
|
||||
@ -63,6 +66,7 @@ share/gtk-doc/html/gupnp/schemas.html
|
||||
share/gtk-doc/html/gupnp/server-tutorial.html
|
||||
share/gtk-doc/html/gupnp/style.css
|
||||
share/gtk-doc/html/gupnp/tutorial.html
|
||||
share/gtk-doc/html/gupnp/up-insensitive.png
|
||||
share/gtk-doc/html/gupnp/up.png
|
||||
@dirrmtry share/gtk-doc/html/gupnp
|
||||
@dirrmtry share/gtk-doc/html
|
||||
|
Loading…
Reference in New Issue
Block a user