UmVirt LFS Package info
DB commit: f62baf7ba8eded2e302a2eb6b9da5f0cb7e95fef
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
gexiv2
gexiv2 is a GObject-based wrapper around the Exiv2 library.Package info
Template:
Codename: gexiv2
Source file: gexiv2-0.14.3.tar.xz
Source file size: 389976
Source file MD5-checkum: d4ca9614baa0bc30d142bcad65f09910
Source directory: gexiv2-0.14.3
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/g/gexiv2-0.14.3.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/g/gexiv2-0.14.3.tar.xz.md5sum
Dependances: vala, exiv2.
Dependance of: tracker-miners, nautilus, gimp.
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