]> git.pld-linux.org Git - packages/eog-plugins.git/blob - eog-plugins-configure.patch
42bbe0ce82aa5046067289fe380a1b62ee102fd1
[packages/eog-plugins.git] / eog-plugins-configure.patch
1 diff -urN eog-plugins-2.28.1/configure.ac eog-plugins-2.28.1.new/configure.ac
2 --- eog-plugins-2.28.1/configure.ac     2009-09-27 11:18:49.000000000 +0200
3 +++ eog-plugins-2.28.1.new/configure.ac 2009-11-13 10:14:16.187350297 +0100
4 @@ -192,11 +192,11 @@
5         AC_MSG_RESULT([$PYGTK_DEFSDIR])
6  
7         AC_MSG_CHECKING([for pygtk codegen])
8 -       PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.py"
9 +       PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.pyc"
10         AC_MSG_RESULT([$PYGTK_CODEGEN])
11  
12         AC_MSG_CHECKING([for pygtk h2def])
13 -       PYGTK_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/h2def.py"
14 +       PYGTK_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/h2def.pyc"
15         AC_MSG_RESULT([$PYGTK_H2DEF])
16  
17         AC_SUBST([PYGTK_DEFSDIR])
18 @@ -280,14 +280,6 @@
19  # Postr 
20  # *****
21  plugin_defined postr
22 -if test "$?" = 1
23 -then
24 -       AC_PATH_PROG(POSTR, postr)
25 -       if test -z "$POSTR"
26 -       then
27 -               undef_plugin postr "postr was not found"
28 -       fi
29 -fi
30  
31  # *********
32  # Champlain 
33 @@ -306,8 +306,8 @@
34  then
35         
36         PKG_CHECK_MODULES(CHAMPLAIN,
37 -               [ champlain-0.4 >= 0.4,
38 -                 champlain-gtk-0.4 >= 0.4,
39 +               [ champlain-0.6 >= 0.6,
40 +                 champlain-gtk-0.6 >= 0.6,
41                   clutter-gtk-0.10 >= 0.10,
42                   libexif >= 0.6.16 ],
43                 [],[have_libchamplain=no])
This page took 0.069191 seconds and 2 git commands to generate.