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

« back to all changes in this revision

Viewing changes to data/icons/16x16/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:
133
133
CFLAGS = @CFLAGS@
134
134
CHEESE_CFLAGS = @CHEESE_CFLAGS@
135
135
CHEESE_LIBS = @CHEESE_LIBS@
 
136
CHEESE_LT_VERSION = @CHEESE_LT_VERSION@
136
137
CPP = @CPP@
137
138
CPPFLAGS = @CPPFLAGS@
138
139
CYGPATH_W = @CYGPATH_W@
155
156
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
156
157
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
157
158
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
159
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
158
160
GMOFILES = @GMOFILES@
159
161
GMSGFMT = @GMSGFMT@
160
162
GREP = @GREP@
 
163
GTKDOC_CHECK = @GTKDOC_CHECK@
161
164
HELP_DIR = @HELP_DIR@
 
165
HTML_DIR = @HTML_DIR@
162
166
INSTALL = @INSTALL@
163
167
INSTALL_DATA = @INSTALL_DATA@
164
168
INSTALL_PROGRAM = @INSTALL_PROGRAM@
190
194
OBJDUMP = @OBJDUMP@
191
195
OBJEXT = @OBJEXT@
192
196
OMF_DIR = @OMF_DIR@
 
197
OS_LINUX = @OS_LINUX@
193
198
OTOOL = @OTOOL@
194
199
OTOOL64 = @OTOOL64@
195
200
PACKAGE = @PACKAGE@