diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-07-06 16:20:52 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-07-06 16:20:52 +0000 |
commit | 083e0d90d95578e3df7bef50e4fb85e68e3b7e8d (patch) | |
tree | cb9a78ff37478e973633daae83b6511ff25de52d /net/gupnp-av/Makefile | |
parent | 8f0f6108fe45fbb0de2772ee805a553c2fd20371 (diff) | |
download | pkgsrc-083e0d90d95578e3df7bef50e4fb85e68e3b7e8d.tar.gz |
Update to 0.12.2
* Enable gobject-introspection support.
Changelog:
0.12.2
======
Changes since 0.12.1:
- Fix VAPI generation if GObject-introspection version is >= 1.36.
- Fix vala bindings for LastChangeParser.parse_last_change.
- Small improvement to resource matching.
- Fix DIDLLiteContainer.get_total_deleted_child_count return value.
- Fix compiling with -Wall -Werror.
- Fix gtk-doc warnings.
All contributors to this release:
Jens Georg <mail@jensge.org>
Ludovic Ferrandis <ludovic.ferrandis@intel.com>
0.12.1
======
Changes since 0.12.0:
- Fix compiler warnings.
- Update .gitignore.
All contributors to this release:
Andreas Henriksson <andreas@fatal.se>
Krzesimir Nowak <qdlacz@gmail.com>
Diffstat (limited to 'net/gupnp-av/Makefile')
-rw-r--r-- | net/gupnp-av/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index ed2c456b1a0..3dd2498326a 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2013/05/24 18:23:34 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2013/07/06 16:20:52 ryoon Exp $ # -DISTNAME= gupnp-av-0.12.0 -PKGREVISION= 2 +DISTNAME= gupnp-av-0.12.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp-av/0.12/} EXTRACT_SUFX= .tar.xz @@ -14,9 +13,10 @@ LICENSE= gnu-lgpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= gupnp-av-1.0.pc.in +.include "../../devel/gobject-introspection/buildlink3.mk" .include "../../net/gupnp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |