
KCometen3
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
14 years ago
1.1
* New effects
* Random background
Despect
14 years ago
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
So what prefixes SHOULD I use? :)
Not sure how this works...
Report
Despect
14 years ago
New to Linux, and although I'm running on my own custom compiled kernel, etc... haven't had any experience yet compiling other software... Thanks in advance. :)
Report
gormanst
14 years ago
-c -o particlesystem.o `test -f 'particlesystem.cpp' || echo './'`particlesystem.cpp; \
then mv -f ".deps/particlesystem.Tpo" ".deps/particlesystem.Po"; \
else rm -f ".deps/particlesystem.Tpo"; exit 1; \
fi
particlesystem.h: In constructor `ParticleSystem::ParticleSystem(double,
unsigned int, const Vec3f&, const Vec3f&, int, int, double, double, bool,
double, double, double, bool, double, const Vec4f&, const Vec4f&)':
particlesystem.h:57: warning: member initializers for `int
ParticleSystem::maxParticle'
particlesystem.h:46: warning: and `double ParticleSystem::minLifeTime'
particlesystem.cpp:50: warning: will be re-ordered to match declaration order
particlesystem.h:48: warning: member initializers for `double
ParticleSystem::newParticlePerSec'
particlesystem.h:43: warning: and `double ParticleSystem::minVelocity'
particlesystem.cpp:50: warning: will be re-ordered to match declaration order
particlesystem.cpp: In member function `void ParticleSystem::render()':
particlesystem.cpp:127: `GL_POINT_SPRITE_ARB' undeclared (first use this
function)
particlesystem.cpp:127: (Each undeclared identifier is reported only once for
each function it appears in.)
Report
jury
14 years ago
Report
thevolo
14 years ago
Report
Thnikkaman
14 years ago
Report
Thnikkaman
14 years ago
Report
bumknees
14 years ago
Report
Parkotron
14 years ago
Report
polizist105
14 years ago
Report
bouks69
14 years ago
hope to see some new great ones ASAP !
Report
mindcooker
14 years ago
Report
bugger
14 years ago
Report
lendusaquid
14 years ago
Report
msak007
14 years ago
Report
myloginisthis1
14 years ago
Report
msak007
14 years ago
Report
uaBion
14 years ago
KCometen3 is cool.
I have some problems in my system.
I use fedora core
After full installation, i run this screensaver. In 15-25 seconds my system hung up.
after 3 reboots the result of testing has not changed
use someone this in fedora?
or have any ideas to solve the problem?
thanks ;)
Report
Berkout
14 years ago
Report
pimzzz
14 years ago
./configure --prefix=/opt/kde3
make
sudo make install
Doing so the screensaver will show up in the desktop configuration.
Report
uaBion
14 years ago
maybe you have passed step
# make install
Report
Berkout
14 years ago
I followed the usual install procedure, everything went fine. Where is it supposed to be in the screensavers list anyway?
Report
pierrevdr
14 years ago
$PORTDIR_OVERLAY/kde-misc/kcometen3/
directory:
##############begin kcometen3-1.1.ebuild
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit kde
DESCRIPTION="A 3d kde screensaver."
HOMEPAGE="http://www"
SRC_URI="http://www.kcometen3.net/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~amd64"
need-kde 3.2
src_unpack() {
unpack ${A}
cd "${S}"
}
pkg_postinst() {
einfo "kcometen3 installation is complete,"
einfo ""
}
##############end kcometen3-1.1.ebuild
Sorry the SRC_URI is broken atm so you will have to dld the source yourself, put it in /usr/portage/distfiles and run
ebuild $PORTDIR_OVERLAY/kde-misc/kcometen3/kcometen3-1.1.ebuild digest
then install with
emerge -DuN kcometen3
Thanks, BRs
pierre
Report
pierrevdr
14 years ago
$PORTDIR_OVERLAY/kde-misc/kcometen3/
directory:
##############begin kcometen3-1.1.ebuild
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit kde
DESCRIPTION="A 3d kde screensaver."
HOMEPAGE="http://www"
SRC_URI="http://www.kcometen3.net/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~amd64"
need-kde 3.2
src_unpack() {
unpack ${A}
cd "${S}"
}
pkg_postinst() {
einfo "kcometen3 installation is complete,"
einfo ""
}
##############end kcometen3-1.1.ebuild
Sorry the SRC_URI is broken atm so you will have to dld the source yourself, put it in /usr/portage/distfiles and run
ebuild $PORTDIR_OVERLAY/kde-misc/kcometen3/kcometen3-1.1.ebuild digest
then install with
emerge -DuN kcometen3
Thanks, BRs
pierre
Report
gordin
14 years ago
(see http://bugs.gentoo.org/show_bug.cgi?id=141838)
Great screensaver! It even runs on my iBook G3...
Report