diff options
author | drochner <drochner@pkgsrc.org> | 2013-07-24 11:18:57 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2013-07-24 11:18:57 +0000 |
commit | bdb529b5ce3912a38b2bfd192425e52cf711f9b5 (patch) | |
tree | 1656d7d8346b327f635031d994479b45ad948476 /net/grilo | |
parent | 2680ea97ad8ee6b11be2821f361ad095745032c7 (diff) | |
download | pkgsrc-bdb529b5ce3912a38b2bfd192425e52cf711f9b5.tar.gz |
update to 0.2.6
changes:
-bugfixes, minor improvements
-added i18n
Diffstat (limited to 'net/grilo')
-rw-r--r-- | net/grilo/Makefile | 7 | ||||
-rw-r--r-- | net/grilo/distinfo | 10 | ||||
-rw-r--r-- | net/grilo/patches/patch-aa | 28 |
3 files changed, 22 insertions, 23 deletions
diff --git a/net/grilo/Makefile b/net/grilo/Makefile index b40ee6c1437..7c0f97c3202 100644 --- a/net/grilo/Makefile +++ b/net/grilo/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2013/05/24 18:23:33 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/07/24 11:18:57 drochner Exp $ # -DISTNAME= grilo-0.2.5 -PKGREVISION= 2 +DISTNAME= grilo-0.2.6 CATEGORIES= net MASTER_SITES= ftp://ftp.gnome.org/pub/gnome/sources/grilo/0.2/ EXTRACT_SUFX= .tar.xz @@ -14,7 +13,7 @@ LICENSE= gnu-lgpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config intltool USE_LANGUAGES= c99 SET_LIBDIR= yes diff --git a/net/grilo/distinfo b/net/grilo/distinfo index 8ccd2f881ca..e64d879f4f6 100644 --- a/net/grilo/distinfo +++ b/net/grilo/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2013/04/10 16:26:46 drochner Exp $ +$NetBSD: distinfo,v 1.4 2013/07/24 11:18:57 drochner Exp $ -SHA1 (grilo-0.2.5.tar.xz) = 5223f8442988f044c1d160324e3b43dc3af9e278 -RMD160 (grilo-0.2.5.tar.xz) = 4182f97071a2e0cffd396efa5d45d5fc91691dd9 -Size (grilo-0.2.5.tar.xz) = 513660 bytes -SHA1 (patch-aa) = c500be3e7995f506253bf4f41bd26014240adb55 +SHA1 (grilo-0.2.6.tar.xz) = 31d100d903f85c694a5c360609f67456c9045e3a +RMD160 (grilo-0.2.6.tar.xz) = 8eac96de57af78597ce252bca08625bdeb6e6921 +Size (grilo-0.2.6.tar.xz) = 534272 bytes +SHA1 (patch-aa) = f6fc0162db91b714dd6da51ec232b6d75e456cb2 diff --git a/net/grilo/patches/patch-aa b/net/grilo/patches/patch-aa index 52ce93fc391..8d9361fd6b9 100644 --- a/net/grilo/patches/patch-aa +++ b/net/grilo/patches/patch-aa @@ -1,22 +1,22 @@ -$NetBSD: patch-aa,v 1.1 2012/12/14 19:26:09 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2013/07/24 11:18:57 drochner Exp $ ---- tools/grilo-test-ui/Makefile.in.orig 2012-11-08 15:00:13.000000000 +0000 +--- tools/grilo-test-ui/Makefile.in.orig 2013-05-16 07:50:40.000000000 +0000 +++ tools/grilo-test-ui/Makefile.in -@@ -82,7 +82,7 @@ grilo_test_ui_@GRL_MAJORMINOR@_OBJECTS = - $(am_grilo_test_ui_@GRL_MAJORMINOR@_OBJECTS) +@@ -96,7 +96,7 @@ grilo_test_ui_@GRL_MAJORMINOR@_OBJECTS = am__DEPENDENCIES_1 = + @HAVE_OAUTH_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) grilo_test_ui_@GRL_MAJORMINOR@_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -- $(am__DEPENDENCIES_1) $(top_builddir)/src/lib@GRL_NAME@.la -+ $(am__DEPENDENCIES_1) +- $(am__DEPENDENCIES_1) $(top_builddir)/src/lib@GRL_NAME@.la \ ++ $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_2) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) - am__v_lt_0 = --silent -@@ -297,7 +297,7 @@ grilo_test_ui_@GRL_MAJORMINOR@_LDADD = \ - $(DEPS_LIBS) \ - $(GTU_LIBS) \ - $(GRL_FLICKR_LIBS) \ -- $(top_builddir)/src/lib@GRL_NAME@.la -+ $(prefix)/lib/lib@GRL_NAME@.la - +@@ -321,7 +321,7 @@ grilo_test_ui_@GRL_MAJORMINOR@_CFLAGS = + $(GTU_CFLAGS) $(GRL_FLICKR_CFLAGS) -I$(top_srcdir)/src \ + -I$(top_srcdir)/src/data $(am__append_2) + grilo_test_ui_@GRL_MAJORMINOR@_LDADD = $(DEPS_LIBS) $(GTU_LIBS) \ +- $(GRL_FLICKR_LIBS) $(top_builddir)/src/lib@GRL_NAME@.la \ ++ $(GRL_FLICKR_LIBS) $(prefix)/lib/lib@GRL_NAME@.la \ + $(am__append_3) MAINTAINERCLEANFILES = \ *.in \ |