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: GPL2
Submitter: None
Maintainer: stativ
Last Packager: stativ
Votes: 24
Popularity: 0.000000
First Submitted: 2006-02-26 19:50 (UTC)
Last Updated: 2016-07-23 19:14 (UTC)

Latest Comments

1 2 Next › Last »

micwoj92 commented on 2021-05-10 05:08 (UTC)

Hello, could you update links to https?

mufti commented on 2020-07-04 04:57 (UTC)

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 (UTC)

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 (UTC)

J5lx: thank you, patch applied.

J5lx commented on 2015-12-12 14:00 (UTC)

Forget what I just wrote about LDFLAGS, that's completely unneeded (the patch however is not).

J5lx commented on 2015-12-12 12:45 (UTC)

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 (UTC)

Thanks for packaging this.

stativ commented on 2013-04-29 17:13 (UTC)

Fixed.

michurin commented on 2013-04-21 20:28 (UTC)

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 (UTC)

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?