]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - gdk-pixbuf2/gdk-pixbuf2.nm
Merge remote-tracking branch 'maniacikarus/ids'
[people/ms/ipfire-3.x.git] / gdk-pixbuf2 / gdk-pixbuf2.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = gdk-pixbuf2
7 version = 2.24.0
8 major_ver = 2.24
9 release = 1
10
11 groups = System/Libraries
12 url = http://www.gtk.org/
13 license = LGPLv2+
14 summary = An image loading library.
15
16 description
17 gdk-pixbuf is an image loading library that can be extended by loadable
18 modules for new image formats.
19 end
20
21 thisapp = gdk-pixbuf-%{version}
22
23 source_dl = http://download.gnome.org/sources/gdk-pixbuf/%{major_ver}/
24 sources = %{thisapp}.tar.xz
25
26 build
27 requires
28 glib2-devel
29 libpng-devel
30 libjpeg-devel
31 libtiff-devel
32 end
33
34 configure_options += \
35 --disable-rpath
36 end
37
38 packages
39 package %{name}
40 end
41
42 package %{name}-devel
43 template DEVEL
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end