extra/hugin: add perl-exiftool as optional dependency From: Gergely Imreh Signed-off-by: Gergely Imreh --- hugin/PKGBUILD | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hugin/PKGBUILD b/hugin/PKGBUILD index 9544a8f..aaeab4e 100644 --- a/hugin/PKGBUILD +++ b/hugin/PKGBUILD @@ -10,6 +10,7 @@ arch=(i686 x86_64) license=('LGPL') depends=('wxgtk>=2.8.9.2' 'libpano13>=2.9.14' 'boost' 'enblend-enfuse' 'exiv2' \ 'openexr' 'autopano-sift-c') +optdepends=('perl-exiftool: write metadata on output images') makedepends=('zip' 'cmake') url="http://hugin.sourceforge.net/" options=(force)