Search Criteria
Package Details: aqsis 1.8.2-4
Git Clone URL: | https://aur.archlinux.org/aqsis.git (read-only, click to copy) |
---|---|
Package Base: | aqsis |
Description: | A high quality, photorealistic, 3D rendering solution |
Upstream URL: | http://www.aqsis.org |
Licenses: | |
Submitter: | None |
Maintainer: | stativ |
Last Packager: | stativ |
Votes: | 25 |
Popularity: | 0.018610 |
First Submitted: | 2006-02-26 19:50 |
Last Updated: | 2016-07-23 19:14 |
Dependencies (13)
- boost-libs (boost171, boost-libs-git)
- desktop-file-utils (desktop-file-utils-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- openexr
- shared-mime-info (shared-mime-info-git)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- libpng (libpng-git, libpng-apng, libpng-minimal-git) (make)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal-git, mesa-git, mesa-minimal+-git) (make)
- openexr (make)
- qt4 (qt4-revert80e3108) (make)
- 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) (optional) – ptview
- qt4 (qt4-revert80e3108) (optional) – graphical interface
Latest Comments
1 2 Next › Last »
mufti commented on 2020-07-04 04:57
Could you add white_dune (optional) to the list of "Required by" ? white_dune has scripts to create a movie from X3D data when using aqsis
ashman commented on 2016-07-14 16:25
Compilation of package (file libs/core/texturing_old/shadowmap_old.cpp) is currently broken with current gcc (6.1.1) and libstdc++ version.
stativ commented on 2015-12-23 10:56
J5lx: thank you, patch applied.
J5lx commented on 2015-12-12 14:00
Forget what I just wrote about LDFLAGS, that's completely unneeded (the patch however is not).
J5lx commented on 2015-12-12 12:45
LDFLAGS=-lboost_regex needs to be set before running CMake.
Also, here's a patch that's needed to make compilation with boost 1.59 work: http://git.io/aqsis-pfto
msx commented on 2013-05-08 22:06
Thanks for packaging this.
stativ commented on 2013-04-29 17:13
Fixed.
michurin commented on 2013-04-21 20:28
It can not be compiled for me. Error:
[ 26%] Building CXX object libs/tex/CMakeFiles/aqsis_tex.dir/io/exrinputfile.cpp.o
/tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.cpp: In constructor 'Aqsis::CqExrInputFile::CqExrInputFile(const boost::filesystem::path&)':
/tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.cpp:177:62: error: invalid use of incomplete type 'class Imf::InputFile'
m_exrFile.reset(new Imf::InputFile(native(fileName).c_str()));
^
In file included from /tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.cpp:39:0:
/tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.h:53:8: error: forward declaration of 'class Imf::InputFile'
class InputFile;
^
/tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.cpp:183:25: error: invalid use of incomplete type 'class Imf::InputFile'
convertHeader(m_exrFile->header(), m_header);
^
In file included from /tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.cpp:39:0:
/tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.h:53:8: error: forward declaration of 'class Imf::InputFile'
class InputFile;
^
/tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.cpp: In member function 'virtual boost::filesystem::path Aqsis::CqExrInputFile::fileName() const':
/tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.cpp:197:18: error: invalid use of incomplete type 'class Imf::InputFile'
return m_exrFile->fileName();
^
In file included from /tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.cpp:39:0:
/tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.h:53:8: error: forward declaration of 'class Imf::InputFile'
class InputFile;
^
/tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.cpp: In member function 'virtual void Aqsis::CqExrInputFile::readPixelsImpl(TqUint8*, TqInt, TqInt) const':
/tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.cpp:204:44: error: invalid use of incomplete type 'class Imf::InputFile'
const Imath::Box2i& dataWindow = m_exrFile->header().dataWindow();
^
In file included from /tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.cpp:39:0:
/tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.h:53:8: error: forward declaration of 'class Imf::InputFile'
class InputFile;
^
/tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.cpp:227:11: error: invalid use of incomplete type 'class Imf::InputFile'
m_exrFile->setFrameBuffer(frameBuffer);
^
In file included from /tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.cpp:39:0:
/tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.h:53:8: error: forward declaration of 'class Imf::InputFile'
class InputFile;
^
/tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.cpp:229:11: error: invalid use of incomplete type 'class Imf::InputFile'
m_exrFile->readPixels(startLine, startLine + numScanlines - 1);
^
In file included from /tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.cpp:39:0:
/tmp/yaourt-tmp-a/aur-aqsis/src/aqsis-1.8.2/libs/tex/io/exrinputfile.h:53:8: error: forward declaration of 'class Imf::InputFile'
class InputFile;
^
make[2]: *** [libs/tex/CMakeFiles/aqsis_tex.dir/io/exrinputfile.cpp.o] Error 1
make[1]: *** [libs/tex/CMakeFiles/aqsis_tex.dir/all] Error 2
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build aqsis.
xyproto commented on 2013-04-16 16:01
Hey, perhaps this package is a good canidate for moving to [community]? It's GPL2, fairly popular, has been around for a while now, is quality software and steadily improving. What do you think?
stativ commented on 2011-05-22 17:00
Fixed.