pkgsrc/net/gupnp-dlna/Makefile

31 lines
983 B
Makefile
Raw Normal View History

2015-10-10 03:57:50 +02:00
# $NetBSD: Makefile,v 1.15 2015/10/10 01:57:54 ryoon Exp $
DISTNAME= gupnp-dlna-0.10.3
2015-10-10 03:57:50 +02:00
PKGREVISION= 1
CATEGORIES= net
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> 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> 0.10.0 ====== - Various fixes for the GStreamer 0.10 meta-data back-end. All contributors to this release: Krzesimir Nowak <krnowak@openismus.com> Jens Georg <mail@jensge.org> 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> 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> Jens Georg <jensg@openismus.com> 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> Krzesimir Nowak <krnowak@openismus.com> 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> 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> Mark Ryan <mark.d.ryan@intel.com> Jens Georg <jensg@openismus.com> 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> Jens Georg <jensg@openismus.com> 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> Riko Yamada <rik0yamada@yahoo.co.jp> Dominique Leuenberger <dimstar@opensuse.org> Changes in API: - so version bump - API version bump to 1.1
2013-07-06 18:16:46 +02:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp-dlna/0.10/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gupnp.org/
COMMENT= GUPnP DLNA is a small DLNA-related utility library
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
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> 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> 0.10.0 ====== - Various fixes for the GStreamer 0.10 meta-data back-end. All contributors to this release: Krzesimir Nowak <krnowak@openismus.com> Jens Georg <mail@jensge.org> 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> 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> Jens Georg <jensg@openismus.com> 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> Krzesimir Nowak <krnowak@openismus.com> 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> 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> Mark Ryan <mark.d.ryan@intel.com> Jens Georg <jensg@openismus.com> 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> Jens Georg <jensg@openismus.com> 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> Riko Yamada <rik0yamada@yahoo.co.jp> Dominique Leuenberger <dimstar@opensuse.org> Changes in API: - so version bump - API version bump to 1.1
2013-07-06 18:16:46 +02:00
USE_TOOLS+= gmake pkg-config
2013-07-17 16:44:19 +02:00
PKGCONFIG_OVERRIDE+= gupnp-dlna-2.0.pc.in
PKGCONFIG_OVERRIDE+= gupnp-dlna-gst-2.0.pc.in
#PKGCONFIG_OVERRIDE+= gupnp-dlna-metadata-2.0.pc.in
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> 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> 0.10.0 ====== - Various fixes for the GStreamer 0.10 meta-data back-end. All contributors to this release: Krzesimir Nowak <krnowak@openismus.com> Jens Georg <mail@jensge.org> 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> 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> Jens Georg <jensg@openismus.com> 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> Krzesimir Nowak <krnowak@openismus.com> 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> 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> Mark Ryan <mark.d.ryan@intel.com> Jens Georg <jensg@openismus.com> 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> Jens Georg <jensg@openismus.com> 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> Riko Yamada <rik0yamada@yahoo.co.jp> Dominique Leuenberger <dimstar@opensuse.org> Changes in API: - so version bump - API version bump to 1.1
2013-07-06 18:16:46 +02:00
.include "../../archivers/xz/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
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> 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> 0.10.0 ====== - Various fixes for the GStreamer 0.10 meta-data back-end. All contributors to this release: Krzesimir Nowak <krnowak@openismus.com> Jens Georg <mail@jensge.org> 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> 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> Jens Georg <jensg@openismus.com> 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> Krzesimir Nowak <krnowak@openismus.com> 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> 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> Mark Ryan <mark.d.ryan@intel.com> Jens Georg <jensg@openismus.com> 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> Jens Georg <jensg@openismus.com> 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> Riko Yamada <rik0yamada@yahoo.co.jp> Dominique Leuenberger <dimstar@opensuse.org> Changes in API: - so version bump - API version bump to 1.1
2013-07-06 18:16:46 +02:00
.include "../../devel/zlib/buildlink3.mk"
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../net/gupnp/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
2013-07-17 16:44:19 +02:00
.include "../../multimedia/gstreamer1/buildlink3.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"