File: README

package info (click to toggle)
imagination 2.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,216 kB
  • ctags: 875
  • sloc: ansic: 11,572; sh: 10,261; makefile: 277
file content (32 lines) | stat: -rw-r--r-- 1,005 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Imagination is a lightweight DVD slide show maker developed with GTK+2.

NOTE FOR PACKAGERS:
===================

Before packaging Imagination (unless this hasn't already been done) please
comment line 22 in file src/support.c from this:

#define PLUGINS_INSTALLED 0
to this:
#define PLUGINS_INSTALLED 1

If you fail to do so Imagination won't be able to load the transitions and the
transition's images when the package is installed.

UPGRADE FROM 1.5 TO 2.0 NOTES:
==============================

Because Imagination's backend changed from 1.5 to 2.0, old transition plugins do
not work with new version anymore. This and the fact that some transitions have
been grouped together may cause some trouble if you don't uninstall previous
version of Imagination prior installing 2.0.

But if you did this already, there is a simple fix. Just navigate to
Imagination's plugin folder (PREFIX/lib/imagination) and delete remnants of old
installation by executing:
$ su
# rm -f fade.*

or 
$ sudo rm -f fade.*