UmVirt LFS Package info
DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
gexiv2
gexiv2 is a GObject-based wrapper around the Exiv2 library.Package info
Template: meson
Codename: gexiv2
Source file: gexiv2-0.14.6.tar.xz
Source file size: 391436
Source file MD5-checkum: 4139dfeca8e30288969233568c72e06e
Source directory: gexiv2-0.14.6
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/g/gexiv2-0.14.6.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/g/gexiv2-0.14.6.tar.xz.md5sum
Dependances: vala, exiv2.
Dependance of: !tracker-miners, !nautilus, !gimp, gimp3-rustless.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd build &&
meson setup --prefix=/usr --buildtype=release ..
Build script:
cd build &&
ninja
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
meson configure -Dtests=true &&
ninja test
fi
Install script:
cd build
ninja install