Package Details: caelum 0.6.1-4

Git Clone URL: https://aur.archlinux.org/caelum.git (read-only, click to copy)
Package Base: caelum
Description: Library for OGRE targeted to help create nice-looking atmospheric effects.
Upstream URL: http://www.ogre3d.org/tikiwiki/Caelum
Licenses: LGPL
Provides: caelum
Submitter: jose1711
Maintainer: shermanflima
Last Packager: vorot93
Votes: 13
Popularity: 0.000000
First Submitted: 2010-08-05 20:50 (UTC)
Last Updated: 2015-08-23 15:41 (UTC)

Latest Comments

1 2 3 Next › Last »

Asdplayer commented on 2017-06-05 05:41 (UTC)

Can't download source package #1: "http://caelum.googlecode.com/files/caelum-${pkgver}.zip" The requested URL returned error: 404 Not Found Maybe it should be "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/caelum/caelum-{$pkgver}.zip" which works for me, including passing checksumming.

ArnaudNux commented on 2015-04-19 00:55 (UTC)

/tmp/src/caelum-0.6.1/main/src/CaelumPlugin.cpp:135:66: erreur: ‘class Caelum::PropScriptResourceManager’ has no member named ‘getByName’ Ogre::ResourcePtr res = getPropScriptResourceManager ()->getByName (objectName, groupName); ^ main/CMakeFiles/Caelum.dir/build.make:54 : la recette pour la cible « main/CMakeFiles/Caelum.dir/src/CaelumPlugin.o » a échouée make[2]: *** [main/CMakeFiles/Caelum.dir/src/CaelumPlugin.o] Erreur 1 CMakeFiles/Makefile2:137 : la recette pour la cible « main/CMakeFiles/Caelum.dir/all » a échouée make[1]: *** [main/CMakeFiles/Caelum.dir/all] Erreur 2 Makefile:136 : la recette pour la cible « all » a échouée make: *** [all] Erreur 2 ==> ERREUR : Une erreur s’est produite dans build(). Abandon...

jose1711 commented on 2014-01-04 07:53 (UTC)

disowned

maveric7911 commented on 2014-01-04 01:29 (UTC)

Orphan the project so a someone can fix it since your to busy to do so. Otherwise we will nominate it for removal along with caelum-hg.

jose1711 commented on 2013-12-14 05:22 (UTC)

ymmv, also discussed here: https://mailman.archlinux.org/pipermail/aur-general/2011-January/013142.html

maveric7911 commented on 2013-12-14 00:48 (UTC)

So it doesn't work but because the code is up to date the build isn't out of date... Please... Update the package because it is out of date reguardless of the code.

jose1711 commented on 2013-12-13 20:26 (UTC)

please report upstream (also please do not flag this as out of date as 0.6.1 is the latest version)

maveric7911 commented on 2013-12-01 15:45 (UTC)

WIll not compile /home/ricec/Downloads/caelum-0.6.1/main/src/CaelumPlugin.cpp: In static member function ‘static Caelum::CaelumPlugin& Caelum::CaelumPlugin::getSingleton()’: /home/ricec/Downloads/caelum-0.6.1/main/src/CaelumPlugin.cpp:35:5: warning: control reaches end of non-void function [-Wreturn-type] } ^ main/CMakeFiles/Caelum.dir/build.make:126: recipe for target 'main/CMakeFiles/Caelum.dir/src/CaelumPlugin.o' failed make[2]: *** [main/CMakeFiles/Caelum.dir/src/CaelumPlugin.o] Error 1 CMakeFiles/Makefile2:140: recipe for target 'main/CMakeFiles/Caelum.dir/all' failed make[1]: *** [main/CMakeFiles/Caelum.dir/all] Error 2 Makefile:136: recipe for target 'all' failed make: *** [all] Error 2

jose1711 commented on 2013-01-13 14:03 (UTC)

@egore911: thanks, applied

egore911 commented on 2012-12-28 10:51 (UTC)

To actually have a useful Caelum.pc file you need to apply the following patch: --- CMakeLists.txt 2012-01-05 16:05:50.000000000 +0100 +++ CMakeLists.txt 2012-12-28 11:12:39.382587068 +0100 @@ -81,6 +81,7 @@ SET(includedir "\${prefix}/include")^M SET(PACKAGE_NAME "Caelum")^M SET(PACKAGE_VERSION "${LIB_VERSION}")^M +SET(LIBNAME "Caelum")^M ^M # configuration of the config.h and PkgConfig^M CONFIGURE_FILE(^M See https://code.google.com/p/caelum/issues/detail?id=12 for details