]> git.ipfire.org Git - ipfire-3.x.git/blame - gdk-pixbuf2/gdk-pixbuf2.nm
lm-sensors: Proper use compiler and linker flags during build time
[ipfire-3.x.git] / gdk-pixbuf2 / gdk-pixbuf2.nm
CommitLineData
c112dc71
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = gdk-pixbuf2
24c66e44 7version = %{ver_major}.%{ver_minor}
890e8531
AM
8ver_major = 2.33
9ver_minor = 2
6f62108b 10release = 3
c112dc71
SS
11
12groups = System/Libraries
13url = http://www.gtk.org/
14license = LGPLv2+
15summary = An image loading library.
16
17description
18 gdk-pixbuf is an image loading library that can be extended by loadable
19 modules for new image formats.
20end
21
22thisapp = gdk-pixbuf-%{version}
23
24c66e44 24source_dl = http://download.gnome.org/sources/gdk-pixbuf/%{ver_major}/
c112dc71
SS
25sources = %{thisapp}.tar.xz
26
27build
28 requires
d9464195 29 glib2-devel >= 2.37.6
d028ace2 30 gobject-introspection-devel >= 0.9.3
c112dc71
SS
31 libpng-devel
32 libjpeg-devel
33 libtiff-devel
34 end
35
5f63e424
MT
36 export LD_LIBRARY_PATH = %{DIR_APP}/gdk-pixbuf/.libs
37
c112dc71 38 configure_options += \
6f62108b 39 --without-x11 \
d028ace2
MT
40 --with-included-loaders=png
41
42 make_install_targets += RUN_QUERY_LOADER_TEST=false
43
44 install_cmds
45 touch %{BUILDROOT}%{libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache
46 end
c112dc71
SS
47end
48
49packages
50 package %{name}
d028ace2
MT
51 datafiles
52 %{libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache
53 end
54
55 script postin
56 gdk-pixbuf-query-loaders --update-cache || :
57 end
58
59 script postup
60 gdk-pixbuf-query-loaders --update-cache || :
61 end
c112dc71 62 end
1f9bc2f0 63
c112dc71
SS
64 package %{name}-devel
65 template DEVEL
66 end
1f9bc2f0
MT
67
68 package %{name}-debuginfo
69 template DEBUGINFO
70 end
c112dc71 71end