~ubuntu-branches/debian/sid/cheese/sid

« back to all changes in this revision

Viewing changes to data/effects/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-07-17 21:04:16 UTC
  • mfrom: (15.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110717210416-nt5qi659qei7a2yy
Tags: 3.0.1-2
* debian/control.in:
  - Change gir1.2-cheese-3.0 Section to libs
  - Make library packages depend against cheese-common package
  - Make cheese package recommends against hicolor-icon-theme
  - Move gst Dependency to libcheese package
* debian/patches/0002-fix-linking.patch: Add missing library to fix linking
* debian/watch:
  - Switch to .bz2 tarballs.
  - Bump version to 3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Datadir = $(datadir)/cheese/effects
2
 
 
3
 
Data_DATA =                     \
4
 
        dicetv.png              \
5
 
        edgetv.png              \
6
 
        Hulk.png                \
7
 
        identity.png            \
8
 
        Mauve.png               \
9
 
        NoirBlanc.png           \
10
 
        Saturation.png          \
11
 
        shagadelictv.png        \
12
 
        vertigotv.png           \
13
 
        videoflip_h.png         \
14
 
        videoflip_v.png         \
15
 
        warptv.png
16
 
 
17
 
EXTRA_DIST =                    \
18
 
        $(Data_DATA)
19