Search Criteria
Package Details: autopanorama 1.0.2-2
Git Clone URL: | https://aur.archlinux.org/autopanorama.git (read-only, click to copy) |
---|---|
Package Base: | autopanorama |
Description: | Make panorama from multiple pictures |
Upstream URL: | https://github.com/Tytan/AutoPanorama |
Licenses: | |
Provides: | |
Submitter: | tytan |
Maintainer: | tytan |
Last Packager: | tytan |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-12-26 22:37 |
Last Updated: | 2017-03-25 13:38 |
Dependencies (7)
- jasper
- libwebp (libwebp-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- cmake (cmake-git) (make)
- eigen (eigen-git, eigen32) (make)
- gendesk (make)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless) (make)
Latest Comments
dreieck commented on 2021-01-04 19:51
Here is an "
autopanorama-bin
", which extracts a prebuild.deb
binary for Ubuntu.dreieck commented on 2021-01-04 19:42
Version 1.3.2 is out.
dreieck commented on 2021-01-04 19:42
You are using
$pkgrel
for something upstream relevant.$pkgrel
should be used just to label modifications in arch package building (i.e.,PKGBUILD
) and not anything upstream relevant. Upstream relevant versioning should go into$pkgver
.Thanks for maintaining!
dreieck commented on 2021-01-04 19:39
The architecture is set to
any
, but it builds an ELF binary. Set to all supported architextures (e.g.i686
,x86_64
,arm
-variations if applicable, ...)dreieck commented on 2018-07-20 07:16
Fails to build for me:
MaxMatti commented on 2017-06-16 22:46
tl;dr: nvcc complaining? Try "CMAKE_C_COMPILER=gcc-5 CMAKE_CXX_COMPILER=g++-5 CC=gcc-5 CXX=g++-5 yaourt -S autopanorama"
When using a newer gcc than gcc-5 the package can't compile because of nvcc complaining about the gcc version. I tried installing it by running "CMAKE_C_COMPILER=gcc-5 CMAKE_CXX_COMPILER=g++-5 CC=gcc-5 CXX=g++-5 yaourt -S autopanorama", however I don't know which prerequisites were already on my pc because I work with CUDA frequently with this arch installation. Considering that gcc 6.3 is the default version, could you add gcc-5 to the dependencies and make sure that that version is used with nvcc?
Also would it be possible to suppress the warnings about the command line options "-Wmissing-prototypes" and "-Wstrict-prototypes" being only valid for C/ObjC but not for C++ or to remove those two arguments from the makefile?