Package Details: qosmic 1.6.0-2

Git Clone URL: https://aur.archlinux.org/qosmic.git (read-only, click to copy)
Package Base: qosmic
Description: An application for creating, editing, and rendering flam3 fractal images
Upstream URL: https://github.com/bitsed/qosmic
Licenses: GPL
Submitter: ShadowKyogre
Maintainer: PeterBB
Last Packager: PeterBB
Votes: 3
Popularity: 0.104495
First Submitted: 2015-08-13 18:06 (UTC)
Last Updated: 2021-05-24 19:03 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

stratosgear commented on 2019-05-31 09:26 (UTC) (edited on 2019-05-31 09:27 (UTC) by stratosgear)

Fails to install with a:

/usr/include/c++/8.3.0/backward/auto_ptr.h:325:3: error: template with C linkage
   template<typename _Tp, typename _Dp>
   ^~~~~~~~
In file included from src/genomevector.h:24,
                 from src/xfedit.h:32,
                 from src/xfedit.cpp:26:
src/flam3util.h:26:1: note: ‘extern "C"’ linkage started here
 extern "C" {
 ^~~~~~~~~~
In file included from /usr/include/unicode/localpointer.h:45,
                 from /usr/include/unicode/uenum.h:23,
                 from /usr/include/unicode/ucnv.h:53,
                 from /usr/include/libxml2/libxml/encoding.h:31,
                 from /usr/include/libxml2/libxml/parser.h:810,
                 from /usr/include/flam3.h:24,
                 from src/flam3util.h:27,
                 from src/genomevector.h:24,
                 from src/xfedit.h:32,
                 from src/xfedit.cpp:26:
/usr/include/c++/8.3.0/memory:135:1: error: template with C linkage
 template <typename _Tp>
 ^~~~~~~~
In file included from src/genomevector.h:24,
                 from src/xfedit.h:32,
                 from src/xfedit.cpp:26:
src/flam3util.h:26:1: note: ‘extern "C"’ linkage started here
 extern "C" {
 ^~~~~~~~~~
make: *** [Makefile:1962: .obj/xfedit.o] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
Error making: qosmic

ShadowKyogre commented on 2018-06-03 02:33 (UTC)

Updated to version 1.6.0, finally. Had to fish around for a few issues in similar projects to get it to compile and run.

dreieck commented on 2018-02-03 14:21 (UTC)

Upstream seems to have moved to github:

https://github.com/bitsed/qosmic

Please correct the package.

dreieck commented on 2018-02-03 14:20 (UTC)

Upstream source file URL broken:

==> Retrieving sources... -> Downloading qosmic-1.5.0.tar.bz2... --2018-02-03 15:11:01-- http://qosmic.googlecode.com/files/qosmic-1.5.0.tar.bz2 Resolving qosmic.googlecode.com... 64.233.167.82, 2a00:1450:400c:c0a::52 Connecting to qosmic.googlecode.com|64.233.167.82|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2018-02-03 15:11:01 ERROR 404: Not Found.

==> ERROR: Failure while downloading http://qosmic.googlecode.com/files/qosmic-1.5.0.tar.bz2

dotmagic commented on 2017-11-19 09:16 (UTC)

@ShadowKyogre Can you update this package to v1.6.0 or mark it unmaintained?

ShadowKyogre commented on 2015-09-04 18:05 (UTC)

Got it! I also tested building it with the updated patch and it works! I'll update this quickly.

pogojotz commented on 2015-09-04 17:46 (UTC)

Send you an E-Mail ^^

ShadowKyogre commented on 2015-09-04 17:36 (UTC)

Oh durp. That must've been from when I just put a copy up on the AUR4 because I noticed it wasn't there yet ><. I'mma await your PN then. Also, PN == ?

pogojotz commented on 2015-09-04 17:33 (UTC)

The package doesn't build because your PKGBUILD is missing the package() function. Also the current lua version is 5.3 and the source is configured for 5.2. I'll write you a PN with modified patch and PKGBUILD for review.