./graphics/gexiv2, GObject-based wrapper around the Exiv2 library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.14.1nb3, Package name: gexiv2-0.14.1nb3, Maintainer: pkgsrc-users

gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes
the basic features of Exiv2 available to GNOME applications.


Required to run:
[graphics/exiv2] [devel/glib2] [devel/gobject-introspection] [lang/python37]

Required to build:
[lang/vala] [pkgtools/cwrappers] [devel/meson]

Master sites: (Expand)

Filesize: 378.52 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-07-20 15:42:54 by Ryo ONODERA | Files touched by this commit (2)
Log message:
gexiv2: Fix PLIST divergence

meson-1.2.0 compiles all .py files.
And use PLIST substitution mechanism with python /extension.mk.
   2023-07-19 00:31:52 by Thomas Klausner | Files touched by this commit (1)
Log message:
gexiv2: needs std::filesystem
   2023-07-02 17:27:51 by Tobias Nygren | Files touched by this commit (4)
Log message:
gexiv2: fix build w/ clang

Type of offset parameter of StreamIo::seek() must match that of
parent class BasicIo.
   2023-07-02 00:16:39 by Thomas Klausner | Files touched by this commit (41)
Log message:
*: recursive bump for exiv2 0.28.0
   2023-07-02 00:14:59 by Thomas Klausner | Files touched by this commit (12)
Log message:
gexiv2: fix build with exiv2 0.28.0 using upstream patches.
   2023-06-07 13:27:34 by Michael Baeuerle | Files touched by this commit (55)
Log message:
Recursive revbump for new major version of graphics/graphviz.
   2023-05-23 15:25:25 by Tobias Nygren | Files touched by this commit (1)
Log message:
gexiv2: lower C++ standard from C++17 to C++11

gexiv2 requests C++17 by default in it's meson.build, but it depends on
graphics/exiv2 whose public headers are not C++17 compliant since they make
use of std::auto_ptr:

graphics/gexiv2/work/.buildlink/include/exiv2/tags.hpp:143:17: error: no \ 
template named 'auto_ptr' in namespace 'std'; did you mean simply 'auto_ptr'?