~ubuntu-branches/debian/jessie/cheese/jessie

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-05-04 17:37:18 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100504173718-k2rx3nryi4vd0xyx
Tags: 2.30.1-1
* New upstream release.
  - HAL dependency has been dropped. Use (g)udev for v4l capability probing
    on Linux. Closes: #573774
  - Split code into separate libraries.
* debian/control.in
  - Drop Build-Depends on libhal-dev.
  - Drop Build-Depends on libebook1.2-dev.
  - Bump Build-Depends on libgtk2.0-dev to (>= 2.19.1).
  - Bump Build-Depends on libgstreamer*-dev to (>= 0.10.23).
  - Add Build-Depends on libcanberra-gtk-dev.
  - Add Build-Depends on libxtst-dev.
  - Add Build-Depends on libgudev-1.0-dev on Linux.
  - Bump Standards-Version to 3.8.4. No further changes.
* Switch to source format 3.0 (quilt)
  - Add debian/source/format.
* debian/rules
  - Drop lpia specific configure flags, lpia is dead.
* Update package layout (based on work by Ubuntu)
  - Move data files into new cheese-common package.
  - Keep binary along with its desktop and dbus service file in the cheese
    package.
  - Add libcheese-gtk18 and libcheese-gtk-dev package for the new
    libcheese-gtk library. Use a symbols file for improved shlibs
    dependencies.
  - Add Conflicts/Replaces to cheese-common to ensure proper upgrades from
    previous versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES =                                              \
2
 
        -DBINDIR=\"$(bindir)\"                          \
3
 
        -DDATADIR=\"$(datadir)\"                        \
4
 
        -DPREFIX=\""$(prefix)"\"                        \
5
 
        -DSYSCONFDIR=\""$(sysconfdir)"\"                \
6
 
        -DLIBDIR=\""$(libdir)"\"                        \
7
 
        -DPACKAGE_DATADIR=\""$(datadir)/cheese"\"       \
8
 
        -DPACKAGE_LOCALEDIR=\""$(datadir)/locale"\"     \
9
 
        -DAPPNAME_DATA_DIR=\"$(pkgdatadir)\"            \
10
 
        -DGNOME_DESKTOP_USE_UNSTABLE_API=1              \
11
 
        $(CHEESE_CFLAGS)
 
1
INCLUDES = \
 
2
        -DBINDIR=\"$(bindir)\" \
 
3
        -DDATADIR=\"$(datadir)\" \
 
4
        -DPREFIX=\""$(prefix)"\" \
 
5
        -DSYSCONFDIR=\""$(sysconfdir)"\" \
 
6
        -DLIBDIR=\""$(libdir)"\" \
 
7
        -DPACKAGE_DATADIR=\""$(datadir)/cheese"\" \
 
8
        -DPACKAGE_LOCALEDIR=\""$(datadir)/locale"\" \
 
9
        -DAPPNAME_DATA_DIR=\"$(pkgdatadir)\" \
 
10
        -DGNOME_DESKTOP_USE_UNSTABLE_API=1 \
 
11
        $(CHEESE_CFLAGS) \
 
12
        -I@top_srcdir@/libcheese \
 
13
        $(NULL)
12
14
 
13
15
bin_PROGRAMS = cheese
14
16
 
15
17
cheese_SOURCES = \
16
18
        cheese.c \
17
 
        cheese-countdown.c \
18
 
        cheese-countdown.h \
 
19
        cheese-window.c \
 
20
        cheese-window.h \
 
21
        cheese-ui.h \
 
22
        cheese-commands.h \
 
23
        cheese-commands.c \
 
24
        cheese-commands-help.c \
 
25
        cheese-commands-file.c \
19
26
        cheese-dbus.c \
20
27
        cheese-dbus.h \
21
28
        cheese-effect-chooser.c \
22
29
        cheese-effect-chooser.h \
23
 
        cheese-fileutil.c \
24
 
        cheese-fileutil.h \
25
 
        cheese-gconf.c \
26
 
        cheese-gconf.h \
27
30
        cheese-thumb-view.c \
28
31
        cheese-thumb-view.h \
29
 
        cheese-webcam.c \
30
 
        cheese-webcam.h \
31
 
        cheese-window.c \
32
 
        cheese-window.h \
33
32
        eog-thumbnail.c \
34
33
        eog-thumbnail.h \
35
34
        eog-thumb-nav.c \
36
35
        eog-thumb-nav.h \
37
 
        ephy-spinner.c \
38
 
        ephy-spinner.h \
39
 
        gst-audio-play.c \
40
 
        gst-audio-play.h \
41
36
        cheese-no-camera.c \
42
37
        cheese-no-camera.h \
43
38
        cheese-prefs-widget.h \
50
45
        cheese-prefs-balance-scale.h \
51
46
        cheese-prefs-dialog.c \
52
47
        cheese-prefs-dialog.h \
53
 
        cheese-flash.h \
54
 
        cheese-flash.c \
55
 
        cheese-prefs-webcam-combo.c \
56
 
        cheese-prefs-webcam-combo.h \
 
48
        cheese-prefs-camera-combo.c \
 
49
        cheese-prefs-camera-combo.h \
57
50
        cheese-prefs-burst-spinbox.h \
58
51
        cheese-prefs-burst-spinbox.c
59
 
        
 
52
 
60
53
cheese_LDADD = \
 
54
        $(top_builddir)/libcheese/libcheesecommon.la \
 
55
        $(top_builddir)/libcheese/libcheese-gtk.la \
61
56
        $(CHEESE_LIBS)
62
57
 
63
58
#dbus