~ubuntu-branches/ubuntu/quantal/imagination/quantal

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-11-06 14:29:06 UTC
  • mfrom: (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091106142906-4g7wf3el6p5v9son
Tags: 2.0-1ubuntu1
* Merge from debian testing, Ubuntu remaining changes:
  - Move *-extra-* packages from Suggests to Recommends, as upstream's per
    request.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Imagination is a lightweight DVD slide show maker developed with GTK+2.
2
2
 
3
3
NOTE FOR PACKAGERS:
4
 
Before packaging Imagination (unless this hasn't already been done) please comment line 22 in
5
 
file src/support.c from this:
 
4
===================
 
5
 
 
6
Before packaging Imagination (unless this hasn't already been done) please
 
7
comment line 22 in file src/support.c from this:
6
8
 
7
9
#define PLUGINS_INSTALLED 0
8
10
to this:
9
11
#define PLUGINS_INSTALLED 1
10
12
 
11
 
If you fail to do so Imagination won't be able to load the transitions and the transition's
12
 
images when the package is installed.
 
13
If you fail to do so Imagination won't be able to load the transitions and the
 
14
transition's images when the package is installed.
 
15
 
 
16
UPGRADE FROM 1.5 TO 2.0 NOTES:
 
17
==============================
 
18
 
 
19
Because Imagination's backend changed from 1.5 to 2.0, old transition plugins do
 
20
not work with new version anymore. This and the fact that some transitions have
 
21
been grouped together may cause some trouble if you don't uninstall previous
 
22
version of Imagination prior installing 2.0.
 
23
 
 
24
But if you did this already, there is a simple fix. Just navigate to
 
25
Imagination's plugin folder (PREFIX/lib/imagination) and delete remnants of old
 
26
installation by executing:
 
27
$ su
 
28
# rm -f fade.*
 
29
 
 
30
or 
 
31
$ sudo rm -f fade.*
 
32