~ubuntu-branches/debian/sid/coin2/sid

« back to all changes in this revision

Viewing changes to Coin.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2008-06-28 02:38:17 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080628023817-lgrh0u677j1gcqgf
Tags: 2.5.0-2
* debian/control: Change suggests from libopenal0 to libopenal0a.
  Closes: #488001.  Change ${Source-Version} to ${binary:Version}.
  Update to standards version 3.8.0.

* debian/rules: Do not ignore errors in clean rule.

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
Name: Coin-2
 
7
Description: a high-level 3D graphics toolkit, fully compatible with SGI Open Inventor 2.1
 
8
URL: http://www.coin3d.org
 
9
Version: @COIN_VERSION@
 
10
Requires:
 
11
Conflicts:
 
12
Libs: -L${libdir} @COIN_EXTRA_LDFLAGS@ @COIN_EXTRA_LIBS@
 
13
Cflags: -I${includedir} @COIN_EXTRA_CFLAGS@ @COIN_EXTRA_CPPFLAGS@
 
14
 
 
15
coin_host=@host@
 
16
compiler=@COIN_COMPILER@
 
17
compiler_is_gcc=@ac_compiler_gnu@
 
18
datadir=@datadir@
 
19
frameworkdir=@frameworkdir@
 
20
htmldir=@htmldir@
 
21
msvcrt=@COIN_MSVC_LIBC@
 
22
objext=@OBJEXT@
 
23
 
 
24
have_3ds_import=@HAVE_3DS_IMPORT_CAPABILITIES@
 
25
have_vrml97=@HAVE_VRML97@
 
26
have_sound=@HAVE_SOUND@
 
27
have_superglu=@HAVE_SUPERGLU@
 
28
have_threads=@HAVE_THREADS@
 
29
have_threadsafe=@HAVE_THREADSAFE@