~ubuntu-branches/ubuntu/trusty/argyll/trusty-proposed

« back to all changes in this revision

Viewing changes to tiff/Jamfile

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-02-12 00:35:39 UTC
  • mfrom: (13.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20140212003539-24tautzlitsiz61w
Tags: 1.5.1-5ubuntu1
* Merge from Debian unstable. (LP: #1275572) Remaining changes:
  - debian/control:
    + Build-depend on libtiff-dev rather than libtiff4-dev.
  - debian/control, debian/patches/06_fix_udev_rule.patch:
    + Fix udev rules to actually work; ENV{ACL_MANAGE} has
      stopped working ages ago, and with logind it's now the
      "uaccess" tag. Dropping also consolekit from Recommends.
  - debian/patches/drop-usb-db.patch:
    + Use hwdb builtin, instead of the obsolete usb-db
      in the udev rules.
* debian/patches/05_ftbfs-underlinkage.diff:
  - Dropped change, no needed anymore.
* Refresh the patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
# support library for generation utilities
26
26
#Library libport.lib : [ CatPaths port : getopt.c strcasecmp.c strtoul.c ] ;
27
 
Library libport.lib : [ CatPaths port : getopt.c strcasecmp.c ] ;
 
27
if $(UNIX) {
 
28
        Library libport.lib : [ CatPaths port : strcasecmp.c ] ;
 
29
} else {
 
30
        Library libport.lib : [ CatPaths port : getopt.c strcasecmp.c ] ;
 
31
}
28
32
 
29
33
# generation utilities
30
34
Main mkg3states : libtiff/mkg3states.c ;
49
53
# Optional codecs not included
50
54
# tif_zip.c
51
55
# tif_pixarlog.c
52
 
Library libtiff.lib : [ CatPaths libtiff : $(LIBSRCS) ] : : : $(JPEGINC) libtiff ;
 
56
Library libtiff.lib : [ CatPaths libtiff : $(LIBSRCS) ] : : : $(JPEGINC) libtiff : ;
 
57
 
 
58
#Library library : sources : flags : defines : hdrpaths : objects
53
59
 
54
60
# copy header file to lib directory
55
61
File tiffconf.h    : libtiff/tiffconf.h ;