From: Stefan Schantl Date: Thu, 3 Nov 2011 21:11:49 +0000 (+0100) Subject: gdk-pixbuf2: New package. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c112dc71a456cd4ee88c4860bf3363d376d0ce28;p=ipfire-3.x.git gdk-pixbuf2: New package. gdk-pixfub2 is a dependency of librsvg2. --- diff --git a/gdk-pixbuf2/gdk-pixbuf2.nm b/gdk-pixbuf2/gdk-pixbuf2.nm new file mode 100644 index 000000000..35172b758 --- /dev/null +++ b/gdk-pixbuf2/gdk-pixbuf2.nm @@ -0,0 +1,45 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = gdk-pixbuf2 +version = 2.24.0 +major_ver = 2.24 +release = 1 + +groups = System/Libraries +url = http://www.gtk.org/ +license = LGPLv2+ +summary = An image loading library. + +description + gdk-pixbuf is an image loading library that can be extended by loadable + modules for new image formats. +end + +thisapp = gdk-pixbuf-%{version} + +source_dl = http://download.gnome.org/sources/gdk-pixbuf/%{major_ver}/ +sources = %{thisapp}.tar.xz + +build + requires + glib2-devel + libpng-devel + libjpeg-devel + libtiff-devel + end + + configure_options += \ + --disable-rpath +end + +packages + package %{name} + end + + package %{name}-devel + template DEVEL + end +end