~ubuntu-branches/ubuntu/lucid/cheese/lucid-proposed

« back to all changes in this revision

Viewing changes to data/icons/16x16/actions/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-02-13 15:53:01 UTC
  • mfrom: (1.2.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20100213155301-hkfyhxmzfupade1l
Tags: 2.29.90-0ubuntu1
* New upstream release:
  - Export libcheese-gtk library
  - Rework Cheese itself to use libcheese-gtk
  - Add cropping ability to the chooser widget
  - Fix a possible crasher and a hang in CheeseCamera
  - Require libgudev on Linux systems
  - Limit framerate to 30 frames per second
  - Updated German documentation
* create cheese-common, libcheese-gtk{17,-dev} packages:
  - add debian/cheese-common.install, debian/cheese.install,
    debian/libcheese-gtk-dev.install, debian/libcheese-gtk17.install
    and debian/libcheese-gtk17.symbols
  - add packages to debian/control with C/R
  - modify debian/rules to remove .la and .a files from libcheese-gtk17
* debian/control:
  - remove -Bsymbolic-functions from LDFLAGS to fix runtime core dump
    because of multiple symbol redefinition in both cheese bin and
    libcheese-gtk17 lib

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
CFLAGS = @CFLAGS@
94
94
CHEESE_CFLAGS = @CHEESE_CFLAGS@
95
95
CHEESE_LIBS = @CHEESE_LIBS@
 
96
CHEESE_LT_VERSION = @CHEESE_LT_VERSION@
96
97
CPP = @CPP@
97
98
CPPFLAGS = @CPPFLAGS@
98
99
CYGPATH_W = @CYGPATH_W@
115
116
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
116
117
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
117
118
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
119
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
118
120
GMOFILES = @GMOFILES@
119
121
GMSGFMT = @GMSGFMT@
120
122
GREP = @GREP@
 
123
GTKDOC_CHECK = @GTKDOC_CHECK@
121
124
HELP_DIR = @HELP_DIR@
 
125
HTML_DIR = @HTML_DIR@
122
126
INSTALL = @INSTALL@
123
127
INSTALL_DATA = @INSTALL_DATA@
124
128
INSTALL_PROGRAM = @INSTALL_PROGRAM@
150
154
OBJDUMP = @OBJDUMP@
151
155
OBJEXT = @OBJEXT@
152
156
OMF_DIR = @OMF_DIR@
 
157
OS_LINUX = @OS_LINUX@
153
158
OTOOL = @OTOOL@
154
159
OTOOL64 = @OTOOL64@
155
160
PACKAGE = @PACKAGE@