]> git.ipfire.org Git - ipfire-3.x.git/blame - libtiff/libtiff.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / libtiff / libtiff.nm
CommitLineData
d4e4e4b1 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
d4e4e4b1
SS
4###############################################################################
5
802ea3af 6name = libtiff
d91bbbd2
PM
7version = 4.6.0
8release = 1
3561a275 9thisapp = tiff-%{version}
d4e4e4b1 10
802ea3af 11groups = System/Libraries
d91bbbd2 12url = https://libtiff.gitlab.io/libtiff/
802ea3af
MT
13license = libtiff ( own )
14summary = Library of functions for manipulating TIFF format image files.
d4e4e4b1 15
802ea3af 16description
24bb6d49
SS
17 The libtiff package contains a library of functions for manipulating
18 TIFF (Tagged Image File Format) image format files. TIFF is a widely
19 used file format for bitmapped images. TIFF files usually end in the
d4e4e4b1 20 .tif extension and they are often quite large.
802ea3af
MT
21end
22
62947c45 23source_dl = https://download.osgeo.org/libtiff/
802ea3af
MT
24
25build
26 requires
27 gcc-c++
28 libjpeg-devel
62947c45
SS
29 zlib-devel
30 zstd-devel
802ea3af
MT
31 end
32
62947c45
SS
33 export LD_LIBRARY_PATH = %{DIR_APP}/libtiff/.libs
34
802ea3af
MT
35 configure_options += \
36 --enable-defer-strile-load \
37 --enable-chunky-strip-read
62947c45
SS
38
39 test
40 make check
41 end
802ea3af
MT
42end
43
44packages
45 package %{name}
1f9bc2f0 46
802ea3af
MT
47 package %{name}-devel
48 template DEVEL
49 end
1f9bc2f0
MT
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
802ea3af 54end