]> git.ipfire.org Git - ipfire-3.x.git/blame - libjpeg/libjpeg.nm
git: Update to 2.23.0
[ipfire-3.x.git] / libjpeg / libjpeg.nm
CommitLineData
3b878b6f 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
3b878b6f
SS
4###############################################################################
5
8ed466cd 6name = libjpeg
2cba7dba
AM
7version = 1.4.2
8release = 1
8ed466cd 9thisapp = libjpeg-turbo-%{version}
70e0de8a 10
802ea3af
MT
11groups = System/Libraries
12url = http://sourceforge.net/projects/libjpeg-turbo
13license = wxWidgets
14summary = A MMX/SSE2 accelerated library for manipulating JPEG image files.
70e0de8a 15
802ea3af 16description
334b5987
SS
17 The libjpeg-turbo-utils package contains simple client programs for
18 accessing the libjpeg functions. It contains cjpeg, djpeg, jpegtran,
19 rdjpgcom and wrjpgcom. Cjpeg compresses an image file into JPEG format.
20 Djpeg decompresses a JPEG file into a regular image file. Jpegtran
21 can perform various useful transformations on JPEG files. Rdjpgcom
22 displays any text comments included in a JPEG file. Wrjpgcom inserts
70e0de8a 23 text comments into a JPEG file.
802ea3af
MT
24end
25
8ed466cd 26source_dl = http://sourceforge.net/projects/libjpeg-turbo/files/%{version}/
802ea3af
MT
27
28build
29 requires
30 autoconf
31 automake
32 gcc-c++
33 libtool
34 nasm
35 end
36
37 configure_options += \
38 --enable-shared
39
40 prepare_cmds
41 autoreconf -vfi
42 end
802ea3af
MT
43end
44
45packages
46 package %{name}
1f9bc2f0 47
802ea3af
MT
48 package %{name}-devel
49 template DEVEL
8ed466cd 50
67c2f986 51 files += !%{libdir}/libturbojpeg.so
802ea3af 52 end
1f9bc2f0
MT
53
54 package %{name}-debuginfo
55 template DEBUGINFO
56 end
802ea3af 57end