Search Criteria
Package Details: hugin-hg 7184.d888313bfc31-1
Git Clone URL: | https://aur.archlinux.org/hugin-hg.git (read-only, click to copy) |
---|---|
Package Base: | hugin-hg |
Description: | A frontend to the panorama-tools |
Upstream URL: | http://hugin.sourceforge.net/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | stativ |
Maintainer: | stativ |
Last Packager: | stativ |
Votes: | 13 |
Popularity: | 0.000000 |
First Submitted: | 2010-05-20 19:15 |
Last Updated: | 2015-11-09 19:20 |
Dependencies (16)
- boost-libs (boost171, boost-libs-git)
- desktop-file-utils (desktop-file-utils-git)
- enblend-enfuse (enblend-hg)
- exiv2
- glew (glew-libepoxy, glew-git, glew-egl-glx)
- lensfun (lensfun-git)
- openexr
- perl-exiftool (perl-image-exiftool)
- python2
- wxgtk (wxgtk-git, wxgtk2-dev, wxgtk2-light)
- libpano13>=2.9.19 (libpano13-hg)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- mercurial (mercurial-hg, mercurial-stable-hg) (make)
- swig (swig-git) (make)
- autopano-sift-c (autopano-sift-c-hg) (optional) – automatic control point generator (obsolete)
Required by (11)
- darktable-lua-scripts-git (requires hugin) (optional)
- darktable-plugin-enfuse_pro (requires hugin)
- digikam-git (requires hugin) (optional)
- digikam-without-akonadi-mediawiki-vkontakte (requires hugin) (optional)
- fotoxx (requires hugin) (optional)
- lens_calibrate (requires hugin)
- luminancehdr-git (requires hugin) (optional)
- macrofusion (requires hugin)
- perl-panotools-script (requires hugin) (check)
- perl-panotools-script (requires hugin) (optional)
- stitch-scanned-images (requires hugin)
Latest Comments
jojo4u commented on 2021-01-23 14:07
Here the the provides drop: https://github.com/archlinux/svntogit-packages/commit/71ee17d529f8e0dc5c44d2fffb0dfa69b71daa0b
jojo4u commented on 2021-01-23 14:02
This package depends on wxgtk but the current extra wxgtk packages are called wxgtk3 and wxgtk2 by now with no "provides wxgtk".
stativ commented on 2015-11-09 19:20
DrMartinus: fixed
DrMartinus commented on 2015-11-08 17:44
I get the following error when trying to install the package:
CMake Error at CMakeLists.txt:7 (message):
In-source builds are not allowed.
Any help?
grayich commented on 2014-07-06 06:25
mb add in depends libpano-hg ?
stativ commented on 2013-05-22 08:30
Until libpano13 2.9.19 is out you need to use libpano-hg
lockheed commented on 2013-05-21 15:00
This won't install:
==> Continue building hugin-hg ? [Y/n]
==> ----------------------------------
==>
==> Building and installing package
==> Install or build missing dependencies for hugin-hg:
error: target not found: libpano13>=2.9.19
Anonymous comment on 2012-02-13 16:06
Not working (hg pull return an error if up-to-date).
Solution change the line in the build() function as follow:
hg pull -u || echo "Up to date"