Tue Jun 10 13:41:29 2014 UTC ()
Update to 0.12.6:

Changes since 0.12.5:

- Fix some coverity issues.
- lazy-create XML namespaces so only used-ones are declared.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=705564
 - https://bugzilla.gnome.org/show_bug.cgi?id=730590
 - https://bugzilla.gnome.org/show_bug.cgi?id=730591
 - https://bugzilla.gnome.org/show_bug.cgi?id=731033

All contributors to this release:
 - Jens Georg <mail@jensge.org>


(wiz)
diff -r1.23 -r1.24 pkgsrc/net/gupnp-av/Makefile
diff -r1.5 -r1.6 pkgsrc/net/gupnp-av/PLIST
diff -r1.7 -r1.8 pkgsrc/net/gupnp-av/distinfo

cvs diff -r1.23 -r1.24 pkgsrc/net/gupnp-av/Makefile (expand / switch to unified diff)

--- pkgsrc/net/gupnp-av/Makefile 2014/04/09 07:27:00 1.23
+++ pkgsrc/net/gupnp-av/Makefile 2014/06/10 13:41:29 1.24
@@ -1,18 +1,16 @@ @@ -1,18 +1,16 @@
1# $NetBSD: Makefile,v 1.23 2014/04/09 07:27:00 obache Exp $ 1# $NetBSD: Makefile,v 1.24 2014/06/10 13:41:29 wiz Exp $
2# 
3 2
4DISTNAME= gupnp-av-0.12.5 3DISTNAME= gupnp-av-0.12.6
5PKGREVISION= 1 
6CATEGORIES= net 4CATEGORIES= net
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp-av/0.12/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp-av/0.12/}
8EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
9 7
10MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.gupnp.org/ 9HOMEPAGE= http://www.gupnp.org/
12COMMENT= Helpers for audio/video applications using GUPnP 10COMMENT= Helpers for audio/video applications using GUPnP
13LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
14 12
15GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 14USE_LIBTOOL= yes
17USE_TOOLS+= gmake pkg-config 15USE_TOOLS+= gmake pkg-config
18 16

cvs diff -r1.5 -r1.6 pkgsrc/net/gupnp-av/PLIST (expand / switch to unified diff)

--- pkgsrc/net/gupnp-av/PLIST 2013/07/06 16:20:52 1.5
+++ pkgsrc/net/gupnp-av/PLIST 2014/06/10 13:41:29 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2013/07/06 16:20:52 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.6 2014/06/10 13:41:29 wiz Exp $
2include/gupnp-av-1.0/libgupnp-av/gupnp-av-enums.h 2include/gupnp-av-1.0/libgupnp-av/gupnp-av-enums.h
3include/gupnp-av-1.0/libgupnp-av/gupnp-av-error.h 3include/gupnp-av-1.0/libgupnp-av/gupnp-av-error.h
4include/gupnp-av-1.0/libgupnp-av/gupnp-av.h 4include/gupnp-av-1.0/libgupnp-av/gupnp-av.h
5include/gupnp-av-1.0/libgupnp-av/gupnp-cds-last-change-parser.h 5include/gupnp-av-1.0/libgupnp-av/gupnp-cds-last-change-parser.h
6include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-container.h 6include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-container.h
7include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-contributor.h 7include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-contributor.h
8include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-createclass.h 8include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-createclass.h
9include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-descriptor.h 9include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-descriptor.h
10include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-item.h 10include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-item.h
11include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-object.h 11include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-object.h
12include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-parser.h 12include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-parser.h
13include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-resource.h 13include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-resource.h
14include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-writer.h 14include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-writer.h
@@ -37,22 +37,25 @@ share/gtk-doc/html/gupnp-av/GUPnPFeature @@ -37,22 +37,25 @@ share/gtk-doc/html/gupnp-av/GUPnPFeature
37share/gtk-doc/html/gupnp-av/GUPnPLastChangeParser.html 37share/gtk-doc/html/gupnp-av/GUPnPLastChangeParser.html
38share/gtk-doc/html/gupnp-av/GUPnPMediaCollection.html 38share/gtk-doc/html/gupnp-av/GUPnPMediaCollection.html
39share/gtk-doc/html/gupnp-av/GUPnPProtocolInfo.html 39share/gtk-doc/html/gupnp-av/GUPnPProtocolInfo.html
40share/gtk-doc/html/gupnp-av/GUPnPSearchCriteriaParser.html 40share/gtk-doc/html/gupnp-av/GUPnPSearchCriteriaParser.html
41share/gtk-doc/html/gupnp-av/annotation-glossary.html 41share/gtk-doc/html/gupnp-av/annotation-glossary.html
42share/gtk-doc/html/gupnp-av/ch01.html 42share/gtk-doc/html/gupnp-av/ch01.html
43share/gtk-doc/html/gupnp-av/ch02.html 43share/gtk-doc/html/gupnp-av/ch02.html
44share/gtk-doc/html/gupnp-av/gupnp-av-Error-codes.html 44share/gtk-doc/html/gupnp-av/gupnp-av-Error-codes.html
45share/gtk-doc/html/gupnp-av/gupnp-av-GUPnPDIDLLiteCreateClass.html 45share/gtk-doc/html/gupnp-av/gupnp-av-GUPnPDIDLLiteCreateClass.html
46share/gtk-doc/html/gupnp-av/gupnp-av.devhelp2 46share/gtk-doc/html/gupnp-av/gupnp-av.devhelp2
47share/gtk-doc/html/gupnp-av/home.png 47share/gtk-doc/html/gupnp-av/home.png
48share/gtk-doc/html/gupnp-av/index.html 48share/gtk-doc/html/gupnp-av/index.html
49share/gtk-doc/html/gupnp-av/index.sgml 49share/gtk-doc/html/gupnp-av/index.sgml
 50share/gtk-doc/html/gupnp-av/left-insensitive.png
50share/gtk-doc/html/gupnp-av/left.png 51share/gtk-doc/html/gupnp-av/left.png
 52share/gtk-doc/html/gupnp-av/right-insensitive.png
51share/gtk-doc/html/gupnp-av/right.png 53share/gtk-doc/html/gupnp-av/right.png
52share/gtk-doc/html/gupnp-av/style.css 54share/gtk-doc/html/gupnp-av/style.css
 55share/gtk-doc/html/gupnp-av/up-insensitive.png
53share/gtk-doc/html/gupnp-av/up.png 56share/gtk-doc/html/gupnp-av/up.png
54share/gupnp-av/av.xsd 57share/gupnp-av/av.xsd
55share/gupnp-av/didl-lite-v2.xsd 58share/gupnp-av/didl-lite-v2.xsd
56share/gupnp-av/simpledc20021212.xsd 59share/gupnp-av/simpledc20021212.xsd
57share/gupnp-av/upnp.xsd 60share/gupnp-av/upnp.xsd
58share/gupnp-av/xml.xsd 61share/gupnp-av/xml.xsd

cvs diff -r1.7 -r1.8 pkgsrc/net/gupnp-av/distinfo (expand / switch to unified diff)

--- pkgsrc/net/gupnp-av/distinfo 2014/02/05 17:31:34 1.7
+++ pkgsrc/net/gupnp-av/distinfo 2014/06/10 13:41:29 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2014/02/05 17:31:34 drochner Exp $ 1$NetBSD: distinfo,v 1.8 2014/06/10 13:41:29 wiz Exp $
2 2
3SHA1 (gupnp-av-0.12.5.tar.xz) = 02c54c99f8c6076fa033625db7a5450e1978a080 3SHA1 (gupnp-av-0.12.6.tar.xz) = 8ea44b3b9bd1dcb2ad56d56943fc1cd235570d00
4RMD160 (gupnp-av-0.12.5.tar.xz) = 3d0e791518cadb700f3a5f9a912cbea843b0c4ad 4RMD160 (gupnp-av-0.12.6.tar.xz) = db0484100eb65f397b59f94b17bf3f1c88ce3410
5Size (gupnp-av-0.12.5.tar.xz) = 345900 bytes 5Size (gupnp-av-0.12.6.tar.xz) = 348264 bytes