
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
SmoothSlideSaver is a KDE screensaver which shows images from a directory as an OpenGL slideshow. It uses the famous Ken Burns effect and smoothly fades from one image to the next.
You don't need to worry about complicated configuration options, everything should run smoothly out of the box. Just select a directory with some nice pictures (e.g., your digital photo collection) and let the show begin :)
There are prebuilt packages for Debian and Ubuntu (i386 architecture, only). You can either download them via the links below, or more conveniently, apt-get them:
Put one of the following lines into your /etc/apt/sources.list file:
deb http://www1.inf.tu-dresden.de/~cw183155/smoothslidesaver debian-sarge/ # Debian stable "Sarge"
deb http://www1.inf.tu-dresden.de/~cw183155/smoothslidesaver debian-unstable/ # Debian unstable (requires KDE 3.5.0 from Alioth (or experimental?))
deb http://www1.inf.tu-dresden.de/~cw183155/smoothslidesaver ubuntu-breezy/ # (K)Ubuntu "Breezy"
Then do the usual steps to install the package:
#> apt-get update
#> apt-get install smoothslidesaver
If you have another Debian based distribution and/or architecture (or if the unstable packages can't be installed), you can easily build your own package. Add the following line to /etc/apt/sources.list:
deb-src http://www1.inf.tu-dresden.de/~cw183155/smoothslidesaver source/
Then execute the following commands:
#> apt-get update
#> mkdir smoothslidesaver
#> cd smoothslidesaver
#> apt-get build-dep smoothslidesaver
#> apt-get source --compile smoothslidesaver
#> dpkg -i smoothslidesaver_*.deb
If you have another distribution installed on your computer, you will have to do it the hard way, sorry :-/ Download the source tarball from the link below, untar it and then execute the following steps in the source directory:
#> ./configure
#> make
#> make install
15 years ago
0.4.2-2
* fixed build issue (You do _not_ need to upgrade, if you already have a (prebuilt) package of version 0.4.2 installed!)
0.4.2
* Code cleanup and bug fixes
* Added a not yet complete debugging mode to make it easier to find the cause of bugs which I cannot reproduce on my computer (to activate it, add 'DebugMode=true' to section [Settings] of the configuration file)
0.4.1
* Initial public release
15 years ago
0.4.2-2
* fixed build issue (You do _not_ need to upgrade, if you already have a (prebuilt) package of version 0.4.2 installed!)
0.4.2
* Code cleanup and bug fixes
* Added a not yet complete debugging mode to make it easier to find the cause of bugs which I cannot reproduce on my computer (to activate it, add 'DebugMode=true' to section [Settings] of the configuration file)
0.4.1
* Initial public release
carstenw42
15 years ago
Report
Superstoned
15 years ago
its great as it is, sure - so if you find time, cool - if not, well, thanx for the work...
Report
Temujin12
15 years ago
One suggestion... Instead of only choosing one directory, it would be nice to add a list of directories.
Report
carstenw42
15 years ago
Report
Paulus
15 years ago
Report