pkgsrc-Changes archive

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

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jan 20 01:32:18 UTC 2020

Modified Files:
        pkgsrc/net: Makefile
        pkgsrc/net/grilo: Makefile PLIST buildlink3.mk distinfo
        pkgsrc/net/grilo-plugins: DESCR Makefile PLIST distinfo
Removed Files:
        pkgsrc/net/grilo-plugins/patches: patch-src_jamendo_grl-jamendo.c
        pkgsrc/net/grilo-testui: DESCR Makefile PLIST
        pkgsrc/net/grilo/patches: patch-aa patch-libs_net_grl-net-private.c

Log Message:
grilo: Update to 0.3.11

Needed for several newer GNOME package updates.


To generate a diff of this commit:
cvs rdiff -u -r1.1301 -r1.1302 pkgsrc/net/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/grilo/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/grilo/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/grilo/buildlink3.mk
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/grilo/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/grilo-plugins/DESCR
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/grilo-plugins/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/grilo-plugins/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/grilo-plugins/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/net/grilo-plugins/patches/patch-src_jamendo_grl-jamendo.c
cvs rdiff -u -r1.1 -r0 pkgsrc/net/grilo-testui/DESCR \
    pkgsrc/net/grilo-testui/PLIST
cvs rdiff -u -r1.43 -r0 pkgsrc/net/grilo-testui/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/net/grilo/patches/patch-aa
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/net/grilo/patches/patch-libs_net_grl-net-private.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/Makefile
diff -u pkgsrc/net/Makefile:1.1301 pkgsrc/net/Makefile:1.1302
--- pkgsrc/net/Makefile:1.1301  Sun Jan 19 15:36:31 2020
+++ pkgsrc/net/Makefile Mon Jan 20 01:32:17 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1301 2020/01/19 15:36:31 taca Exp $
+# $NetBSD: Makefile,v 1.1302 2020/01/20 01:32:17 nia Exp $
 #
 
 COMMENT=       Networking tools
@@ -202,7 +202,6 @@ SUBDIR+=    gofish
 SUBDIR+=       gopher
 SUBDIR+=       grilo
 SUBDIR+=       grilo-plugins
-SUBDIR+=       grilo-testui
 SUBDIR+=       grive
 SUBDIR+=       grive2
 SUBDIR+=       grpc

Index: pkgsrc/net/grilo/Makefile
diff -u pkgsrc/net/grilo/Makefile:1.29 pkgsrc/net/grilo/Makefile:1.30
--- pkgsrc/net/grilo/Makefile:1.29      Wed Apr  3 00:32:57 2019
+++ pkgsrc/net/grilo/Makefile   Mon Jan 20 01:32:17 2020
@@ -1,27 +1,33 @@
-# $NetBSD: Makefile,v 1.29 2019/04/03 00:32:57 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.30 2020/01/20 01:32:17 nia Exp $
 
-DISTNAME=      grilo-0.2.7
-PKGREVISION=   15
-CATEGORIES=    net
-MASTER_SITES=  ftp://ftp.gnome.org/pub/gnome/sources/grilo/0.2/
+DISTNAME=      grilo-0.3.11
+CATEGORIES=    net gnome
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/grilo/0.3/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.gnome.org/
+HOMEPAGE=      https://wiki.gnome.org/Projects/Grilo
 COMMENT=       Media browser framework
 LICENSE=       gnu-lgpl-v2
 
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config intltool msgfmt
-USE_LANGUAGES= c99
-SET_LIBDIR=    yes
+USE_TOOLS+=    pkg-config xgettext
 
-PKGCONFIG_OVERRIDE+=   grilo-0.2.pc.in
-PKGCONFIG_OVERRIDE+=   grilo-net-0.2.pc.in
+MESON_ARGS+=   -Denable-gtk-doc=false
+MESON_ARGS+=   -Denable-test-ui=false
 
+PYTHON_FOR_BUILD_ONLY= tool
+
+PKGCONFIG_OVERRIDE_STAGE=      pre-install
+PKGCONFIG_OVERRIDE+=           output/meson-private/grilo-0.3.pc
+PKGCONFIG_OVERRIDE+=           output/meson-private/grilo-net-0.3.pc
+PKGCONFIG_OVERRIDE+=           output/meson-private/grilo-pls-0.3.pc
+
+.include "../../devel/meson/build.mk"
 .include "../../devel/glib2/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../lang/python/tool.mk"
+.include "../../lang/vala/buildlink3.mk"
+.include "../../multimedia/totem-pl-parser/buildlink3.mk"
 .include "../../net/libsoup/buildlink3.mk"
+.include "../../security/liboauth/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/grilo/PLIST
diff -u pkgsrc/net/grilo/PLIST:1.1 pkgsrc/net/grilo/PLIST:1.2
--- pkgsrc/net/grilo/PLIST:1.1  Fri Nov 23 11:51:14 2012
+++ pkgsrc/net/grilo/PLIST      Mon Jan 20 01:32:17 2020
@@ -1,32 +1,98 @@
-@comment $NetBSD: PLIST,v 1.1 2012/11/23 11:51:14 drochner Exp $
-bin/grl-inspect-0.2
-include/grilo-0.2/grilo.h
-include/grilo-0.2/grl-caps.h
-include/grilo-0.2/grl-config.h
-include/grilo-0.2/grl-data.h
-include/grilo-0.2/grl-definitions.h
-include/grilo-0.2/grl-error.h
-include/grilo-0.2/grl-log.h
-include/grilo-0.2/grl-media-audio.h
-include/grilo-0.2/grl-media-box.h
-include/grilo-0.2/grl-media-image.h
-include/grilo-0.2/grl-media-video.h
-include/grilo-0.2/grl-media.h
-include/grilo-0.2/grl-metadata-key.h
-include/grilo-0.2/grl-multiple.h
-include/grilo-0.2/grl-operation-options.h
-include/grilo-0.2/grl-operation.h
-include/grilo-0.2/grl-plugin.h
-include/grilo-0.2/grl-range-value.h
-include/grilo-0.2/grl-registry.h
-include/grilo-0.2/grl-related-keys.h
-include/grilo-0.2/grl-source.h
-include/grilo-0.2/grl-util.h
-include/grilo-0.2/grl-value-helper.h
-include/grilo-0.2/net/grl-net-wc.h
-include/grilo-0.2/net/grl-net.h
-lib/libgrilo-0.2.la
-lib/libgrlnet-0.2.la
-lib/pkgconfig/grilo-0.2.pc
-lib/pkgconfig/grilo-net-0.2.pc
-man/man1/grl-inspect.1
+@comment $NetBSD: PLIST,v 1.2 2020/01/20 01:32:17 nia Exp $
+bin/grl-inspect-0.3
+bin/grl-launch-0.3
+include/grilo-0.3/grilo.h
+include/grilo-0.3/grl-caps.h
+include/grilo-0.3/grl-config.h
+include/grilo-0.3/grl-data.h
+include/grilo-0.3/grl-definitions.h
+include/grilo-0.3/grl-error.h
+include/grilo-0.3/grl-log.h
+include/grilo-0.3/grl-media.h
+include/grilo-0.3/grl-metadata-key.h
+include/grilo-0.3/grl-multiple.h
+include/grilo-0.3/grl-operation-options.h
+include/grilo-0.3/grl-operation.h
+include/grilo-0.3/grl-plugin.h
+include/grilo-0.3/grl-range-value.h
+include/grilo-0.3/grl-registry.h
+include/grilo-0.3/grl-related-keys.h
+include/grilo-0.3/grl-source.h
+include/grilo-0.3/grl-util.h
+include/grilo-0.3/grl-value-helper.h
+include/grilo-0.3/net/grl-net-wc.h
+include/grilo-0.3/net/grl-net.h
+include/grilo-0.3/pls/grl-pls.h
+lib/girepository-1.0/Grl-0.3.typelib
+lib/girepository-1.0/GrlNet-0.3.typelib
+lib/girepository-1.0/GrlPls-0.3.typelib
+lib/libgrilo-0.3.so
+lib/libgrilo-0.3.so.0
+lib/libgrilo-0.3.so.0.311.1
+lib/libgrlnet-0.3.so
+lib/libgrlnet-0.3.so.0
+lib/libgrlnet-0.3.so.0.311.0
+lib/libgrlpls-0.3.so
+lib/libgrlpls-0.3.so.0
+lib/libgrlpls-0.3.so.0.311.0
+lib/pkgconfig/grilo-0.3.pc
+lib/pkgconfig/grilo-net-0.3.pc
+lib/pkgconfig/grilo-pls-0.3.pc
+man/man1/grilo-test-ui-0.3.1
+man/man1/grl-inspect-0.3.1
+man/man1/grl-launch-0.3.1
+share/gir-1.0/Grl-0.3.gir
+share/gir-1.0/GrlNet-0.3.gir
+share/gir-1.0/GrlPls-0.3.gir
+share/locale/as/LC_MESSAGES/grilo.mo
+share/locale/bg/LC_MESSAGES/grilo.mo
+share/locale/bs/LC_MESSAGES/grilo.mo
+share/locale/ca/LC_MESSAGES/grilo.mo
+share/locale/ca@valencia/LC_MESSAGES/grilo.mo
+share/locale/cs/LC_MESSAGES/grilo.mo
+share/locale/da/LC_MESSAGES/grilo.mo
+share/locale/de/LC_MESSAGES/grilo.mo
+share/locale/el/LC_MESSAGES/grilo.mo
+share/locale/en_GB/LC_MESSAGES/grilo.mo
+share/locale/eo/LC_MESSAGES/grilo.mo
+share/locale/es/LC_MESSAGES/grilo.mo
+share/locale/eu/LC_MESSAGES/grilo.mo
+share/locale/fi/LC_MESSAGES/grilo.mo
+share/locale/fr/LC_MESSAGES/grilo.mo
+share/locale/fur/LC_MESSAGES/grilo.mo
+share/locale/gl/LC_MESSAGES/grilo.mo
+share/locale/he/LC_MESSAGES/grilo.mo
+share/locale/hr/LC_MESSAGES/grilo.mo
+share/locale/hu/LC_MESSAGES/grilo.mo
+share/locale/id/LC_MESSAGES/grilo.mo
+share/locale/it/LC_MESSAGES/grilo.mo
+share/locale/ja/LC_MESSAGES/grilo.mo
+share/locale/ko/LC_MESSAGES/grilo.mo
+share/locale/lt/LC_MESSAGES/grilo.mo
+share/locale/lv/LC_MESSAGES/grilo.mo
+share/locale/ml/LC_MESSAGES/grilo.mo
+share/locale/nb/LC_MESSAGES/grilo.mo
+share/locale/ne/LC_MESSAGES/grilo.mo
+share/locale/nl/LC_MESSAGES/grilo.mo
+share/locale/oc/LC_MESSAGES/grilo.mo
+share/locale/pa/LC_MESSAGES/grilo.mo
+share/locale/pl/LC_MESSAGES/grilo.mo
+share/locale/pt/LC_MESSAGES/grilo.mo
+share/locale/pt_BR/LC_MESSAGES/grilo.mo
+share/locale/ro/LC_MESSAGES/grilo.mo
+share/locale/ru/LC_MESSAGES/grilo.mo
+share/locale/sk/LC_MESSAGES/grilo.mo
+share/locale/sl/LC_MESSAGES/grilo.mo
+share/locale/sr/LC_MESSAGES/grilo.mo
+share/locale/sr@latin/LC_MESSAGES/grilo.mo
+share/locale/sv/LC_MESSAGES/grilo.mo
+share/locale/tg/LC_MESSAGES/grilo.mo
+share/locale/tr/LC_MESSAGES/grilo.mo
+share/locale/uk/LC_MESSAGES/grilo.mo
+share/locale/zh_CN/LC_MESSAGES/grilo.mo
+share/locale/zh_HK/LC_MESSAGES/grilo.mo
+share/locale/zh_TW/LC_MESSAGES/grilo.mo
+share/vala/vapi/grilo-0.3.deps
+share/vala/vapi/grilo-0.3.vapi
+share/vala/vapi/grilo-net-0.3.deps
+share/vala/vapi/grilo-net-0.3.vapi

Index: pkgsrc/net/grilo/buildlink3.mk
diff -u pkgsrc/net/grilo/buildlink3.mk:1.21 pkgsrc/net/grilo/buildlink3.mk:1.22
--- pkgsrc/net/grilo/buildlink3.mk:1.21 Wed Apr  3 00:32:57 2019
+++ pkgsrc/net/grilo/buildlink3.mk      Mon Jan 20 01:32:17 2020
@@ -1,17 +1,18 @@
-# $NetBSD: buildlink3.mk,v 1.21 2019/04/03 00:32:57 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.22 2020/01/20 01:32:17 nia Exp $
 
 BUILDLINK_TREE+=       grilo
 
 .if !defined(GRILO_BUILDLINK3_MK)
 GRILO_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.grilo+=  grilo>=0.2.2
-BUILDLINK_ABI_DEPENDS.grilo?=  grilo>=0.2.7nb15
+BUILDLINK_API_DEPENDS.grilo+=  grilo>=0.3
 BUILDLINK_PKGSRCDIR.grilo?=    ../../net/grilo
 
 .include "../../devel/glib2/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../multimedia/totem-pl-parser/buildlink3.mk"
 .include "../../net/libsoup/buildlink3.mk"
+.include "../../security/liboauth/buildlink3.mk"
 .endif # GRILO_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -grilo

Index: pkgsrc/net/grilo/distinfo
diff -u pkgsrc/net/grilo/distinfo:1.7 pkgsrc/net/grilo/distinfo:1.8
--- pkgsrc/net/grilo/distinfo:1.7       Wed Nov  4 00:35:03 2015
+++ pkgsrc/net/grilo/distinfo   Mon Jan 20 01:32:17 2020
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 00:35:03 agc Exp $
+$NetBSD: distinfo,v 1.8 2020/01/20 01:32:17 nia Exp $
 
-SHA1 (grilo-0.2.7.tar.xz) = 495779030076ab744724132f91b40e7427a32f1b
-RMD160 (grilo-0.2.7.tar.xz) = c5c387028efc16eb663335afc38776037eefb838
-SHA512 (grilo-0.2.7.tar.xz) = 19d4b4f5eeed831169d590c1b01a7565e3c10aceb4640012a5477f49b082d2956fa6243d0b2a3845abb96b9594a4a7085ebe0ad5458623bfa30b32f118c6787a
-Size (grilo-0.2.7.tar.xz) = 579464 bytes
-SHA1 (patch-aa) = f60a6f7889853294f72471bc720d72dbfba52e44
-SHA1 (patch-libs_net_grl-net-private.c) = 22a7aa2d233ea367d4347720edf9532f719a169b
+SHA1 (grilo-0.3.11.tar.xz) = 7c572719729e8f3879113014404784da6e903ff8
+RMD160 (grilo-0.3.11.tar.xz) = 83775f64304539d049133920290337cf83084127
+SHA512 (grilo-0.3.11.tar.xz) = fd46d035982b14ed19681acce3f4878cc678919babc031ce5eb577a21d14f97b905eb5094b344b7fc732bf317fb504dae940cffb7875de2d577bae431b7f9c36
+Size (grilo-0.3.11.tar.xz) = 233516 bytes

Index: pkgsrc/net/grilo-plugins/DESCR
diff -u pkgsrc/net/grilo-plugins/DESCR:1.1 pkgsrc/net/grilo-plugins/DESCR:1.2
--- pkgsrc/net/grilo-plugins/DESCR:1.1  Fri Nov 23 11:51:14 2012
+++ pkgsrc/net/grilo-plugins/DESCR      Mon Jan 20 01:32:17 2020
@@ -1,2 +1,2 @@
-It is a collection of plugins for Grilo implementing Grilo's API for various
+A collection of plugins for Grilo implementing Grilo's API for various
 multimedia content providers.

Index: pkgsrc/net/grilo-plugins/Makefile
diff -u pkgsrc/net/grilo-plugins/Makefile:1.30 pkgsrc/net/grilo-plugins/Makefile:1.31
--- pkgsrc/net/grilo-plugins/Makefile:1.30      Wed Apr  3 00:32:57 2019
+++ pkgsrc/net/grilo-plugins/Makefile   Mon Jan 20 01:32:17 2020
@@ -1,26 +1,26 @@
-# $NetBSD: Makefile,v 1.30 2019/04/03 00:32:57 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.31 2020/01/20 01:32:17 nia Exp $
 
-DISTNAME=      grilo-plugins-0.2.9
-PKGREVISION=   16
-CATEGORIES=    net
-MASTER_SITES=  ftp://ftp.gnome.org/pub/gnome/sources/grilo-plugins/0.2/
+DISTNAME=      grilo-plugins-0.3.10
+CATEGORIES=    net gnome
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/grilo-plugins/0.3/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.gnome.org/
+HOMEPAGE=      https://wiki.gnome.org/Projects/Grilo
 COMMENT=       Plugins for grilo media browser
 LICENSE=       gnu-lgpl-v2
 
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config intltool xgettext
+USE_TOOLS+=    pkg-config xgettext
 
-CONFIGURE_ARGS+=       --disable-bliptv
+PYTHON_FOR_BUILD_ONLY= tool
 
-.include "../../devel/glib2/buildlink3.mk"
+PKGCONFIG_OVERRIDE+=   grilo-plugins-0.3.pc.in
+
+.include "../../devel/meson/build.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../lang/lua53/buildlink3.mk"
+.include "../../multimedia/gstreamer1/buildlink3.mk"
 .include "../../net/grilo/buildlink3.mk"
-.include "../../net/gupnp/buildlink3.mk"
-.include "../../net/gupnp-av/buildlink3.mk"
-.include "../../multimedia/totem-pl-parser/buildlink3.mk"
+.include "../../net/libgdata/buildlink3.mk"
+.include "../../textproc/json-glib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/grilo-plugins/PLIST
diff -u pkgsrc/net/grilo-plugins/PLIST:1.6 pkgsrc/net/grilo-plugins/PLIST:1.7
--- pkgsrc/net/grilo-plugins/PLIST:1.6  Tue Jul 31 14:27:35 2018
+++ pkgsrc/net/grilo-plugins/PLIST      Mon Jan 20 01:32:17 2020
@@ -1,31 +1,104 @@
-@comment $NetBSD: PLIST,v 1.6 2018/07/31 14:27:35 jperkin Exp $
-lib/grilo-0.2/grl-apple-trailers.xml
-lib/grilo-0.2/grl-bookmarks.xml
-lib/grilo-0.2/grl-filesystem.xml
-lib/grilo-0.2/grl-gravatar.xml
-lib/grilo-0.2/grl-jamendo.xml
-lib/grilo-0.2/grl-lastfm-albumart.xml
-lib/grilo-0.2/grl-local-metadata.xml
-lib/grilo-0.2/grl-magnatune.xml
-lib/grilo-0.2/grl-metadata-store.xml
-lib/grilo-0.2/grl-optical-media.xml
-lib/grilo-0.2/grl-podcasts.xml
-lib/grilo-0.2/grl-raitv.xml
-lib/grilo-0.2/grl-shoutcast.xml
-lib/grilo-0.2/grl-upnp.xml
-lib/grilo-0.2/grl-vimeo.xml
-lib/grilo-0.2/libgrlappletrailers.la
-lib/grilo-0.2/libgrlbookmarks.la
-lib/grilo-0.2/libgrlfilesystem.la
-lib/grilo-0.2/libgrlgravatar.la
-lib/grilo-0.2/libgrljamendo.la
-lib/grilo-0.2/libgrllastfm-albumart.la
-lib/grilo-0.2/libgrllocalmetadata.la
-lib/grilo-0.2/libgrlmagnatune.la
-lib/grilo-0.2/libgrlmetadatastore.la
-lib/grilo-0.2/libgrloptical-media.la
-lib/grilo-0.2/libgrlpodcasts.la
-lib/grilo-0.2/libgrlraitv.la
-lib/grilo-0.2/libgrlshoutcast.la
-lib/grilo-0.2/libgrlupnp.la
-lib/grilo-0.2/libgrlvimeo.la
+@comment $NetBSD: PLIST,v 1.7 2020/01/20 01:32:17 nia Exp $
+lib/grilo-0.3/libgrlchromaprint.so
+lib/grilo-0.3/libgrldleyna.so
+lib/grilo-0.3/libgrlfilesystem.so
+lib/grilo-0.3/libgrlflickr.so
+lib/grilo-0.3/libgrlgravatar.so
+lib/grilo-0.3/libgrljamendo.so
+lib/grilo-0.3/libgrlluafactory.so
+lib/grilo-0.3/libgrlmagnatune.so
+lib/grilo-0.3/libgrlmetadatastore.so
+lib/grilo-0.3/libgrlopensubtitles.so
+lib/grilo-0.3/libgrlopticalmedia.so
+lib/grilo-0.3/libgrlpodcasts.so
+lib/grilo-0.3/libgrlraitv.so
+lib/grilo-0.3/libgrlshoutcast.so
+lib/grilo-0.3/libgrltmdb.so
+lib/grilo-0.3/libgrlvimeo.so
+lib/grilo-0.3/libgrlyoutube.so
+lib/pkgconfig/grilo-plugins-0.3.pc
+share/grilo-plugins/grl-lua-factory/grl-acoustid.lua
+share/grilo-plugins/grl-lua-factory/grl-appletrailers.gresource
+share/grilo-plugins/grl-lua-factory/grl-appletrailers.lua
+share/grilo-plugins/grl-lua-factory/grl-euronews.gresource
+share/grilo-plugins/grl-lua-factory/grl-euronews.lua
+share/grilo-plugins/grl-lua-factory/grl-guardianvideos.gresource
+share/grilo-plugins/grl-lua-factory/grl-guardianvideos.lua
+share/grilo-plugins/grl-lua-factory/grl-itunes-podcast.gresource
+share/grilo-plugins/grl-lua-factory/grl-itunes-podcast.lua
+share/grilo-plugins/grl-lua-factory/grl-lastfm-cover.lua
+share/grilo-plugins/grl-lua-factory/grl-musicbrainz-coverart.lua
+share/grilo-plugins/grl-lua-factory/grl-radiofrance.gresource
+share/grilo-plugins/grl-lua-factory/grl-radiofrance.lua
+share/grilo-plugins/grl-lua-factory/grl-spotify-cover.lua
+share/grilo-plugins/grl-lua-factory/grl-steam-store.lua
+share/grilo-plugins/grl-lua-factory/grl-theaudiodb-cover.lua
+share/grilo-plugins/grl-lua-factory/grl-thegamesdb.lua
+share/grilo-plugins/grl-lua-factory/grl-video-title-parsing.lua
+share/help/C/examples/example-tmdb.c
+share/help/C/grilo-plugins/grilo-plugins.xml
+share/help/C/grilo-plugins/legal.xml
+share/help/cs/examples/example-tmdb.c
+share/help/cs/grilo-plugins/grilo-plugins.xml
+share/help/cs/grilo-plugins/legal.xml
+share/help/de/examples/example-tmdb.c
+share/help/de/grilo-plugins/grilo-plugins.xml
+share/help/de/grilo-plugins/legal.xml
+share/help/es/examples/example-tmdb.c
+share/help/es/grilo-plugins/grilo-plugins.xml
+share/help/es/grilo-plugins/legal.xml
+share/help/pl/examples/example-tmdb.c
+share/help/pl/grilo-plugins/grilo-plugins.xml
+share/help/pl/grilo-plugins/legal.xml
+share/help/pt_BR/examples/example-tmdb.c
+share/help/pt_BR/grilo-plugins/grilo-plugins.xml
+share/help/pt_BR/grilo-plugins/legal.xml
+share/help/sv/examples/example-tmdb.c
+share/help/sv/grilo-plugins/grilo-plugins.xml
+share/help/sv/grilo-plugins/legal.xml
+share/locale/as/LC_MESSAGES/grilo-plugins.mo
+share/locale/bg/LC_MESSAGES/grilo-plugins.mo
+share/locale/bs/LC_MESSAGES/grilo-plugins.mo
+share/locale/ca/LC_MESSAGES/grilo-plugins.mo
+share/locale/ca@valencia/LC_MESSAGES/grilo-plugins.mo
+share/locale/cs/LC_MESSAGES/grilo-plugins.mo
+share/locale/da/LC_MESSAGES/grilo-plugins.mo
+share/locale/de/LC_MESSAGES/grilo-plugins.mo
+share/locale/el/LC_MESSAGES/grilo-plugins.mo
+share/locale/en_GB/LC_MESSAGES/grilo-plugins.mo
+share/locale/eo/LC_MESSAGES/grilo-plugins.mo
+share/locale/es/LC_MESSAGES/grilo-plugins.mo
+share/locale/eu/LC_MESSAGES/grilo-plugins.mo
+share/locale/fi/LC_MESSAGES/grilo-plugins.mo
+share/locale/fr/LC_MESSAGES/grilo-plugins.mo
+share/locale/fur/LC_MESSAGES/grilo-plugins.mo
+share/locale/gl/LC_MESSAGES/grilo-plugins.mo
+share/locale/he/LC_MESSAGES/grilo-plugins.mo
+share/locale/hr/LC_MESSAGES/grilo-plugins.mo
+share/locale/hu/LC_MESSAGES/grilo-plugins.mo
+share/locale/id/LC_MESSAGES/grilo-plugins.mo
+share/locale/it/LC_MESSAGES/grilo-plugins.mo
+share/locale/ja/LC_MESSAGES/grilo-plugins.mo
+share/locale/ko/LC_MESSAGES/grilo-plugins.mo
+share/locale/lt/LC_MESSAGES/grilo-plugins.mo
+share/locale/lv/LC_MESSAGES/grilo-plugins.mo
+share/locale/ml/LC_MESSAGES/grilo-plugins.mo
+share/locale/nb/LC_MESSAGES/grilo-plugins.mo
+share/locale/ne/LC_MESSAGES/grilo-plugins.mo
+share/locale/nl/LC_MESSAGES/grilo-plugins.mo
+share/locale/oc/LC_MESSAGES/grilo-plugins.mo
+share/locale/pl/LC_MESSAGES/grilo-plugins.mo
+share/locale/pt/LC_MESSAGES/grilo-plugins.mo
+share/locale/pt_BR/LC_MESSAGES/grilo-plugins.mo
+share/locale/ro/LC_MESSAGES/grilo-plugins.mo
+share/locale/ru/LC_MESSAGES/grilo-plugins.mo
+share/locale/sk/LC_MESSAGES/grilo-plugins.mo
+share/locale/sl/LC_MESSAGES/grilo-plugins.mo
+share/locale/sr/LC_MESSAGES/grilo-plugins.mo
+share/locale/sr@latin/LC_MESSAGES/grilo-plugins.mo
+share/locale/sv/LC_MESSAGES/grilo-plugins.mo
+share/locale/tr/LC_MESSAGES/grilo-plugins.mo
+share/locale/uk/LC_MESSAGES/grilo-plugins.mo
+share/locale/zh_CN/LC_MESSAGES/grilo-plugins.mo
+share/locale/zh_HK/LC_MESSAGES/grilo-plugins.mo
+share/locale/zh_TW/LC_MESSAGES/grilo-plugins.mo

Index: pkgsrc/net/grilo-plugins/distinfo
diff -u pkgsrc/net/grilo-plugins/distinfo:1.7 pkgsrc/net/grilo-plugins/distinfo:1.8
--- pkgsrc/net/grilo-plugins/distinfo:1.7       Tue Jul 31 14:27:35 2018
+++ pkgsrc/net/grilo-plugins/distinfo   Mon Jan 20 01:32:17 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/07/31 14:27:35 jperkin Exp $
+$NetBSD: distinfo,v 1.8 2020/01/20 01:32:17 nia Exp $
 
-SHA1 (grilo-plugins-0.2.9.tar.xz) = 4e16f3db4273ab8029642edb83de4abb08515205
-RMD160 (grilo-plugins-0.2.9.tar.xz) = 76338353548e4bdaa0c29e5eca873f0cc49cabca
-SHA512 (grilo-plugins-0.2.9.tar.xz) = 0fa558c5650ebbe963b6553b93efd03319c21c7b4d410a5186d3f5e25cd195fd2cd531b6142272d09ad4fcf996dd070be34d06910cfeb8484b5e9d7a8157669f
-Size (grilo-plugins-0.2.9.tar.xz) = 595308 bytes
-SHA1 (patch-src_jamendo_grl-jamendo.c) = 501719b611db7b146dfb4a265ce955a7f4e55ade
+SHA1 (grilo-plugins-0.3.10.tar.xz) = 2e0a0dd13d57dde9178c0f6af0f2630a9c76119b
+RMD160 (grilo-plugins-0.3.10.tar.xz) = d4a2970d8cb8140936ee2b38e1b8c41cbaf5818b
+SHA512 (grilo-plugins-0.3.10.tar.xz) = 93d4fcc7d6fd1b43925e286c8856c90d240cf9244d04a8b034df85781b1a6bffcb5c635576e37717325f82a0be567a7087715ff6d680b3c5aca133c6deb43ed2
+Size (grilo-plugins-0.3.10.tar.xz) = 1447368 bytes



Home | Main Index | Thread Index | Old Index