UmVirt LFS Package info
DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
gexiv2
gexiv2 is a GObject-based wrapper around the Exiv2 library.Package info
Template:
Codename: gexiv2
Source file: gexiv2-0.14.2.tar.xz
Source file size: 389488
Source file MD5-checkum: 1e65556fad5d24a4c365696544d8c945
Source directory: gexiv2-0.14.2
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/g/gexiv2-0.14.2.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/g/gexiv2-0.14.2.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