~ubuntu-branches/ubuntu/saucy/amsn/saucy

« back to all changes in this revision

Viewing changes to maemo.diff

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2010-04-13 23:21:29 UTC
  • mfrom: (1.1.11 upstream) (3.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100413232129-vgpx20brdd2qavs7
Tags: 0.98.3-0ubuntu1
* Merge from Debian unstable (LP: #449072), remaining Ubuntu changes:
  - add 08_use_aplay_for_sound.dpatch patch by Festor Wailon Dacoba to use
    aplay to play sounds
  + debian/control:
    - modify iceweasel to firefox | abrowser in amsn Suggests field
    - add xdg-utils and gstreamer0.10-nice to amsn Depends field
    - mofify sox to alsa-utils in amsn Suggests field as we are now using
      aplay
* New upstream release (LP: #562619), tarball repacked according to
  debian/README.source.
* Fix missing-debian-source-format lintian warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
 ###
37
37
 ###
38
 
Index: configure
39
 
===================================================================
40
 
--- configure   (revision 10906)
41
 
+++ configure   (working copy)
42
 
@@ -3534,79 +3534,17 @@
43
 
 
44
 
 
45
 
 
46
 
+#AC_CHECK_LIB(stdc++,main,CXX_LIB="-lstdc++", AC_MSG_ERROR(stdc++ library not found) )
47
 
 
48
 
-{ echo "$as_me:$LINENO: checking for main in -lstdc++" >&5
49
 
-echo $ECHO_N "checking for main in -lstdc++... $ECHO_C" >&6; }
50
 
-if test "${ac_cv_lib_stdcpp_main+set}" = set; then
51
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
52
 
-else
53
 
-  ac_check_lib_save_LIBS=$LIBS
54
 
-LIBS="-lstdc++  $LIBS"
55
 
-cat >conftest.$ac_ext <<_ACEOF
56
 
-/* confdefs.h.  */
57
 
-_ACEOF
58
 
-cat confdefs.h >>conftest.$ac_ext
59
 
-cat >>conftest.$ac_ext <<_ACEOF
60
 
-/* end confdefs.h.  */
61
 
 
62
 
 
63
 
-int
64
 
-main ()
65
 
-{
66
 
-return main ();
67
 
-  ;
68
 
-  return 0;
69
 
-}
70
 
-_ACEOF
71
 
-rm -f conftest.$ac_objext conftest$ac_exeext
72
 
-if { (ac_try="$ac_link"
73
 
-case "(($ac_try" in
74
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
75
 
-  *) ac_try_echo=$ac_try;;
76
 
-esac
77
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
78
 
-  (eval "$ac_link") 2>conftest.er1
79
 
-  ac_status=$?
80
 
-  grep -v '^ *+' conftest.er1 >conftest.err
81
 
-  rm -f conftest.er1
82
 
-  cat conftest.err >&5
83
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
84
 
-  (exit $ac_status); } && {
85
 
-        test -z "$ac_c_werror_flag" ||
86
 
-        test ! -s conftest.err
87
 
-       } && test -s conftest$ac_exeext &&
88
 
-       $as_test_x conftest$ac_exeext; then
89
 
-  ac_cv_lib_stdcpp_main=yes
90
 
-else
91
 
-  echo "$as_me: failed program was:" >&5
92
 
-sed 's/^/| /' conftest.$ac_ext >&5
93
 
 
94
 
-       ac_cv_lib_stdcpp_main=no
95
 
-fi
96
 
 
97
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
98
 
-      conftest$ac_exeext conftest.$ac_ext
99
 
-LIBS=$ac_check_lib_save_LIBS
100
 
-fi
101
 
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5
102
 
-echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6; }
103
 
-if test $ac_cv_lib_stdcpp_main = yes; then
104
 
-  CXX_LIB="-lstdc++"
105
 
-else
106
 
-  { { echo "$as_me:$LINENO: error: stdc++ library not found" >&5
107
 
-echo "$as_me: error: stdc++ library not found" >&2;}
108
 
-   { (exit 1); exit 1; }; }
109
 
-fi
110
 
-
111
 
-
112
 
-
113
 
-
114
 
-
115
 
-
116
 
 FOUND_X11="no"
117
 
 
118
 
 
119
 
 
120
 
+
121
 
 ac_ext=c
122
 
 ac_cpp='$CPP $CPPFLAGS'
123
 
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
124
 
Index: config.tcl
125
 
===================================================================
126
 
--- config.tcl  (revision 10906)
127
 
+++ config.tcl  (working copy)
128
 
@@ -56,7 +56,7 @@
129
 
 
130
 
                ::config::setKey playbackspeed 100
131
 
 
132
 
-               ::config::setKey cam_in_cw 0
133
 
+               ::config::setKey cam_in_cw 1
134
 
 
135
 
                #Dir for received files
136
 
                if { [OnDarwin] } {
137
 
@@ -85,8 +85,8 @@
138
 
 
139
 
                        ::config::setKey os "mac"
140
 
                } elseif { [OnUnix] } {
141
 
-                       ::config::setKey soundcommand "play \$sound"
142
 
-                       ::config::setKey browser "xdg-open \$url"
143
 
+                       ::config::setKey soundcommand "play-sound \$sound"
144
 
+                       ::config::setKey browser "dbus-send --system --type=method_call --dest=com.nokia.osso_browser /com/nokia/osso_browser com.nokia.osso_browser.load_url \"string:\$url\""
145
 
                        ::config::setKey notifyXoffset 0
146
 
                        ::config::setKey notifyYoffset 0
147
 
                        ::config::setKey filemanager "xdg-open \$location"
148
38
Index: utils/linux/capture/capture.c
149
39
===================================================================
150
40
--- utils/linux/capture/capture.c       (revision 10906)