pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libgdata



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 22 20:46:14 UTC 2024

Modified Files:
        pkgsrc/net/libgdata: Makefile PLIST buildlink3.mk distinfo options.mk
Added Files:
        pkgsrc/net/libgdata/patches: patch-meson.build
Removed Files:
        pkgsrc/net/libgdata/patches: patch-gdata_gdata.symbols

Log Message:
libgdata: updated to 0.18.1

Overview of changes from libgdata 0.18.0 to libgdata 0.18.1

* Translation updates:
 - French
 - German
 - Hungarian
 - Indonesian
 - Lithuanian
 - Polish
 - Portuguese
 - Portuguese (Brazil)
 - Romanian
 - Serbian
 - Slovenian
 - Spanish
 - Swedish
 - Turkish
 - Ukrainian

Overview of changes from libgdata 0.17.13 to libgdata 0.18.0

* Add support for Team Drives (work by Ondrej Holy)

* Bugs fixed:
 - Team drives API support needed

* Translation updates:
 - Bokmål, Norwegian
 - Catalan
 - Greek, Modern (1453-)
 - Portuguese
 - Slovak


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/net/libgdata/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/libgdata/PLIST
cvs rdiff -u -r1.63 -r1.64 pkgsrc/net/libgdata/buildlink3.mk
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/libgdata/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/libgdata/options.mk
cvs rdiff -u -r1.1 -r0 pkgsrc/net/libgdata/patches/patch-gdata_gdata.symbols
cvs rdiff -u -r0 -r1.1 pkgsrc/net/libgdata/patches/patch-meson.build

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

Modified files:

Index: pkgsrc/net/libgdata/Makefile
diff -u pkgsrc/net/libgdata/Makefile:1.75 pkgsrc/net/libgdata/Makefile:1.76
--- pkgsrc/net/libgdata/Makefile:1.75   Wed May 29 16:33:57 2024
+++ pkgsrc/net/libgdata/Makefile        Mon Jul 22 20:46:14 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.75 2024/05/29 16:33:57 adam Exp $
+# $NetBSD: Makefile,v 1.76 2024/07/22 20:46:14 adam Exp $
 
-DISTNAME=      libgdata-0.16.1
-PKGREVISION=   46
+DISTNAME=      libgdata-0.18.1
 CATEGORIES=    net www
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libgdata/0.16/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libgdata/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    kamelderouiche%yahoo.com@localhost
@@ -11,26 +10,28 @@ HOMEPAGE=   https://live.gnome.org/libgdat
 COMMENT=       Google Data API based Glib client library
 LICENSE=       gnu-lgpl-v2.1
 
-GNU_CONFIGURE=         yes
-USE_PKGLOCALEDIR=      yes
-USE_LIBTOOL=           yes
-USE_TOOLS+=            pkg-config gmake intltool msgfmt
 USE_LANGUAGES=         c c++
+USE_PKGLOCALEDIR=      yes
+USE_TOOLS+=            intltool msgfmt pkg-config
 
 PKGCONFIG_OVERRIDE+=   libgdata.pc.in
 
 # TODO needs gcr and goa packages
 #.include "options.mk"
-CONFIGURE_ARGS+=       --disable-gnome
+MESON_ARGS+=   -Dgnome=disabled
+MESON_ARGS+=   -Dgoa=disabled
+MESON_ARGS+=   -Dgtk_doc=true
 
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.19.7
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../devel/meson/build.mk"
 .include "../../net/libsoup/buildlink3.mk"
-.include "../../security/liboauth/buildlink3.mk"
 .include "../../textproc/gtk-doc/buildlink3.mk"
 .include "../../textproc/json-glib/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 # only needed for tests, but checked for by configure
 BUILDLINK_DEPMETHOD.uhttpmock?=        build
 .include "../../www/uhttpmock/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/libgdata/PLIST
diff -u pkgsrc/net/libgdata/PLIST:1.5 pkgsrc/net/libgdata/PLIST:1.6
--- pkgsrc/net/libgdata/PLIST:1.5       Sat Jul 11 16:42:45 2015
+++ pkgsrc/net/libgdata/PLIST   Mon Jul 22 20:46:14 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2015/07/11 16:42:45 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/07/22 20:46:14 adam Exp $
 include/libgdata/gdata/app/gdata-app-categories.h
 include/libgdata/gdata/atom/gdata-author.h
 include/libgdata/gdata/atom/gdata-category.h
@@ -36,6 +36,7 @@ include/libgdata/gdata/gdata-entry.h
 include/libgdata/gdata/gdata-enums.h
 include/libgdata/gdata/gdata-feed.h
 include/libgdata/gdata/gdata-oauth1-authorizer.h
+include/libgdata/gdata/gdata-oauth2-authorizer.h
 include/libgdata/gdata/gdata-parsable.h
 include/libgdata/gdata/gdata-query.h
 include/libgdata/gdata/gdata-service.h
@@ -48,6 +49,7 @@ include/libgdata/gdata/media/gdata-media
 include/libgdata/gdata/media/gdata-media-credit.h
 include/libgdata/gdata/media/gdata-media-enums.h
 include/libgdata/gdata/media/gdata-media-thumbnail.h
+include/libgdata/gdata/services/calendar/gdata-calendar-access-rule.h
 include/libgdata/gdata/services/calendar/gdata-calendar-calendar.h
 include/libgdata/gdata/services/calendar/gdata-calendar-event.h
 include/libgdata/gdata/services/calendar/gdata-calendar-feed.h
@@ -57,14 +59,19 @@ include/libgdata/gdata/services/contacts
 include/libgdata/gdata/services/contacts/gdata-contacts-group.h
 include/libgdata/gdata/services/contacts/gdata-contacts-query.h
 include/libgdata/gdata/services/contacts/gdata-contacts-service.h
+include/libgdata/gdata/services/documents/gdata-documents-access-rule.h
 include/libgdata/gdata/services/documents/gdata-documents-document.h
 include/libgdata/gdata/services/documents/gdata-documents-drawing.h
+include/libgdata/gdata/services/documents/gdata-documents-drive-query.h
+include/libgdata/gdata/services/documents/gdata-documents-drive.h
 include/libgdata/gdata/services/documents/gdata-documents-entry.h
 include/libgdata/gdata/services/documents/gdata-documents-enums.h
 include/libgdata/gdata/services/documents/gdata-documents-feed.h
 include/libgdata/gdata/services/documents/gdata-documents-folder.h
+include/libgdata/gdata/services/documents/gdata-documents-metadata.h
 include/libgdata/gdata/services/documents/gdata-documents-pdf.h
 include/libgdata/gdata/services/documents/gdata-documents-presentation.h
+include/libgdata/gdata/services/documents/gdata-documents-property.h
 include/libgdata/gdata/services/documents/gdata-documents-query.h
 include/libgdata/gdata/services/documents/gdata-documents-service.h
 include/libgdata/gdata/services/documents/gdata-documents-spreadsheet.h
@@ -95,12 +102,17 @@ include/libgdata/gdata/services/youtube/
 include/libgdata/gdata/services/youtube/gdata-youtube-content.h
 include/libgdata/gdata/services/youtube/gdata-youtube-credit.h
 include/libgdata/gdata/services/youtube/gdata-youtube-enums.h
+include/libgdata/gdata/services/youtube/gdata-youtube-feed.h
 include/libgdata/gdata/services/youtube/gdata-youtube-query.h
 include/libgdata/gdata/services/youtube/gdata-youtube-service.h
 include/libgdata/gdata/services/youtube/gdata-youtube-state.h
 include/libgdata/gdata/services/youtube/gdata-youtube-video.h
-lib/libgdata.la
+lib/girepository-1.0/GData-0.0.typelib
+lib/libgdata.so
+lib/libgdata.so.22
+lib/libgdata.so.22.6.0
 lib/pkgconfig/libgdata.pc
+share/gir-1.0/GData-0.0.gir
 share/gtk-doc/html/gdata/GDataAPPCategories.html
 share/gtk-doc/html/gdata/GDataAccessHandler.html
 share/gtk-doc/html/gdata/GDataAccessRule.html
@@ -109,6 +121,7 @@ share/gtk-doc/html/gdata/GDataAuthorizat
 share/gtk-doc/html/gdata/GDataAuthorizer.html
 share/gtk-doc/html/gdata/GDataBatchOperation.html
 share/gtk-doc/html/gdata/GDataBatchable.html
+share/gtk-doc/html/gdata/GDataCalendarAccessRule.html
 share/gtk-doc/html/gdata/GDataCalendarCalendar.html
 share/gtk-doc/html/gdata/GDataCalendarEvent.html
 share/gtk-doc/html/gdata/GDataCalendarFeed.html
@@ -123,13 +136,16 @@ share/gtk-doc/html/gdata/GDataContactsCo
 share/gtk-doc/html/gdata/GDataContactsGroup.html
 share/gtk-doc/html/gdata/GDataContactsQuery.html
 share/gtk-doc/html/gdata/GDataContactsService.html
+share/gtk-doc/html/gdata/GDataDocumentsAccessRule.html
 share/gtk-doc/html/gdata/GDataDocumentsDocument.html
 share/gtk-doc/html/gdata/GDataDocumentsDrawing.html
 share/gtk-doc/html/gdata/GDataDocumentsEntry.html
 share/gtk-doc/html/gdata/GDataDocumentsFeed.html
 share/gtk-doc/html/gdata/GDataDocumentsFolder.html
+share/gtk-doc/html/gdata/GDataDocumentsMetadata.html
 share/gtk-doc/html/gdata/GDataDocumentsPdf.html
 share/gtk-doc/html/gdata/GDataDocumentsPresentation.html
+share/gtk-doc/html/gdata/GDataDocumentsProperty.html
 share/gtk-doc/html/gdata/GDataDocumentsQuery.html
 share/gtk-doc/html/gdata/GDataDocumentsService.html
 share/gtk-doc/html/gdata/GDataDocumentsSpreadsheet.html
@@ -163,13 +179,13 @@ share/gtk-doc/html/gdata/GDataGDWhen.htm
 share/gtk-doc/html/gdata/GDataGDWhere.html
 share/gtk-doc/html/gdata/GDataGDWho.html
 share/gtk-doc/html/gdata/GDataGenerator.html
-share/gtk-doc/html/gdata/GDataGoaAuthorizer.html
 share/gtk-doc/html/gdata/GDataLink.html
 share/gtk-doc/html/gdata/GDataMediaCategory.html
 share/gtk-doc/html/gdata/GDataMediaContent.html
 share/gtk-doc/html/gdata/GDataMediaCredit.html
 share/gtk-doc/html/gdata/GDataMediaThumbnail.html
 share/gtk-doc/html/gdata/GDataOAuth1Authorizer.html
+share/gtk-doc/html/gdata/GDataOAuth2Authorizer.html
 share/gtk-doc/html/gdata/GDataParsable.html
 share/gtk-doc/html/gdata/GDataPicasaWebAlbum.html
 share/gtk-doc/html/gdata/GDataPicasaWebComment.html
@@ -189,13 +205,12 @@ share/gtk-doc/html/gdata/GDataYouTubeCat
 share/gtk-doc/html/gdata/GDataYouTubeComment.html
 share/gtk-doc/html/gdata/GDataYouTubeContent.html
 share/gtk-doc/html/gdata/GDataYouTubeCredit.html
+share/gtk-doc/html/gdata/GDataYouTubeFeed.html
 share/gtk-doc/html/gdata/GDataYouTubeQuery.html
 share/gtk-doc/html/gdata/GDataYouTubeService.html
 share/gtk-doc/html/gdata/GDataYouTubeState.html
 share/gtk-doc/html/gdata/GDataYouTubeVideo.html
 share/gtk-doc/html/gdata/annotation-glossary.html
-share/gtk-doc/html/gdata/api-index-deprecated.html
-share/gtk-doc/html/gdata/api-index-full.html
 share/gtk-doc/html/gdata/cancellation.png
 share/gtk-doc/html/gdata/ch01.html
 share/gtk-doc/html/gdata/ch02.html
@@ -224,7 +239,8 @@ share/gtk-doc/html/gdata/gdata-running.h
 share/gtk-doc/html/gdata/gdata.devhelp2
 share/gtk-doc/html/gdata/home.png
 share/gtk-doc/html/gdata/index.html
-share/gtk-doc/html/gdata/index.sgml
+share/gtk-doc/html/gdata/ix01.html
+share/gtk-doc/html/gdata/ix02.html
 share/gtk-doc/html/gdata/ix03.html
 share/gtk-doc/html/gdata/ix04.html
 share/gtk-doc/html/gdata/ix05.html
@@ -244,6 +260,12 @@ share/gtk-doc/html/gdata/ix18.html
 share/gtk-doc/html/gdata/ix19.html
 share/gtk-doc/html/gdata/ix20.html
 share/gtk-doc/html/gdata/ix21.html
+share/gtk-doc/html/gdata/ix22.html
+share/gtk-doc/html/gdata/ix23.html
+share/gtk-doc/html/gdata/ix24.html
+share/gtk-doc/html/gdata/ix25.html
+share/gtk-doc/html/gdata/ix26.html
+share/gtk-doc/html/gdata/ix27.html
 share/gtk-doc/html/gdata/left-insensitive.png
 share/gtk-doc/html/gdata/left.png
 share/gtk-doc/html/gdata/pt01.html
@@ -262,6 +284,7 @@ share/locale/as/LC_MESSAGES/gdata.mo
 share/locale/be/LC_MESSAGES/gdata.mo
 share/locale/bg/LC_MESSAGES/gdata.mo
 share/locale/bn_IN/LC_MESSAGES/gdata.mo
+share/locale/bs/LC_MESSAGES/gdata.mo
 share/locale/ca/LC_MESSAGES/gdata.mo
 share/locale/ca@valencia/LC_MESSAGES/gdata.mo
 share/locale/cs/LC_MESSAGES/gdata.mo
@@ -275,10 +298,12 @@ share/locale/et/LC_MESSAGES/gdata.mo
 share/locale/eu/LC_MESSAGES/gdata.mo
 share/locale/fi/LC_MESSAGES/gdata.mo
 share/locale/fr/LC_MESSAGES/gdata.mo
+share/locale/fur/LC_MESSAGES/gdata.mo
 share/locale/gl/LC_MESSAGES/gdata.mo
 share/locale/gu/LC_MESSAGES/gdata.mo
 share/locale/he/LC_MESSAGES/gdata.mo
 share/locale/hi/LC_MESSAGES/gdata.mo
+share/locale/hr/LC_MESSAGES/gdata.mo
 share/locale/hu/LC_MESSAGES/gdata.mo
 share/locale/id/LC_MESSAGES/gdata.mo
 share/locale/it/LC_MESSAGES/gdata.mo
@@ -289,8 +314,11 @@ share/locale/lt/LC_MESSAGES/gdata.mo
 share/locale/lv/LC_MESSAGES/gdata.mo
 share/locale/ml/LC_MESSAGES/gdata.mo
 share/locale/mr/LC_MESSAGES/gdata.mo
+share/locale/ms/LC_MESSAGES/gdata.mo
 share/locale/nb/LC_MESSAGES/gdata.mo
+share/locale/ne/LC_MESSAGES/gdata.mo
 share/locale/nl/LC_MESSAGES/gdata.mo
+share/locale/oc/LC_MESSAGES/gdata.mo
 share/locale/or/LC_MESSAGES/gdata.mo
 share/locale/pa/LC_MESSAGES/gdata.mo
 share/locale/pl/LC_MESSAGES/gdata.mo
@@ -314,3 +342,5 @@ share/locale/vi/LC_MESSAGES/gdata.mo
 share/locale/zh_CN/LC_MESSAGES/gdata.mo
 share/locale/zh_HK/LC_MESSAGES/gdata.mo
 share/locale/zh_TW/LC_MESSAGES/gdata.mo
+share/vala/vapi/libgdata.deps
+share/vala/vapi/libgdata.vapi

Index: pkgsrc/net/libgdata/buildlink3.mk
diff -u pkgsrc/net/libgdata/buildlink3.mk:1.63 pkgsrc/net/libgdata/buildlink3.mk:1.64
--- pkgsrc/net/libgdata/buildlink3.mk:1.63      Thu May 16 06:15:20 2024
+++ pkgsrc/net/libgdata/buildlink3.mk   Mon Jul 22 20:46:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.63 2024/05/16 06:15:20 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.64 2024/07/22 20:46:14 adam Exp $
 
 BUILDLINK_TREE+=       libgdata
 
@@ -12,8 +12,8 @@ BUILDLINK_PKGSRCDIR.libgdata?=                ../../ne
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../net/libsoup/buildlink3.mk"
-.include "../../security/liboauth/buildlink3.mk"
 .include "../../textproc/json-glib/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
 
 .endif # LIBGDATA_BUILDLINK3_MK
 

Index: pkgsrc/net/libgdata/distinfo
diff -u pkgsrc/net/libgdata/distinfo:1.11 pkgsrc/net/libgdata/distinfo:1.12
--- pkgsrc/net/libgdata/distinfo:1.11   Tue Oct 26 11:05:54 2021
+++ pkgsrc/net/libgdata/distinfo        Mon Jul 22 20:46:14 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:05:54 nia Exp $
+$NetBSD: distinfo,v 1.12 2024/07/22 20:46:14 adam Exp $
 
-BLAKE2s (libgdata-0.16.1.tar.xz) = 2071a5af6840865bcbce112d440722dd1fd18a04f7e5d19f8b9fb7b26c6fe88a
-SHA512 (libgdata-0.16.1.tar.xz) = 81fd252e24ba0068b401e3de61b4a23575dae0790f4caf646e56a57aab815a70a207b2492efa4213f51ac1d7c752d4ec0c1c9a35d7109f6a63668af05e142039
-Size (libgdata-0.16.1.tar.xz) = 1551960 bytes
-SHA1 (patch-gdata_gdata.symbols) = 1a7b33306c0dbad2687579bd3815faffe56ea275
+BLAKE2s (libgdata-0.18.1.tar.xz) = 1d3bf79da8b0340f45cebb5b3c02a3a88ad539d922de4941ecf4f70de49caccf
+SHA512 (libgdata-0.18.1.tar.xz) = 15ff708760ca5023b692fd565c26a7c3acf035073534c0cd3f1f90e46ee0c60d14dedf360d3ac146d37135e200d9c2bc4b657e81468d0efde4821a9219875b98
+Size (libgdata-0.18.1.tar.xz) = 851584 bytes
+SHA1 (patch-meson.build) = 868e978f2e4a97bf2fb285f017dd759cbce46872

Index: pkgsrc/net/libgdata/options.mk
diff -u pkgsrc/net/libgdata/options.mk:1.2 pkgsrc/net/libgdata/options.mk:1.3
--- pkgsrc/net/libgdata/options.mk:1.2  Sun Jul 12 00:48:14 2015
+++ pkgsrc/net/libgdata/options.mk      Mon Jul 22 20:46:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2015/07/12 00:48:14 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2024/07/22 20:46:14 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libgdata
 PKG_SUPPORTED_OPTIONS= gnome
@@ -7,9 +7,9 @@ PKG_SUPPORTED_OPTIONS=  gnome
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mgnome)
-CONFIGURE_ARGS+=       --enable-gnome
+MESON_ARGS+=   -Dgnome=enabled
 #.include "../../security/gnome-keyring/buildlink3.mk"
 #.include "../../net/gnome-online-accounts/buildlink3.mk"
 .else
-CONFIGURE_ARGS+=       --disable-gnome
+MESON_ARGS+=   -Dgnome=disabled
 .endif

Added files:

Index: pkgsrc/net/libgdata/patches/patch-meson.build
diff -u /dev/null pkgsrc/net/libgdata/patches/patch-meson.build:1.1
--- /dev/null   Mon Jul 22 20:46:14 2024
+++ pkgsrc/net/libgdata/patches/patch-meson.build       Mon Jul 22 20:46:14 2024
@@ -0,0 +1,15 @@
+$NetBSD: patch-meson.build,v 1.1 2024/07/22 20:46:14 adam Exp $
+
+Allow newer uhttpmock.
+
+--- meson.build.orig   2024-07-22 10:06:11.097500961 +0000
++++ meson.build
+@@ -138,7 +138,7 @@ always_build_tests = get_option('always_
+ install_tests = get_option('installed_tests')
+ 
+ if always_build_tests
+-  libuhttpmock_dep = dependency('libuhttpmock-0.0', version: '>= 0.5.0')
++  libuhttpmock_dep = dependency('libuhttpmock-1.0', version: '>= 0.5.0')
+ 
+   gdk_pixbuf_dep = dependency('gdk-pixbuf-2.0', version: '>= 2.14')
+   config_h.set('HAVE_GDK_PIXBUF', gdk_pixbuf_dep.found())



Home | Main Index | Thread Index | Old Index