~ubuntu-branches/ubuntu/intrepid/libpng/intrepid-security

« back to all changes in this revision

Viewing changes to scripts/libpng.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2005-10-03 20:18:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051003201843-cv2i5v7no1ff08tx
Tags: 1.2.8rel-5
* drop_pass_width.patch: don't export png_pass_width, it's absolutely 
  unnecessary.
* libpng12-0.shlibs: downgrade the shlibs accordingly
  (closes: #331383).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
libdir=${exec_prefix}/lib
5
5
includedir=${exec_prefix}/include
6
6
 
7
 
Name: libpng10
 
7
Name: libpng12
8
8
Description: Loads and saves PNG files
9
 
Version: 1.0.18
10
 
Libs: -L${libdir} -lpng10 -lz -lm
11
 
Cflags: -I${includedir}/libpng10
 
9
Version: 1.2.8
 
10
Libs: -L${libdir} -lpng12 -lz -lm
 
11
Cflags: -I${includedir}/libpng12