Search Criteria
Package Details: vpv 0.9.0-0
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vpv.git (read-only, click to copy) |
|---|---|
| Package Base: | vpv |
| Description: | Image viewer (with GDAL and Octave support) |
| Upstream URL: | https://github.com/kidanger/vpv |
| Licenses: | GPL3 |
| Submitter: | kidanger |
| Maintainer: | kidanger |
| Last Packager: | kidanger |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-05-03 11:58 (UTC) |
| Last Updated: | 2025-06-01 08:25 (UTC) |
Dependencies (7)
- gdal (gdal-ecwAUR, gdal-hdf4AUR, gdal-libkml-filegdbAUR, gdal-libkmlAUR)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- octave (octave-hgAUR)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
Latest Comments
kidanger commented on 2026-03-01 08:24 (UTC)
Hello InI4, I'm not able to reproduce the issue. Can you provide the full build logs? This line is only a warning.
InI4 commented on 2026-02-27 11:22 (UTC)
Apologize I am a AUR noob, this is my first comment here.
Would like to use vpv, was glad to find it here. Yet, it didn't build. Guess, the issues started with:
/home/frank/.cache/yay/vpv/src/vpv-0.9.0/external/efsw/src/efsw/platform/posix/FileSystemImpl.cpp: In static member function »static std::string efsw::Platform::FileSystem::getCurrentWorkingDirectory()«: /home/frank/.cache/yay/vpv/src/vpv-0.9.0/external/efsw/src/efsw/platform/posix/FileSystemImpl.cpp:169:15: Warnung: Der Rückgabewert von »char getcwd(char, size_t)«, der mit dem Attribut »warn_unused_result« deklariert wurde, wird ignoriert [-Wunused-result] 169 | getcwd( dir, PATH_MAX + 1 );