pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gupnp-dlna Update to 0.10.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce1274907242
branches:  trunk
changeset: 621253:ce1274907242
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Jul 06 16:16:46 2013 +0000

description:
Update to 0.10.2

* Enable gobject-introspection support.

Changelog:

0.10.2
======
- Fix vapi generation with GObject-introspection >= 1.36.
- Minor build clean-up.
- Check the XML profiles against their schema on make check-profiles.
- Re-enable some of the old tests on make check.
- Fix format detection for ADTS audio streams.
- Fix WMA bitrate detection.
- Fix gtk-doc warnings.

Profiles:
- Fix MPEG_TS_*_EU audio profiles to include proper bitrates and audio
  formats.
- Remove depth matching in PNG profiles.
- Fix AAC level for MULT5 AAC.
- Add MPEG_TS_{SD,HD}_{EU,NA} profiles.
- Add MPEG_PS_{NTSC,PAL} profiles.

All contributors to this release:
  Jens Georg <jensg%openismus.com@localhost>

0.10.1
======
- Add functionality to let the meta-data back-end provide a profile on its
  own.

All contributors to this release:
  Jens Georg <jensg%openismus.com@localhost>

0.10.0
======
- Various fixes for the GStreamer 0.10 meta-data back-end.

All contributors to this release:
  Krzesimir Nowak <krnowak%openismus.com@localhost>
  Jens Georg <mail%jensge.org@localhost>

0.9.5
=====
- Add --disable-maintainer-mode option.
- Add a GStreamer 0.10 meta-data back-end.

All contributors to this release:
  Jens Georg <jensg%openismus.com@localhost>

0.9.4
=====
- Introduce new API to guess a DLNA profile from existing
  GUPnPDLNAInformation.
- Introduce a new library to create GUPnPDLNAInformation from
  GstDiscovererInfo.
- Fix an issue with GValue conversion.
- Get rid of the old profile backend and move most of it to the library
  itself.
- Introduce single-include header file.

All contributors to this release:
  Krzesimir Nowak <krnowak%openismus.com@localhost>
  Jens Georg <jensg%openismus.com@localhost>

Changes in dependencies:
 - vapigen >= 0.18 for GStreamer 1.0 vapis.

0.9.3
=====
- Fix underlinking of gstreamer plug-in.
- Fix out-of-srcdir build with --enable-gtk-doc.
- Fix signal G-I annotation.
- Link meta-data back-end as a plug-in.

All contributors to this release:
  Jens Georg <mail%jensge.org@localhost>
  Krzesimir Nowak <krnowak%openismus.com@localhost>

0.9.2
=====
- Remove the old gupnp-dlna-1.1.pc.in file.
- Remove gupnp and gstreamer-* dependencies from VAPI file generation.
- Lower vapigen requirements.

All contributors to this release:
  Jens Georg <jensg%openismus.com@localhost>

Changes in dependencies:
 - vapigen >= 0.14 instead of 0.18

0.9.1
=====
- Fix a potential crash in profile guessing.
- Fix issues from static code check.
- Lower GLib dependency to 2.32.

All contributors to this release:
  Krzesimir Nowak <krnowak%openismus.com@localhost>
  Mark Ryan <mark.d.ryan%intel.com@localhost>
  Jens Georg <jensg%openismus.com@localhost>

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=689596
 - https://bugzilla.gnome.org/show_bug.cgi?id=689598
 - https://bugzilla.gnome.org/show_bug.cgi?id=689612
 - https://bugzilla.gnome.org/show_bug.cgi?id=689615
 - https://bugzilla.gnome.org/show_bug.cgi?id=689616

Changes in dependencies:
 - GLib >= 2.32

0.9.0
=====
- Make DLNA profile handling independant from GStreamer.
- Add plugin architecture to support different meta-data extraction back-ends.
- Make GStreamer default implementation of meta-data extraction back-end.
- Split API docs into users and back-end implementers API.

All contributors to this release:
  Krzesimir Nowak <krnowak%openismus.com@localhost>
  Jens Georg <jensg%openismus.com@localhost>

Changes in API:
 - so version bump
 - API version bump to 2.0

Changes in dependencies:
 - GStreamer 1.0
 - GLib >= 2.34

0.7.0
=====
- Port to GStreamer 1.0
- Add parallel installability with gstreamer-0.10-based gupnp-dlna.

All contributors to this release:

Jens Georg <mail%jensge.org@localhost>
Riko Yamada <rik0yamada%yahoo.co.jp@localhost>
Dominique Leuenberger <dimstar%opensuse.org@localhost>

Changes in API:
 - so version bump
 - API version bump to 1.1

diffstat:

 net/gupnp-dlna/Makefile |  12 ++++---
 net/gupnp-dlna/PLIST    |  81 ++++++++++++++++++++++++++++++++++--------------
 net/gupnp-dlna/distinfo |   8 ++--
 3 files changed, 68 insertions(+), 33 deletions(-)

diffs (142 lines):

diff -r dae349a155bc -r ce1274907242 net/gupnp-dlna/Makefile
--- a/net/gupnp-dlna/Makefile   Sat Jul 06 16:15:06 2013 +0000
+++ b/net/gupnp-dlna/Makefile   Sat Jul 06 16:16:46 2013 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2013/05/24 18:23:34 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2013/07/06 16:16:46 ryoon Exp $
 #
 
-DISTNAME=      gupnp-dlna-0.6.6
-PKGREVISION=   3
+DISTNAME=      gupnp-dlna-0.10.2
 CATEGORIES=    net
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gupnp-dlna/0.6/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gupnp-dlna/0.10/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -14,11 +13,14 @@
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    gmake pkg-config
 
 PKGCONFIG_OVERRIDE+=   gupnp-dlna-1.0.pc.in
 
+.include "../../archivers/xz/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../net/gupnp/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gstreamer0.10+=  gstreamer0.10>=0.10.29.2
diff -r dae349a155bc -r ce1274907242 net/gupnp-dlna/PLIST
--- a/net/gupnp-dlna/PLIST      Sat Jul 06 16:15:06 2013 +0000
+++ b/net/gupnp-dlna/PLIST      Sat Jul 06 16:16:46 2013 +0000
@@ -1,17 +1,48 @@
-@comment $NetBSD: PLIST,v 1.1 2012/10/06 12:41:09 ryoon Exp $
-bin/gupnp-dlna-info
-bin/gupnp-dlna-ls-profiles
-include/gupnp-dlna-1.0/libgupnp-dlna/gupnp-dlna-discoverer.h
-include/gupnp-dlna-1.0/libgupnp-dlna/gupnp-dlna-information.h
-include/gupnp-dlna-1.0/libgupnp-dlna/gupnp-dlna-profile.h
-lib/libgupnp-dlna-1.0.la
-lib/pkgconfig/gupnp-dlna-1.0.pc
-share/gtk-doc/html/gupnp-dlna/GUPnPDLNADiscoverer.html
+@comment $NetBSD: PLIST,v 1.2 2013/07/06 16:16:46 ryoon Exp $
+bin/gupnp-dlna-info-2.0
+bin/gupnp-dlna-ls-profiles-2.0
+include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-audio-information.h
+include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-container-information.h
+include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-g-values.h
+include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-image-information.h
+include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-information.h
+include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-profile-guesser.h
+include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-profile.h
+include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-restriction.h
+include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-value-list.h
+include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-values.h
+include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-video-information.h
+include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna.h
+include/gupnp-dlna-2.0/libgupnp-dlna/metadata/gupnp-dlna-metadata-extractor.h
+lib/girepository-1.0/GUPnPDLNA-2.0.typelib
+lib/libgupnp-dlna-2.0.la
+lib/pkgconfig/gupnp-dlna-2.0.pc
+lib/pkgconfig/gupnp-dlna-metadata-2.0.pc
+share/gir-1.0/GUPnPDLNA-2.0.gir
+share/gtk-doc/html/gupnp-dlna-metadata/GUPnPDLNAMetadataExtractor.html
+share/gtk-doc/html/gupnp-dlna-metadata/annotation-glossary.html
+share/gtk-doc/html/gupnp-dlna-metadata/ch01.html
+share/gtk-doc/html/gupnp-dlna-metadata/gupnp-dlna-metadata.devhelp2
+share/gtk-doc/html/gupnp-dlna-metadata/home.png
+share/gtk-doc/html/gupnp-dlna-metadata/index.html
+share/gtk-doc/html/gupnp-dlna-metadata/index.sgml
+share/gtk-doc/html/gupnp-dlna-metadata/left.png
+share/gtk-doc/html/gupnp-dlna-metadata/right.png
+share/gtk-doc/html/gupnp-dlna-metadata/style.css
+share/gtk-doc/html/gupnp-dlna-metadata/up.png
+share/gtk-doc/html/gupnp-dlna/GUPnPDLNAAudioInformation.html
+share/gtk-doc/html/gupnp-dlna/GUPnPDLNAContainerInformation.html
+share/gtk-doc/html/gupnp-dlna/GUPnPDLNAImageInformation.html
 share/gtk-doc/html/gupnp-dlna/GUPnPDLNAInformation.html
 share/gtk-doc/html/gupnp-dlna/GUPnPDLNAProfile.html
+share/gtk-doc/html/gupnp-dlna/GUPnPDLNAProfileGuesser.html
+share/gtk-doc/html/gupnp-dlna/GUPnPDLNAVideoInformation.html
 share/gtk-doc/html/gupnp-dlna/annotation-glossary.html
 share/gtk-doc/html/gupnp-dlna/ch01.html
-share/gtk-doc/html/gupnp-dlna/gupnp-dlna.devhelp
+share/gtk-doc/html/gupnp-dlna/gupnp-dlna-GUPnP-DLNA-Values.html
+share/gtk-doc/html/gupnp-dlna/gupnp-dlna-gupnp-dlna-g-values.html
+share/gtk-doc/html/gupnp-dlna/gupnp-dlna-gupnp-dlna-restriction.html
+share/gtk-doc/html/gupnp-dlna/gupnp-dlna-gupnp-dlna-value-list.html
 share/gtk-doc/html/gupnp-dlna/gupnp-dlna.devhelp2
 share/gtk-doc/html/gupnp-dlna/home.png
 share/gtk-doc/html/gupnp-dlna/index.html
@@ -20,17 +51,19 @@
 share/gtk-doc/html/gupnp-dlna/right.png
 share/gtk-doc/html/gupnp-dlna/style.css
 share/gtk-doc/html/gupnp-dlna/up.png
-share/gupnp-dlna/dlna-profiles/aac.xml
-share/gupnp-dlna/dlna-profiles/ac3.xml
-share/gupnp-dlna/dlna-profiles/amr.xml
-share/gupnp-dlna/dlna-profiles/avc.xml
-share/gupnp-dlna/dlna-profiles/common.xml
-share/gupnp-dlna/dlna-profiles/dlna-profiles.rng
-share/gupnp-dlna/dlna-profiles/jpeg.xml
-share/gupnp-dlna/dlna-profiles/lpcm.xml
-share/gupnp-dlna/dlna-profiles/mp3.xml
-share/gupnp-dlna/dlna-profiles/mpeg-ts.xml
-share/gupnp-dlna/dlna-profiles/mpeg1.xml
-share/gupnp-dlna/dlna-profiles/mpeg4.xml
-share/gupnp-dlna/dlna-profiles/png.xml
-share/gupnp-dlna/dlna-profiles/wma.xml
+share/gupnp-dlna-2.0/dlna-profiles/aac.xml
+share/gupnp-dlna-2.0/dlna-profiles/ac3.xml
+share/gupnp-dlna-2.0/dlna-profiles/amr.xml
+share/gupnp-dlna-2.0/dlna-profiles/avc.xml
+share/gupnp-dlna-2.0/dlna-profiles/common.xml
+share/gupnp-dlna-2.0/dlna-profiles/dlna-profiles.rng
+share/gupnp-dlna-2.0/dlna-profiles/jpeg.xml
+share/gupnp-dlna-2.0/dlna-profiles/lpcm.xml
+share/gupnp-dlna-2.0/dlna-profiles/mp3.xml
+share/gupnp-dlna-2.0/dlna-profiles/mpeg-common.xml
+share/gupnp-dlna-2.0/dlna-profiles/mpeg-ps.xml
+share/gupnp-dlna-2.0/dlna-profiles/mpeg-ts.xml
+share/gupnp-dlna-2.0/dlna-profiles/mpeg1.xml
+share/gupnp-dlna-2.0/dlna-profiles/mpeg4.xml
+share/gupnp-dlna-2.0/dlna-profiles/png.xml
+share/gupnp-dlna-2.0/dlna-profiles/wma.xml
diff -r dae349a155bc -r ce1274907242 net/gupnp-dlna/distinfo
--- a/net/gupnp-dlna/distinfo   Sat Jul 06 16:15:06 2013 +0000
+++ b/net/gupnp-dlna/distinfo   Sat Jul 06 16:16:46 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2012/10/06 12:41:09 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2013/07/06 16:16:46 ryoon Exp $
 
-SHA1 (gupnp-dlna-0.6.6.tar.xz) = 74c6b543b25be5419d6b5b8c9732ac38f5e165ea
-RMD160 (gupnp-dlna-0.6.6.tar.xz) = a39924c4aa5fff3b4b02ba38619a3befa69a1808
-Size (gupnp-dlna-0.6.6.tar.xz) = 263936 bytes
+SHA1 (gupnp-dlna-0.10.2.tar.xz) = a5bd5aea20d8dd49a7a6dcb42a299cc0d16f8f92
+RMD160 (gupnp-dlna-0.10.2.tar.xz) = 6e568e471848178d86ce529a5afc6dbca1af8ad2
+Size (gupnp-dlna-0.10.2.tar.xz) = 314088 bytes



Home | Main Index | Thread Index | Old Index