]> git.ipfire.org Git - ipfire-3.x.git/blame_incremental - gdk-pixbuf2/gdk-pixbuf2.nm
clamav: Update to 0.101.4
[ipfire-3.x.git] / gdk-pixbuf2 / gdk-pixbuf2.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = gdk-pixbuf2
7version = %{ver_major}.%{ver_minor}
8ver_major = 2.33
9ver_minor = 2
10release = 2
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
24source_dl = http://download.gnome.org/sources/gdk-pixbuf/%{ver_major}/
25sources = %{thisapp}.tar.xz
26
27build
28 requires
29 glib2-devel >= 2.37.6
30 gobject-introspection-devel >= 0.9.3
31 libpng-devel
32 libjpeg-devel
33 libtiff-devel
34 libX11-devel
35 end
36
37 export LD_LIBRARY_PATH = %{DIR_APP}/gdk-pixbuf/.libs
38
39 configure_options += \
40 --with-x11 \
41 --with-included-loaders=png
42
43 make_install_targets += RUN_QUERY_LOADER_TEST=false
44
45 install_cmds
46 touch %{BUILDROOT}%{libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache
47 end
48end
49
50packages
51 package %{name}
52 datafiles
53 %{libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache
54 end
55
56 script postin
57 gdk-pixbuf-query-loaders --update-cache || :
58 end
59
60 script postup
61 gdk-pixbuf-query-loaders --update-cache || :
62 end
63 end
64
65 package %{name}-devel
66 template DEVEL
67 end
68
69 package %{name}-debuginfo
70 template DEBUGINFO
71 end
72end