[Lunar-commits] <moonbase-gnome3> gdk-pixbuf: readded to -gnome3

v4hn me at v4hn.de
Wed Feb 20 02:13:22 CET 2013


commit 7af65c29f57b20e5db9ed7c5afa596cbc45f2dc8
Author: v4hn <me at v4hn.de>
Date: Tue, 19 Feb 2013 17:13:22 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/7af65c29f57b20e5db9ed7c5afa596cbc45f2dc8

gdk-pixbuf: readded to -gnome3
---
  core/gdk-pixbuf/BUILD     | +5/-0     
  core/gdk-pixbuf/CONFIGURE | +1/-0     
  core/gdk-pixbuf/DEPENDS   | +31/-0    
  core/gdk-pixbuf/DETAILS   | +16/-0    
  4 files changed, 53 insertions(+)

--- /dev/null
+++ b/core/gdk-pixbuf/BUILD
@@ -0,0 +1,5 @@
+if [ "`get_module_config DOCS`" = "n" ] ; then
+  sedit "s/SUBDIRS = gdk-pixbuf po docs/SUBDIRS = gdk-pixbuf po/g" Makefile.in
+fi  &&
+
+default_build
--- /dev/null
+++ b/core/gdk-pixbuf/CONFIGURE
@@ -0,0 +1 @@
+mquery DOCS "Build docs?" n
--- /dev/null
+++ b/core/gdk-pixbuf/DEPENDS
@@ -0,0 +1,31 @@
+depends glib-2
+
+optional_depends "tiff"                              \
+                 "--with-libtiff"                    \
+                 "--without-libtiff"                 \
+                 "for TIFF image loader"
+
+optional_depends "%JPEG"                             \
+                 "--with-libjpeg"                    \
+                 "--without-libjpeg"                 \
+                 "for JPEG image loader"
+
+optional_depends "libpng"                            \
+                 "--with-libpng"                     \
+                 "--without-libpng"                  \
+                 "for PNG image loader"
+
+optional_depends "jasper"                            \
+                 "--with-libjasper"                  \
+                 "--without-libjasper"               \
+                 "for JPEG 2000 image loader"
+
+optional_depends "gobject-introspection"             \
+                 "--enable-introspection"            \
+                 "--disable-introspection"           \
+                 "for gobject introspection support"
+
+optional_depends "libX11"                                           \
+                 "--with-x11"                                       \
+                 "--without-x11"                                    \
+                 "for X11 support (needed by Adobe Acrobat Reader)"
--- /dev/null
+++ b/core/gdk-pixbuf/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=gdk-pixbuf
+         VERSION=2.26.5
+          SOURCE=$MODULE-$VERSION.tar.xz
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION::4}
+      SOURCE_VFY=sha1:94f30c417441404dcbe23206dda91730074f9b7d
+        WEB_SITE=http://live.gnome.org/GObjectIntrospection
+         ENTERED=20091105
+         UPDATED=20121231
+           SHORT="An image loading library used with GNOME"
+
+cat << EOF
+The gdk-pixbuf package contains an image loading library used with the
+GNOME GUI desktop environment. The GdkPixBuf library provides
+image-loading facilities, the rendering of a GdkPixBuf into various
+formats (drawables or GdkRGB buffers), and a cache interface.
+EOF




More information about the Lunar-commits mailing list