~ubuntu-branches/ubuntu/intrepid/digikam/intrepid

« back to all changes in this revision

Viewing changes to digikam/configure.in.bot

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2008-07-17 20:25:39 UTC
  • mfrom: (1.2.15 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080717202539-6n7dtirbkoo7qvhd
Tags: 2:0.9.4-1
* New upstream release
  - digiKam 0.9.4 Release Plan (KDE3) ~ 13 July 08 (Closes: #490144)
* DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3
* Debhelper compatibility level V7
* Install pixmaps in debian/*.install
* Add debian/digikam.lintian-overrides

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
echo ""
5
5
echo "-- digiKam configure results -------------------"
6
6
 
7
 
if test "x$have_sqlite3" != "xyes"; then
8
 
  echo "-- libsqlite3 library found....... NO"
9
 
  echo ""
10
 
  echo "digiKam needs sqlite3. You need to install sqlite3 3.x, e.g. from"
11
 
  echo "http://www.sqlite.org"
12
 
  echo ""
13
 
  all_tests=bad
 
7
if test "x$included_sqlite3" = "xno"; then
 
8
    if test "x$have_sqlite3" != "xyes"; then
 
9
        echo "-- using internal libsqlite3...... NO"
 
10
        echo "-- libsqlite3 library found....... NO"
 
11
        echo ""
 
12
        echo "digiKam have been set to be compiled using shared libsqlite3 library."
 
13
        echo "digiKam needs libsqlite3 library development package."
 
14
        echo "You need to install the right version first."
 
15
        echo "Look depencies description from README for details."
 
16
        echo "libsqlite3 website is http://www.sqlite.org"
 
17
        echo ""
 
18
        all_tests=bad
 
19
    else
 
20
        echo "-- using internal libsqlite3...... NO"
 
21
        echo "-- libsqlite3 library found....... YES"
 
22
    fi
14
23
else
15
 
  echo "-- libsqlite3 library found....... YES"
 
24
    echo "-- using internal libsqlite3...... YES"
16
25
fi
17
26
 
18
27
if test -z "$GPHOTO_CONFIG" ; then
19
28
  echo "-- libgphoto2 library found....... NO"
20
29
  echo ""
21
 
  echo "digiKam needs libgphoto2. You need to install libgphoto2, e.g. from"
22
 
  echo "http://www.gphoto.org/download.html"
 
30
  echo "digiKam needs libgphoto2 library development package."
 
31
  echo "You need to install the right version first."
 
32
  echo "Look depencies description from README for details."
 
33
  echo "libgphoto2 website is http://www.gphoto.org"
23
34
  echo ""
24
35
  all_tests=bad
25
36
else
26
37
  echo "-- libgphoto2 library found....... YES"
27
38
fi
28
39
 
29
 
if test "x$have_libkipi" != "xyes"; then
30
 
  echo "-- libkipi library found.......... NO"
31
 
  echo ""
32
 
  echo "digiKam needs libkipi. You need to install libkipi first"
33
 
  echo "libkipi website is at http://www.kipi-plugins.org"
34
 
  echo ""
35
 
  all_tests=bad
36
 
else
37
 
  echo "-- libkipi library found.......... YES"
38
 
fi
39
 
 
40
40
if test "x$have_tiff" != "xyes"; then
41
41
  echo "-- libtiff library found.......... NO"
42
42
  echo ""
43
 
  echo "digiKam needs libtiff. You need to install the libtiff development package."
44
 
  echo "libtiff website is at http://www.remotesensing.org/libtiff"
 
43
  echo "digiKam needs libtiff library development package."
 
44
  echo "You need to install the right version first."
 
45
  echo "Look depencies description from README for details."
 
46
  echo "libtiff website is http://www.remotesensing.org/libtiff"
45
47
  echo ""
46
48
  all_tests=bad
47
49
else
51
53
if test "x$have_png" != "xyes"; then
52
54
  echo "-- libpng library found........... NO"
53
55
  echo ""
54
 
  echo "digiKam needs libpng. You need to install the correct version (>= 1.2.7)."
55
 
  echo "Libpng website is at http://www.libpng.org/pub/png/libpng.html"
 
56
  echo "digiKam needs libpng library development package."
 
57
  echo "You need to install the right version first."
 
58
  echo "Look depencies description from README for details."
 
59
  echo "libpng website is http://www.libpng.org/pub/png/libpng.html"
56
60
  echo ""
57
61
  all_tests=bad
58
62
else
62
66
if test "x$have_jasper" != "xyes"; then
63
67
  echo "-- libjasper library found........ NO"
64
68
  echo ""
65
 
  echo "digiKam needs libjasper to support JPEG2000. "
66
 
  echo "You need to install the correct version (>= 1.7.0)."
67
 
  echo "Libjasper website is at http://www.ece.uvic.ca/~mdadams/jasper"
68
 
  echo "Important note: libjaspeer has to be configured with --enable-dynamic"
 
69
  echo "digiKam needs libjasper library development package."
 
70
  echo "You need to install the right version first."
 
71
  echo "Look depencies description from README for details."
 
72
  echo "libjasper website is http://www.ece.uvic.ca/~mdadams/jasper"
 
73
  echo "Important note: libjasper has to be configured with --enable-shared=yes"
69
74
  echo "as otherwise the required dynamic libraries are not created."
70
75
  echo ""
71
76
  all_tests=bad
76
81
if test "x$have_lcms" != "xyes"; then
77
82
  echo "-- liblcms library found.......... NO"
78
83
  echo ""
79
 
  echo "digiKam needs Lcms library. You need to install the lcms development package."
80
 
  echo "Lcms website is at http://www.littlecms.com"
 
84
  echo "digiKam needs liblcms library development package."
 
85
  echo "You need to install the right version first."
 
86
  echo "Look depencies description from README for details."
 
87
  echo "liblcms website is http://www.littlecms.com"
81
88
  echo ""
82
89
  all_tests=bad
83
90
else
84
91
  echo "-- liblcms library found.......... YES"
85
92
fi
86
93
 
 
94
if test "x$have_libkipi" != "xyes"; then
 
95
  echo "-- libkipi library found.......... NO"
 
96
  echo ""
 
97
  echo "digiKam needs libkipi library development package."
 
98
  echo "You need to install the right version first."
 
99
  echo "Look depencies description from README for details."
 
100
  echo "libkipi website is http://www.kipi-plugins.org"
 
101
  echo ""
 
102
  all_tests=bad
 
103
else
 
104
  echo "-- libkipi library found.......... YES"
 
105
fi
 
106
 
87
107
if test "x$have_libkexiv2" != "xyes"; then
88
108
  echo "-- libkexiv2 library found........ NO"
89
109
  echo ""
90
 
  echo "digiKam needs libkexiv2 library >= 0.1.5. You need to install libkexiv2 first"
91
 
  echo "libkexiv2 website is at http://www.kipi-plugins.org"
 
110
  echo "digiKam needs libkexiv2 library development package."
 
111
  echo "You need to install the right version first."
 
112
  echo "Look depencies description from README for details."
 
113
  echo "libkexiv2 website is http://www.kipi-plugins.org"
92
114
  echo ""
93
115
  all_tests=bad
94
116
else
98
120
if test "x$have_libkdcraw" != "xyes"; then
99
121
  echo "-- libkdcraw library found........ NO"
100
122
  echo ""
101
 
  echo "digiKam needs libkdcraw library >= 0.1.2. You need to install libkdcraw first"
 
123
  echo "digiKam needs libkdcraw library development package."
 
124
  echo "You need to install the right version first."
 
125
  echo "Look depencies description from README for details."
102
126
  echo "libkdcraw website is at http://www.kipi-plugins.org"
103
127
  echo ""
104
128
  all_tests=bad