Package Details: tev 1.26-1

Git Clone URL: https://aur.archlinux.org/tev.git (read-only, click to copy)
Package Base: tev
Description: High dynamic range (HDR) image comparison tool for graphics people. Supports primarily OpenEXR files.
Upstream URL: https://github.com/Tom94/tev
Keywords: graphic hdr image
Licenses: BSD
Conflicts: tev
Provides: tev
Submitter: oktomus
Maintainer: oktomus (alhirzel)
Last Packager: alhirzel
Votes: 2
Popularity: 0.000000
First Submitted: 2018-02-25 21:17 (UTC)
Last Updated: 2023-08-16 17:55 (UTC)

Required by (0)

Sources (1)

Latest Comments

tbb commented on 2024-02-24 12:59 (UTC) (edited on 2024-02-24 13:00 (UTC) by tbb)

 CMake Error at CMakeLists.txt:94 (message):
 When Clang is used to compile TEV, libc++ must be available -- GCC's
 libstdc++ is not supported! (please install the libc++ development headers,
 provided e.g.  by the packages 'libc++-dev' and 'libc++abi-dev' on
 Debian/Ubuntu).


 -- Configuring incomplete, errors occurred!
 ==> ERROR: A failure occurred in build().

add libc++ as dep.

dreieck commented on 2022-11-30 16:42 (UTC)

Please strip away the leading v in $pkgver, as laid out by the packaging guidelines.

Regards!

spider-mario commented on 2020-02-27 22:01 (UTC)

Great, thanks :)

oktomus commented on 2020-02-25 15:11 (UTC)

Thanks, I fixed it :)

spider-mario commented on 2020-02-24 20:10 (UTC) (edited on 2020-02-24 20:38 (UTC) by spider-mario)

I mean in the source array:

source=("${_pkgname}::git+${url}.git#tag=${pkgver}")

then, when cloning the source, makepkg should do the necessary checkout automatically.

It should likely be removed from the url field and only be in the source array.

I used that feature in this package for example.

oktomus commented on 2020-02-24 12:29 (UTC)

@spider-mario, Can you elaborate ? The link https://github.com/Tom94/tev#tag=v1.14 is not valid and can't be cloned.

spider-mario commented on 2020-02-23 22:24 (UTC)

There should be no need for that call to git checkout in prepare(). You can simply add #tag=$pkgver to the source URL.