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

« back to all changes in this revision

Viewing changes to data/cheese-gtk.pc.in

  • 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
prefix=@prefix@
 
2
exec_prefix=@exec_prefix@
 
3
libdir=@libdir@
 
4
includedir=@includedir@
 
5
 
 
6
 
 
7
Name: cheese
 
8
Description: Cheese Webcam widgets
 
9
Version: @VERSION@
 
10
Requires.private: gtk+-x11-3.0 gstreamer-0.10 gstreamer-plugins-base-0.10 libcanberra-gtk3
 
11
Libs: -L${libdir} -lcheese-gtk
 
12
Cflags: -I${includedir}/cheese
 
13