Search Criteria
Package Details: openexr_viewers 2.2.1-1
Git Clone URL: | https://aur.archlinux.org/openexr_viewers.git (read-only, click to copy) |
---|---|
Package Base: | openexr_viewers |
Description: | exrdisplay and playexr OpenEXR image viewers |
Upstream URL: | http://www.openexr.com/ |
Licenses: | |
Submitter: | stativ |
Maintainer: | stativ |
Last Packager: | stativ |
Votes: | 15 |
Popularity: | 0.000000 |
First Submitted: | 2009-06-30 07:54 |
Last Updated: | 2018-04-01 17:43 |
Dependencies (6)
- fltk (fltk11, fltk-xcas, fltk-git, fltk-mod)
- freeglut (freeglut-x11-svn, freeglut-wayland-svn)
- libgl (glshim-git, catalyst-firepro, libhybris-ext-libgl-git, catalyst-total, catalyst-libgl, catalyst-total-hd234k, libhybris-libgl-git, mesa-libgl-noglvnd, catalyst-test, swiftshader-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl, libglvnd)
- openexr (openexr-git)
- nvidia-cg-toolkit (make)
- nvidia-cg-toolkit (optional) – for playexr
Latest Comments
alex.shpilkin commented on 2020-12-27 20:53
Also, turns out that upstream considers the OpenEXR viewers obsolete and is planning to remove them in 3.0. In particular, the
openexr
package in Arch no longer includes them.alex.shpilkin commented on 2020-12-27 03:22
Something weird is happening here (missing makedepends, probably): when this package is built in a clean chroot using aurutils, no executable files are included, but just building it using
makepkg
on my system does produce a package withexrdisplay
andplayexr
:spider-mario commented on 2019-10-21 19:08
This now conflicts with the new version of
openexr
, which already includesexrdisplay
.stativ commented on 2012-11-10 07:59
Recompile the package.
billy123 commented on 2012-11-10 02:22
exrdisplay and playexr give the following errors
$ exrdisplay image_231.exr
exrdisplay: error while loading shared libraries: libHalf.so.6: cannot open shared object file: No such file or directory
ilmbase-1.0.3-1 provides libHalf.so.7
gidoca commented on 2012-07-09 17:07
Thanks for the incredibly quick fix. :)
stativ commented on 2012-07-03 14:57
Fixed.
gidoca commented on 2012-07-03 13:12
Fails to build with the following error:
Making all in playexr
make[1]: Entering directory `/mnt/files/download/linux/aur/openexr_viewers/src/openexr_viewers-1.0.2/playexr'
if g++ -DHAVE_CONFIG_H -I. -I. -I../config -DHAVE_CTL_INTERPRETER=0 -pthread -I/usr/include/OpenEXR -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT playexr-main.o -MD -MP -MF ".deps/playexr-main.Tpo" -c -o playexr-main.o `test -f 'main.cpp' || echo './'`main.cpp; \
then mv -f ".deps/playexr-main.Tpo" ".deps/playexr-main.Po"; else rm -f ".deps/playexr-main.Tpo"; exit 1; fi
main.cpp: In function ‘void {anonymous}::quickexit()’:
main.cpp:181:22: error: ‘_exit’ was not declared in this scope
make[1]: *** [playexr-main.o] Error 1
make[1]: Leaving directory `/mnt/files/download/linux/aur/openexr_viewers/src/openexr_viewers-1.0.2/playexr'
make: *** [all-recursive] Error 1
==> ERROR: A failure occurred in build().
Aborting...